diff options
author | Myles Watson <myles@pel.cs.byu.edu> | 2008-02-06 22:33:50 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2008-02-06 22:33:50 +0000 |
commit | f2b380ad8588a6c6cd9d334a34704ee86dc43550 (patch) | |
tree | 9fa00b49777b802aaad2846a55b0ca8fd55ea075 /targets/tyan/s2891/Config-lab.lb | |
parent | c23b3a57321dfa1b3341608074facde81aa2a8de (diff) |
This patch changes the Config.lb files and adds Config-lab.lb files for
architectures supported by buildrom.
Myles
Signed-off-by: Myles Watson <myles@pel.cs.byu.edu>
Acked-by: Ward Vandewege <ward@gnu.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3092 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2891/Config-lab.lb')
-rw-r--r-- | targets/tyan/s2891/Config-lab.lb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/targets/tyan/s2891/Config-lab.lb b/targets/tyan/s2891/Config-lab.lb new file mode 100644 index 0000000000..24b5d066b6 --- /dev/null +++ b/targets/tyan/s2891/Config-lab.lb @@ -0,0 +1,23 @@ +# Sample config file for +# the Tyan s2891 +# This will make a target directory of ./s2891 + +target s2891 +mainboard tyan/s2891 + +option ROM_SIZE=0x100000 +# 36K for ATI ROM in 1M +option FALLBACK_SIZE=(ROM_SIZE-0x9000) + +# Tyan s2891 +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" |