2008-02-06 23:33:50 +01:00
|
|
|
# Sample config file for
|
|
|
|
# the amd serengeti_cheetah
|
|
|
|
# This will make a target directory of ./serengeti_cheetah
|
|
|
|
|
|
|
|
target serengeti_cheetah
|
|
|
|
mainboard amd/serengeti_cheetah
|
|
|
|
|
2009-06-30 17:17:49 +02:00
|
|
|
option CONFIG_ROM_SIZE = 0x100000
|
|
|
|
option CONFIG_USE_FAILOVER_IMAGE=0
|
|
|
|
option CONFIG_HAVE_FAILOVER_BOOT=0
|
|
|
|
option CONFIG_FAILOVER_SIZE=0
|
2008-02-06 23:33:50 +01:00
|
|
|
|
|
|
|
romimage "fallback"
|
|
|
|
option CONFIG_PRECOMPRESSED_PAYLOAD=1
|
|
|
|
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
|
2009-06-30 17:17:49 +02:00
|
|
|
option CONFIG_FALLBACK_SIZE=CONFIG_ROM_SIZE
|
|
|
|
option CONFIG_USE_FALLBACK_IMAGE=1
|
|
|
|
option CONFIG_ROM_IMAGE_SIZE=0x1a000
|
|
|
|
option CONFIG_XIP_ROM_SIZE=0x40000
|
2008-02-06 23:33:50 +01:00
|
|
|
option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
|
|
|
|
payload ../payload.elf.lzma
|
|
|
|
end
|
|
|
|
|
2009-06-30 17:17:49 +02:00
|
|
|
buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"
|