ARM: OMAP: Add Secure HAL and monitor mode API infrastructure.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 6 Jun 2011 12:26:49 +0000 (17:56 +0530)
committerKevin Hilman <khilman@ti.com>
Thu, 8 Dec 2011 19:29:00 +0000 (11:29 -0800)
commitba9456ac9c72a7a5d4d59340aba4259351832521
tree557647722688c75caef4de8d9fdf30665118cd0d
parent3c50729b3fa1cd8ca1f347e6caf1081204cf1a7c
ARM: OMAP: Add Secure HAL and monitor mode API infrastructure.

On OMAP secure/emulation devices, certain APIs are exported by secure
code. Add an infrastructure so that relevant operations on secure
devices can be implemented using it.

While at this, rename omap44xx-smc.S to omap-smc.S since the common APIs
can be used on other OMAP's too.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-by: Vishwanath BS <vishwanath.bs@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/include/mach/omap-secure.h [new file with mode: 0644]
arch/arm/mach-omap2/omap-secure.c [new file with mode: 0644]
arch/arm/mach-omap2/omap-smc.S [moved from arch/arm/mach-omap2/omap44xx-smc.S with 70% similarity]