coreboot-kgpe-d16/targets/olpc/rev_a/Config.kernel.lb
Stefan Reinauer f8ee1806ac Rename almost all occurences of LinuxBIOS to coreboot.
Due to the automatic nature of this update, I am self-acking. It worked in
abuild.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3053 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-01-18 15:08:58 +00:00

35 lines
1,021 B
Text

# Config file for the olpc rev_a
target rev_a
mainboard olpc/rev_a
option ROM_SIZE=7*128*1024
option FALLBACK_SIZE=ROM_SIZE
#romimage "normal"
# option USE_FALLBACK_IMAGE=0
# option ROM_IMAGE_SIZE=0x10000
# option COREBOOT_EXTRA_VERSION=".0Normal"
## payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
## payload ../../../../tg3--ide_disk.zelf
## payload ../../../../../lnxieepro100.ebi
## payload /etc/hosts
## payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
# payload /tmp/filo.elf
#end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x10000
option COREBOOT_EXTRA_VERSION=".0Fallback"
# payload /usr/share/etherboot/5.1.9pre2-lnxi-lb/tg3--ide_disk.zelf
# payload ../../../../tg3--ide_disk.zelf
# payload ../../../../../lnxieepro100.ebia
# payload /etc/hosts
# payload /home/hamish/work/etherboot/eb-5.2.6-lne100.elf
# payload /tmp/filo.elf
payload /tmp/olpc
end
buildrom ./coreboot.rom ROM_SIZE "fallback"
#buildrom ./coreboot.rom ROM_SIZE "normal" "fallback"