summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7ulp
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-02-22 11:21:53 +0300
committerStefano Babic <sbabic@denx.de>2017-03-17 11:27:08 +0300
commit27117b2024b6ae5a38097c72c44e6c107cfd8d77 (patch)
treeed94ae4d96886c3612e1bce024d6ab8435cd4e80 /arch/arm/include/asm/arch-mx7ulp
parent7edf5c45f0d7f78ba370013cf513e3e8356c5202 (diff)
downloadu-boot-27117b2024b6ae5a38097c72c44e6c107cfd8d77.tar.xz
mx7ulp: Add HAB boot support
Add CAAM clock functions, SEC_CONFIG[1] fuse checking, and default CSF size for HAB support boot on mx7ulp. Users need to uncomment the CONFIG_SECURE_BOOT in mx7ulp_evk.h to build secure uboot. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by : Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7ulp')
-rw-r--r--arch/arm/include/asm/arch-mx7ulp/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7ulp/clock.h b/arch/arm/include/asm/arch-mx7ulp/clock.h
index ebf32c6c2c..170a9b3a7c 100644
--- a/arch/arm/include/asm/arch-mx7ulp/clock.h
+++ b/arch/arm/include/asm/arch-mx7ulp/clock.h
@@ -39,4 +39,5 @@ void enable_usboh3_clk(unsigned char enable);
#endif
void init_clk_usdhc(u32 index);
void clock_init(void);
+void hab_caam_clock_enable(unsigned char enable);
#endif