aboutsummaryrefslogtreecommitdiff
path: root/targets/kontron/kt690/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/kontron/kt690/Config.lb')
-rw-r--r--targets/kontron/kt690/Config.lb21
1 files changed, 21 insertions, 0 deletions
diff --git a/targets/kontron/kt690/Config.lb b/targets/kontron/kt690/Config.lb
new file mode 100644
index 0000000000..eeb40a446b
--- /dev/null
+++ b/targets/kontron/kt690/Config.lb
@@ -0,0 +1,21 @@
+# This will make a target directory of ./dbm690t
+
+target kt690
+mainboard kontron/kt690
+
+romimage "normal"
+ option CONFIG_ROM_SIZE = 1024*1024 - 55808
+ option CONFIG_USE_FALLBACK_IMAGE=0
+ option CONFIG_ROM_IMAGE_SIZE=0x20000
+ option CONFIG_XIP_ROM_SIZE=0x20000
+ payload ../payload.elf
+end
+
+romimage "fallback"
+ option CONFIG_USE_FALLBACK_IMAGE=1
+ option CONFIG_ROM_IMAGE_SIZE=0x20000
+ option CONFIG_XIP_ROM_SIZE=0x20000
+ payload ../payload.elf
+end
+
+buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"