-
- Downloads
arm: omap-common: add secure rom call API for secure devices
Adds a generic C-callable API for making secure ROM calls on OMAP and OMAP-compatible devices. This API provides the important function of flushing the ROM call arguments to memory from the cache, so that the secure world will have a coherent view of those arguments. Then is simply calls the omap_smc_sec routine. Signed-off-by:Daniel Allred <d-allred@ti.com> Signed-off-by:
Andreas Dannenberg <dannenberg@ti.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arm/cpu/armv7/omap-common/Makefile 2 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/Makefile
- arch/arm/cpu/armv7/omap-common/sec-common.c 51 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/sec-common.c
- arch/arm/include/asm/omap_sec_common.h 21 additions, 0 deletionsarch/arm/include/asm/omap_sec_common.h
arch/arm/cpu/armv7/omap-common/sec-common.c
0 → 100644
arch/arm/include/asm/omap_sec_common.h
0 → 100644
Please register or sign in to comment