]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-uboot.git/commit
ARM: AM43xx: Add support to enter secure mode for secure services
authorHemant S Pedanekar <hemantp@ti.com>
Wed, 12 Jun 2013 04:20:18 +0000 (09:50 +0530)
committerHemant Pedanekar <hemantp@ti.com>
Fri, 4 Oct 2013 13:37:32 +0000 (19:07 +0530)
commit59271437d00bbf06ee96d68ebc49f3e1f877f688
tree3e39d10bce55c76c1b511d3a0a666d2f31dd5cf6
parentae1efc1c9a3fd74e6893137565f577d40786dd10
ARM: AM43xx: Add support to enter secure mode for secure services

Enables calling secure monitor APIs for specified IDs and parameters. Note that
this will only work on High Security (HS) devices and thus CONFIG_HS_DEVICE must
be true in the build.

Currently, the call for ROM API to authenticate image in RAM is added.

Signed-off-by: Hemant S Pedanekar <hemantp@ti.com>
Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Deepak M <x0171695@ti.com>
arch/arm/cpu/armv7/am33xx/Makefile
arch/arm/cpu/armv7/am33xx/secure_service.c [new file with mode: 0644]
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
arch/arm/include/asm/arch-am33xx/sys_proto.h
include/configs/am43xx_evm.h