summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-09-09 01:19:52 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-09-13 11:18:33 +0100
commitce2a7353dbc47bef59db647614ad52a83247c8b6 (patch)
tree4a3ebe97bc150da14eb9f235bae96cdef03547fb
parent233717dde6f9c95d12e7561c6d295904c71795ab (diff)
warp7: hab: Add a CSF location definitionlinaro-20180712-004linaro-20170913-001linaro-17.09
In order to correctly produce an image with a IVT/DCD header we need to define a CSF in imximage.cfg. We just use the mx7 default here. All we have to do with this option switched on is "make u-boot.imx" and we then will get - u-boot.imx - u-boot.imx.log The log file is really important because it gives the addresses for the HAB that we will require to sign the u-boot image using the CST. Since the addresses can change this logfile is a critical output. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--board/warp7/imximage.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/warp7/imximage.cfg b/board/warp7/imximage.cfg
index 5b42793786..51a5bff723 100644
--- a/board/warp7/imximage.cfg
+++ b/board/warp7/imximage.cfg
@@ -13,6 +13,10 @@
#include <config.h>
IMAGE_VERSION 2
+#ifdef CONFIG_SECURE_BOOT
+CSF CONFIG_CSF_SIZE
+#endif
+
BOOT_FROM sd
/*