[PATCH v2 0/2] arm: omap: RX-51: ARM errata 430973 workaround
From: Pali Rohár <hidden>
Date: 2013-07-10 12:59:51
Also in:
linux-omap, lkml
From: Pali Rohár <hidden>
Date: 2013-07-10 12:59:51
Also in:
linux-omap, lkml
This patch adds RX-51 specific SMC support and sets IBE bit in ACTLR during
board init code for ARM errata 430973 workaround.
This is second version of patch which simplifing API and moving all board
functions to one file board-rx51.c. Wrapper around smc #1 instruction is in
omap-smc.S file because some other board may use it too.
Pali Roh?r (2):
ARM: OMAP: Add secure function omap_smc3() which calling instruction
smc #1
RX-51: ARM errata 430973 workaround
arch/arm/mach-omap2/board-rx51.c | 78 +++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/omap-secure.h | 1 +
arch/arm/mach-omap2/omap-smc.S | 22 ++++++++++-
3 files changed, 100 insertions(+), 1 deletion(-)
--
1.7.10.4