diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-10-12 13:48:13 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-10-30 15:22:36 +0100 |
commit | bb955146f06cd22b672faf1ec6cfdcdbac8ef039 (patch) | |
tree | 2d412b27c1ee8e7ce0e54b901175280e4bf001fe /arch/arm/cpu | |
parent | 6b50bfe56d162e0af49934dc11c39964be073a36 (diff) | |
download | u-boot-imx-bb955146f06cd22b672faf1ec6cfdcdbac8ef039.zip u-boot-imx-bb955146f06cd22b672faf1ec6cfdcdbac8ef039.tar.gz u-boot-imx-bb955146f06cd22b672faf1ec6cfdcdbac8ef039.tar.bz2 |
arm: imx: add secure boot fuse details for imx7 SoC
Add secure boot fuse details (location) bank = 1, word = 3;
for imx7 SoC platforms.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/armv7/mx7/soc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/soc.c b/arch/arm/cpu/armv7/mx7/soc.c index 2ed05ea..a6224af 100644 --- a/arch/arm/cpu/armv7/mx7/soc.c +++ b/arch/arm/cpu/armv7/mx7/soc.c @@ -11,6 +11,7 @@ #include <asm/arch/sys_proto.h> #include <asm/imx-common/boot_mode.h> #include <asm/imx-common/dma.h> +#include <asm/imx-common/hab.h> #include <asm/arch/crm_regs.h> #include <dm.h> #include <imx_thermal.h> @@ -28,6 +29,13 @@ U_BOOT_DEVICE(imx7_thermal) = { }; #endif +#if defined(CONFIG_SECURE_BOOT) +struct imx_sec_config_fuse_t const imx_sec_config_fuse = { + .bank = 1, + .word = 3, +}; +#endif + /* * OCOTP_TESTER3[9:8] (see Fusemap Description Table offset 0x440) * defines a 2-bit SPEED_GRADING |