aboutsummaryrefslogtreecommitdiff
path: root/targets/technexion/tim5690/Config-abuild.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/technexion/tim5690/Config-abuild.lb')
-rw-r--r--targets/technexion/tim5690/Config-abuild.lb26
1 files changed, 26 insertions, 0 deletions
diff --git a/targets/technexion/tim5690/Config-abuild.lb b/targets/technexion/tim5690/Config-abuild.lb
new file mode 100644
index 0000000000..b47f5ce851
--- /dev/null
+++ b/targets/technexion/tim5690/Config-abuild.lb
@@ -0,0 +1,26 @@
+# This will make a target directory of ./VENDOR_MAINBOARD
+
+target VENDOR_MAINBOARD
+mainboard VENDOR/MAINBOARD
+
+option CC="CROSSCC"
+option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
+option HOSTCC="CROSS_HOSTCC"
+
+__COMPRESSION__
+__LOGLEVEL__
+
+romimage "normal"
+ option CONFIG_USE_FALLBACK_IMAGE=0
+ option CONFIG_ROM_IMAGE_SIZE=0x20000
+ option COREBOOT_EXTRA_VERSION=".0-normal"
+ payload __PAYLOAD__
+end
+
+romimage "fallback"
+ option CONFIG_USE_FALLBACK_IMAGE=1
+ option CONFIG_ROM_IMAGE_SIZE=0x20000
+ option COREBOOT_EXTRA_VERSION=".0-fallback"
+ payload __PAYLOAD__
+end
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"