]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:08 +0000 (14:20 +0200)
commit275686a0af4804d75e11bcb4a3bcb0cb38af4437
tree6c63814f950cd1388aabcfc6e952d1fe8f6ce3e4
parenteb54d5720c8c6ba1786867ff05cfc07089665aa4
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]