Add support for the VIA EPIA-CN baord, which uses C7 + CN700 + VT8237R.
[coreboot.git] / targets / tyan / s2891 / Config-lab.lb
1 # Sample config file for 
2 # the Tyan s2891 
3 # This will make a target directory of ./s2891
4
5 target s2891
6 mainboard tyan/s2891
7
8 option ROM_SIZE=0x100000
9 # 36K for ATI ROM in 1M
10 option FALLBACK_SIZE=(ROM_SIZE-0x9000)
11
12 # Tyan s2891
13 romimage "fallback" 
14         option USE_FALLBACK_IMAGE=1
15         option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
16         option CONFIG_PRECOMPRESSED_PAYLOAD=1
17         option ROM_IMAGE_SIZE=0x17000
18         option XIP_ROM_SIZE=0x40000
19         option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
20         payload ../payload.elf.lzma
21 end
22
23 buildrom ./coreboot.rom ROM_SIZE "fallback"