6577672c435ebc7415c6b53bda22fb5aa0af9dff
[coreboot.git] / targets / amd / serengeti_cheetah / Config-lab.lb
1 # Sample config file for 
2 # the amd serengeti_cheetah 
3 # This will make a target directory of ./serengeti_cheetah
4
5 target serengeti_cheetah
6 mainboard amd/serengeti_cheetah
7
8 option CONFIG_ROM_SIZE = 0x100000
9 option CONFIG_USE_FAILOVER_IMAGE=0
10 option CONFIG_HAVE_FAILOVER_BOOT=0
11 option CONFIG_FAILOVER_SIZE=0
12
13 romimage "fallback"
14         option CONFIG_PRECOMPRESSED_PAYLOAD=1
15         option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
16         option CONFIG_USE_FALLBACK_IMAGE=1
17         option CONFIG_ROM_IMAGE_SIZE=0x1a000
18         option CONFIG_XIP_ROM_SIZE=0x40000
19         option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
20         payload ../payload.elf.lzma
21 end
22
23 buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback"