From owner-svn-src-projects@FreeBSD.ORG Tue Feb 5 02:35:26 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45AFA1C1; Tue, 5 Feb 2013 02:35:26 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 37348F45; Tue, 5 Feb 2013 02:35:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r152ZPC8088885; Tue, 5 Feb 2013 02:35:25 GMT (envelope-from benno@svn.freebsd.org) Received: (from benno@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r152ZPPT088884; Tue, 5 Feb 2013 02:35:25 GMT (envelope-from benno@svn.freebsd.org) Message-Id: <201302050235.r152ZPPT088884@svn.freebsd.org> From: Benno Rice Date: Tue, 5 Feb 2013 02:35:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r246344 - projects/uefi X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 02:35:26 -0000 Author: benno Date: Tue Feb 5 02:35:25 2013 New Revision: 246344 URL: http://svnweb.freebsd.org/changeset/base/246344 Log: Update the todo list. Modified: projects/uefi/UEFI-TODO.txt Modified: projects/uefi/UEFI-TODO.txt ============================================================================== --- projects/uefi/UEFI-TODO.txt Tue Feb 5 02:32:58 2013 (r246343) +++ projects/uefi/UEFI-TODO.txt Tue Feb 5 02:35:25 2013 (r246344) @@ -4,14 +4,17 @@ Part the First: 64-bit EFI loader + Make libstand build natively as 64-bit on amd64. + Adjust non-EFI boot code to use /usr/lib32/libstand.a. -- Test that the other boot code still actually works. + Add bits to build 64-bit loader.efi. + Make sure that loader.efi can actually load a kernel and hand off to it. -- Clean up loader.efi to propery exit UEFI and to allocate memory properly. ++ Pass ACPI table information to kernel via hints. ++ Clean up loader.efi to propery exit UEFI. +- Test that the other boot code still actually works. +- Clean up loader.efi to allocate memory properly. Part the Second: Booting an amd64 kernel from the 64-bit EFI loader -- Work out how to pass the memory map from EFI to the kernel. ++ Work out how to pass the memory map from EFI to the kernel. +- Work out why syscons isn't working. - Fix anything else that comes up. Part the Third: Booting an i386 kernel from the 64-bit EFI loader.