diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-11-27 16:32:49 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-11-27 16:32:49 +0000 |
commit | 7e2436360b9870f8ecde93e26d06f19139781932 (patch) | |
tree | 4c0d2b28128a892e90e6ce2a1775c2e7fa794da8 /targets/iwill/dk8_htx | |
parent | eba69b60781262da7503bb394940ac84429aaf29 (diff) |
add Config.lb files for abuild. This fixes both boards (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2510 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/iwill/dk8_htx')
-rw-r--r-- | targets/iwill/dk8_htx/Config-abuild.lb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/targets/iwill/dk8_htx/Config-abuild.lb b/targets/iwill/dk8_htx/Config-abuild.lb new file mode 100644 index 0000000000..81611e264f --- /dev/null +++ b/targets/iwill/dk8_htx/Config-abuild.lb @@ -0,0 +1,25 @@ +# This will make a target directory of ./iwill_dk8_htx + +target iwill_dk8_htx +mainboard iwill/dk8_htx + +option CC="gcc -m32" +option CROSS_COMPILE="" +option HOSTCC="gcc" + +option CONFIG_COMPRESSED_ROM_STREAM_LZMA=1 + +romimage "normal" + option USE_FALLBACK_IMAGE=0 + option ROM_IMAGE_SIZE=0x17000 + option LINUXBIOS_EXTRA_VERSION=".0-normal" + payload /home/stepan/svn/LinuxBIOSv2/util/abuild/LinuxBIOS-payloads/payloads/default/filo-0.5.0.elf +end + +romimage "fallback" + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=0x17000 + option LINUXBIOS_EXTRA_VERSION=".0-fallback" + payload /home/stepan/svn/LinuxBIOSv2/util/abuild/LinuxBIOS-payloads/payloads/default/filo-0.5.0.elf +end +buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |