blob: 6577672c435ebc7415c6b53bda22fb5aa0af9dff [file] [log] [blame]
Myles Watsonf2b380a2008-02-06 22:33:50 +00001# Sample config file for
2# the amd serengeti_cheetah
3# This will make a target directory of ./serengeti_cheetah
4
5target serengeti_cheetah
6mainboard amd/serengeti_cheetah
7
Stefan Reinauer08670622009-06-30 15:17:49 +00008option CONFIG_ROM_SIZE = 0x100000
9option CONFIG_USE_FAILOVER_IMAGE=0
10option CONFIG_HAVE_FAILOVER_BOOT=0
11option CONFIG_FAILOVER_SIZE=0
Myles Watsonf2b380a2008-02-06 22:33:50 +000012
13romimage "fallback"
14 option CONFIG_PRECOMPRESSED_PAYLOAD=1
15 option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
Stefan Reinauer08670622009-06-30 15:17:49 +000016 option CONFIG_USE_FALLBACK_IMAGE=1
17 option CONFIG_ROM_IMAGE_SIZE=0x1a000
18 option CONFIG_XIP_ROM_SIZE=0x40000
Myles Watsonf2b380a2008-02-06 22:33:50 +000019 option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
20 payload ../payload.elf.lzma
21end
22
Stefan Reinauer08670622009-06-30 15:17:49 +000023buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"