diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-16 14:39:06 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:41 +0800 |
commit | 2398e5ff576c6f0de86856f4b116315d0b34556b (patch) | |
tree | 98202d407625a359eea158168981e33e84c921e3 /board/freescale/mx6qsabreauto | |
parent | fd9a9759ed9b3a9fc26b18aff00880382213b1ca (diff) | |
download | u-boot-imx-2398e5ff576c6f0de86856f4b116315d0b34556b.zip u-boot-imx-2398e5ff576c6f0de86856f4b116315d0b34556b.tar.gz u-boot-imx-2398e5ff576c6f0de86856f4b116315d0b34556b.tar.bz2 |
MLK-12500-2 HAB: Add commented secure boot configurations
CONFIG_SECURE_BOOT is used for signed image building, this configuration is
not enabled at default. Comment it in mx6/mx7 common header file. Users can
uncomment it to enable.
Also add CONFIG_CSF_SIZE for defining the CSF reserved size and resize
the CONFIG_CSF_SIZE to 0x4000 to align with v2016.03.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 01cc7d9bc205251c13712418d51f3a4d7b20861b)
Diffstat (limited to 'board/freescale/mx6qsabreauto')
-rw-r--r-- | board/freescale/mx6qsabreauto/imximage.cfg | 4 | ||||
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6dl.cfg | 4 | ||||
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6qp.cfg | 4 | ||||
-rw-r--r-- | board/freescale/mx6qsabreauto/mx6solo.cfg | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/board/freescale/mx6qsabreauto/imximage.cfg b/board/freescale/mx6qsabreauto/imximage.cfg index 0a9b26d..bb0727f 100644 --- a/board/freescale/mx6qsabreauto/imximage.cfg +++ b/board/freescale/mx6qsabreauto/imximage.cfg @@ -27,6 +27,10 @@ BOOT_FROM sd PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * diff --git a/board/freescale/mx6qsabreauto/mx6dl.cfg b/board/freescale/mx6qsabreauto/mx6dl.cfg index 2cfb81a..ce532ac 100644 --- a/board/freescale/mx6qsabreauto/mx6dl.cfg +++ b/board/freescale/mx6qsabreauto/mx6dl.cfg @@ -28,6 +28,10 @@ BOOT_FROM sd PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * diff --git a/board/freescale/mx6qsabreauto/mx6qp.cfg b/board/freescale/mx6qsabreauto/mx6qp.cfg index 846d3e6..9c6a2c5 100644 --- a/board/freescale/mx6qsabreauto/mx6qp.cfg +++ b/board/freescale/mx6qsabreauto/mx6qp.cfg @@ -30,6 +30,10 @@ BOOT_FROM sd PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * diff --git a/board/freescale/mx6qsabreauto/mx6solo.cfg b/board/freescale/mx6qsabreauto/mx6solo.cfg index 584e15a..9be5cdc 100644 --- a/board/freescale/mx6qsabreauto/mx6solo.cfg +++ b/board/freescale/mx6qsabreauto/mx6solo.cfg @@ -31,6 +31,10 @@ IMAGE_VERSION 2 PLUGIN board/freescale/mx6qsabreauto/plugin.bin 0x00907000 #else +#ifdef CONFIG_SECURE_BOOT +CSF CONFIG_CSF_SIZE +#endif + /* * Device Configuration Data (DCD) * |