From owner-svn-src-projects@FreeBSD.ORG Wed Jan 30 00:12:51 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 EE5BE81C; Wed, 30 Jan 2013 00:12:51 +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 E1E36147; Wed, 30 Jan 2013 00:12:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0U0CpDi009059; Wed, 30 Jan 2013 00:12:51 GMT (envelope-from benno@svn.freebsd.org) Received: (from benno@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0U0Cpj3009058; Wed, 30 Jan 2013 00:12:51 GMT (envelope-from benno@svn.freebsd.org) Message-Id: <201301300012.r0U0Cpj3009058@svn.freebsd.org> From: Benno Rice Date: Wed, 30 Jan 2013 00:12:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r246100 - 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: Wed, 30 Jan 2013 00:12:52 -0000 Author: benno Date: Wed Jan 30 00:12:51 2013 New Revision: 246100 URL: http://svnweb.freebsd.org/changeset/base/246100 Log: Add a statement of intent. Sponsored by: FreeBSD Foundation Added: projects/uefi/UEFI-TODO.txt Added: projects/uefi/UEFI-TODO.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/uefi/UEFI-TODO.txt Wed Jan 30 00:12:51 2013 (r246100) @@ -0,0 +1,24 @@ +/* FreeBSD */ + +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. + +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. +- Fix anything else that comes up. + +Part the Third: Booting an i386 kernel from the 64-bit EFI loader. + +- Make sure that the i386 kernel isn't trying to touch the BIOS. +- Fix anything else that comes up. + +Part the Fourth: Making our install media UEFI compatible. + +- Work out how to make our install media UEFI compatible. +- Make our install media UEFI compatible.