svn commit: r246344 - projects/uefi

Benno Rice benno at FreeBSD.org
Tue Feb 5 02:35:26 UTC 2013


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.


More information about the svn-src-projects mailing list