summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap3
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-03-09 17:12:09 -0500
committerTom Rini <trini@konsulko.com>2015-03-13 09:29:33 -0400
commitcdef0b3f3ae56db2acd0a79c3a4089db281378fe (patch)
treea588234fba95d3b76243ccfbd89559844b680f13 /arch/arm/include/asm/arch-omap3
parentc6f90e1418a84fe5fa463b38403bd1845cb6a59c (diff)
downloadtalos-obmc-uboot-cdef0b3f3ae56db2acd0a79c3a4089db281378fe.tar.gz
talos-obmc-uboot-cdef0b3f3ae56db2acd0a79c3a4089db281378fe.zip
ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766
RX51 has a secure logic which uses different parameters compared to traditional implementation. So, make the generic secure acr write over-ride-able by board file and refactor rx51 code to use this. While at it, enable the OMAP3 specific errata code for 454179, 430973, 621766. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3')
-rw-r--r--arch/arm/include/asm/arch-omap3/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h
index 0c77a22ccf..3e45ce184b 100644
--- a/arch/arm/include/asm/arch-omap3/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap3/sys_proto.h
@@ -73,5 +73,6 @@ void power_init_r(void);
void dieid_num_r(void);
void get_dieid(u32 *id);
void do_omap3_emu_romcode_call(u32 service_id, u32 parameters);
+void omap3_set_aux_cr_secure(u32 acr);
u32 warm_reset(void);
#endif
OpenPOWER on IntegriCloud