coreboot-kgpe-d16/targets/tyan/s2881/Config-lab.lb
Ward Vandewege 7aad44c496 This patch changes the Config.lb files and adds a Config-lab.lb file for the
tyan s2881 board, in preparation of supporting it in buildrom. Corresponding
changes for the other buildrom-supported boards were committed in r3092.

Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3130 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-03-10 18:48:52 +00:00

23 lines
566 B
Text

# Sample config file for
# the Tyan s2881
# This will make a target directory of ./s2881
target s2881
mainboard tyan/s2881
option ROM_SIZE=0x100000
# 36K for ATI ROM in 1M
option FALLBACK_SIZE=(ROM_SIZE-0x9000)
# Tyan s2881
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
option CONFIG_PRECOMPRESSED_PAYLOAD=1
option ROM_IMAGE_SIZE=0x17000
option XIP_ROM_SIZE=0x40000
option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
payload ../payload.elf.lzma
end
buildrom ./coreboot.rom ROM_SIZE "fallback"