diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-07 14:27:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-07 14:27:38 +0000 |
commit | 80775c1425b613047f16dd84481e96d588f85524 (patch) | |
tree | 323d547ea65ded6d6b99d75ee896cf14e46881c5 /targets | |
parent | 4a8523a788fb1c80a2f65a5d65fa36db85398397 (diff) | |
download | coreboot-80775c1425b613047f16dd84481e96d588f85524.tar.xz |
add Config-abuild for the new board (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@4081 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/technexion/tim8690/Config-abuild.lb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/targets/technexion/tim8690/Config-abuild.lb b/targets/technexion/tim8690/Config-abuild.lb new file mode 100644 index 0000000000..84a9797705 --- /dev/null +++ b/targets/technexion/tim8690/Config-abuild.lb @@ -0,0 +1,25 @@ +# This will make a target directory of ./VENDOR_MAINBOARD + +target VENDOR_MAINBOARD +mainboard VENDOR/MAINBOARD + +option CC="CROSSCC" +option CROSS_COMPILE="CROSS_PREFIX" +option HOSTCC="CROSS_HOSTCC" + +__COMPRESSION__ + +romimage "normal" + option USE_FALLBACK_IMAGE=0 + option ROM_IMAGE_SIZE=0x20000 + option COREBOOT_EXTRA_VERSION=".0-normal" + payload __PAYLOAD__ +end + +romimage "fallback" + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=0x20000 + option COREBOOT_EXTRA_VERSION=".0-fallback" + payload __PAYLOAD__ +end +buildrom ./coreboot.rom ROM_SIZE "normal" "fallback" |