summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7ulp/clock.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-02-22 16:21:53 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 17:23:52 +0800
commit245854f657c092783507a572337765f2f3c44724 (patch)
tree8401467ea50633d7936113ebeb2ae4530bf95afc /arch/arm/include/asm/arch-mx7ulp/clock.h
parent0921d1c3d60594e584bdfc16c3777913b0de9a5f (diff)
downloadu-boot-imx-245854f657c092783507a572337765f2f3c44724.zip
u-boot-imx-245854f657c092783507a572337765f2f3c44724.tar.gz
u-boot-imx-245854f657c092783507a572337765f2f3c44724.tar.bz2
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/clock.h')
-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 ebf32c6..170a9b3 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