08af3f535d
amd gx2 north -- don't set anything in the north, it conflicts with vsa settings. So we have our own pci_set_resources that is essentially a no-op -- just calls the kids. olpc rev_a config -- DISABLE the compressed rom stream. This SHOULD NOT have been set -- it is untested and caused real trouble. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2369 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
23 lines
564 B
Text
23 lines
564 B
Text
# Config file for the olpc rev_a
|
|
|
|
target rev_a_1M
|
|
mainboard olpc/rev_a
|
|
|
|
# Don't let LinuxBIOS compress the payload
|
|
# option CONFIG_COMPRESSED_ROM_STREAM=0
|
|
#option CONFIG_PRECOMPRESSED_ROM_STREAM=1
|
|
|
|
# leave 64k for vsa
|
|
option ROM_SIZE=1024*1024-64*1024
|
|
option FALLBACK_SIZE=ROM_SIZE
|
|
|
|
option DEFAULT_CONSOLE_LOGLEVEL = 11
|
|
option MAXIMUM_CONSOLE_LOGLEVEL = 11
|
|
romimage "fallback"
|
|
option USE_FALLBACK_IMAGE=1
|
|
option ROM_IMAGE_SIZE=32*1024
|
|
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
|
|
payload /tmp/olpcpayload.elf
|
|
end
|
|
|
|
buildrom ./linuxbios.rom ROM_SIZE "fallback"
|