secure_monitor: add secure storage and nand key support
authorJiamin Ma <jiamin.ma@amlogic.com>
Sat, 29 Jul 2017 13:40:51 +0000 (21:40 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 4 Aug 2017 09:47:11 +0000 (02:47 -0700)
commit664de66b7a987b893c39271e3804c708fed23652
treef8b606c26ab6dfbbebad22aff3e302f5af654d75
parent8c44111fb034cbd8f454ea2d5db7342a8df2ed62
secure_monitor: add secure storage and nand key support

PD#148390: this commit adds secure monitor driver

Change-Id: Iac0a9a36d141d19497165f35b39df099b2c9076a
Signed-off-by: Jiamin Ma <jiamin.ma@amlogic.com>
MAINTAINERS
arch/arm/boot/dts/amlogic/meson8b_m400.dts
arch/arm/configs/meson32_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/secure_monitor/Kconfig [new file with mode: 0644]
drivers/amlogic/secure_monitor/Makefile [new file with mode: 0644]
drivers/amlogic/secure_monitor/flash_mutex.S [new file with mode: 0644]
drivers/amlogic/secure_monitor/flash_secure.c [new file with mode: 0644]
drivers/amlogic/secure_monitor/flash_secure.h [new file with mode: 0644]