Correct the RAM checking code to _not_ check the range from 640 KB - 1 MB,
as that is not RAM but used for other stuff. First try at PCI init added to src/mainboard/tyan/s1846/Config.lb. Use a real payload (FILO) per default now. Note: this cannot boot a payload, yet, but it gets a lot further now. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2623 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -25,14 +25,19 @@ option ROM_SIZE = 256 * 1024
|
||||
|
||||
romimage "normal"
|
||||
option USE_FALLBACK_IMAGE = 0
|
||||
option ROM_IMAGE_SIZE=0x0e000
|
||||
option LINUXBIOS_EXTRA_VERSION = ".0Normal"
|
||||
payload /etc/hosts # TODO
|
||||
payload /tmp/filo.elf
|
||||
# payload /tmp/memtest
|
||||
end
|
||||
|
||||
romimage "fallback"
|
||||
option USE_FALLBACK_IMAGE = 1
|
||||
option ROM_IMAGE_SIZE=0x0e000
|
||||
option LINUXBIOS_EXTRA_VERSION = ".0Fallback"
|
||||
payload /etc/hosts # TODO
|
||||
payload /tmp/filo.elf
|
||||
# payload /tmp/memtest
|
||||
end
|
||||
|
||||
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|
||||
# buildrom ./linuxbios.rom ROM_SIZE "fallback"
|
||||
|
Reference in New Issue
Block a user