diff options
Diffstat (limited to 'targets/technexion/tim8690')
-rw-r--r-- | targets/technexion/tim8690/Config.lb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/targets/technexion/tim8690/Config.lb b/targets/technexion/tim8690/Config.lb new file mode 100644 index 0000000000..80330e48dc --- /dev/null +++ b/targets/technexion/tim8690/Config.lb @@ -0,0 +1,27 @@ +# This will make a target directory of ./tim8690 + +target tim8690 +mainboard technexion/tim8690 + + +romimage "normal" + option ROM_SIZE = 1024*512 - 55808 + option USE_FALLBACK_IMAGE=0 + option ROM_IMAGE_SIZE=0x20000 + option XIP_ROM_SIZE=0x20000 + payload /home/daniel/mypayloads/link +end + +romimage "fallback" + option FALLBACK_SIZE= 1024*512 - 55808 + option USE_FALLBACK_IMAGE=1 + option ROM_IMAGE_SIZE=0x20000 + option XIP_ROM_SIZE=0x20000 + payload /home/daniel/mypayloads/link + +end + +buildrom ./coreboot.rom ROM_SIZE "fallback" + + + |