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/amd/serengeti_cheetah/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/amd/serengeti_cheetah/Config-lab.lb')
-rw-r--r-- | targets/amd/serengeti_cheetah/Config-lab.lb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/targets/amd/serengeti_cheetah/Config-lab.lb b/targets/amd/serengeti_cheetah/Config-lab.lb new file mode 100644 index 0000000000..42cefc190e --- /dev/null +++ b/targets/amd/serengeti_cheetah/Config-lab.lb @@ -0,0 +1,24 @@ +# Sample config file for +# the amd serengeti_cheetah +# This will make a target directory of ./serengeti_cheetah + +target serengeti_cheetah +mainboard amd/serengeti_cheetah + +option ROM_SIZE = 0x100000 +option USE_FAILOVER_IMAGE=0 +option HAVE_FAILOVER_BOOT=0 +option FAILOVER_SIZE=0 + +romimage "fallback" + option CONFIG_PRECOMPRESSED_PAYLOAD=1 + option CONFIG_COMPRESSED_PAYLOAD_LZMA=1 + option FALLBACK_SIZE=ROM_SIZE + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=0x1a000 + option XIP_ROM_SIZE=0x40000 + option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal" + payload ../payload.elf.lzma +end + +buildrom ./coreboot.rom ROM_SIZE "fallback" |