From owner-svn-src-projects@FreeBSD.ORG Sat Feb 2 09:13:44 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 6DEAE219; Sat, 2 Feb 2013 09:13:44 +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 4B4BC76F; Sat, 2 Feb 2013 09:13:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r129DiWx082916; Sat, 2 Feb 2013 09:13:44 GMT (envelope-from benno@svn.freebsd.org) Received: (from benno@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r129Di3J082915; Sat, 2 Feb 2013 09:13:44 GMT (envelope-from benno@svn.freebsd.org) Message-Id: <201302020913.r129Di3J082915@svn.freebsd.org> From: Benno Rice Date: Sat, 2 Feb 2013 09:13:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r246232 - 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: Sat, 02 Feb 2013 09:13:44 -0000 Author: benno Date: Sat Feb 2 09:13:43 2013 New Revision: 246232 URL: http://svnweb.freebsd.org/changeset/base/246232 Log: Update todo list. Modified: projects/uefi/UEFI-TODO.txt Modified: projects/uefi/UEFI-TODO.txt ============================================================================== --- projects/uefi/UEFI-TODO.txt Sat Feb 2 09:12:07 2013 (r246231) +++ projects/uefi/UEFI-TODO.txt Sat Feb 2 09:13:43 2013 (r246232) @@ -5,8 +5,9 @@ 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. ++ 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. Part the Second: Booting an amd64 kernel from the 64-bit EFI loader