]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
fsl_sec_mon: Add driver for Security Monitor block of Freescale
authorgaurav rana <gaurav.rana@freescale.com>
Fri, 27 Feb 2015 04:14:22 +0000 (09:44 +0530)
committerYork Sun <yorksun@freescale.com>
Thu, 5 Mar 2015 20:04:59 +0000 (12:04 -0800)
commitfe78378d7df90541c09b279b67ce79ebbdca93d5
tree8e098a4a1e6c3eb73cf610a4992c7d75231fe9af
parenta2e225e65df3d0fe0ddefec77a3db05b881d1e68
fsl_sec_mon: Add driver for Security Monitor block of Freescale

The Security Monitor is the SOC’s central reporting point for
security-relevant events such as the success or failure of boot
software validation and the detection of potential security compromises.

The API's for transition of Security states have been added
which will be used in case of SECURE BOOT.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/fsl_sec_mon.c [new file with mode: 0644]
include/fsl_sec_mon.h [new file with mode: 0644]