summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-02-26 13:52:42 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-02-26 13:52:42 +0000
commit72e87062f494d90bc61c0ea15c05539ce109df9a (patch)
treef3ef4922f394473911e01bba8bbf738805d571c1 /README
parent2a3223952e1e560bd59f841c22f8a3a23aa7c7da (diff)
downloadcoreboot-72e87062f494d90bc61c0ea15c05539ce109df9a.tar.gz
coreboot-72e87062f494d90bc61c0ea15c05539ce109df9a.tar.bz2
coreboot-72e87062f494d90bc61c0ea15c05539ce109df9a.zip
List more possible payloads in the README (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2560 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 5de957148b98..53becc9a1282 100644
--- a/README
+++ b/README
@@ -17,7 +17,11 @@ desired "payload" can be started by LinuxBIOS. Examples include:
* A Linux kernel
* FILO (a simple bootloader with filesystem support)
+ * GRUB2 (a free bootloader; support is in development)
* OpenBIOS (a free IEEE1275-1994 Open Firmware implementation)
+ * Open Firmware (a free IEEE1275-1994 Open Firmware implementation)
+ * SmartFirmware (a free IEEE1275-1994 Open Firmware implementation)
+ * GNUFI (a free, UEFI-compatible firmware)
* Etherboot (for network booting and booting from raw IDE or FILO)
* ADLO (for booting Windows 2000 or OpenBSD)
* Plan 9 (a distributed operating system)