From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 5 Mar 2015 12:14:55 -0800 Subject: [U-Boot] [PATCH 2/4][v3] fsl_sec_mon: Add driver for Security Monitor block of Freescale In-Reply-To: <1425010462-22409-1-git-send-email-gaurav.rana@freescale.com> References: <1425010462-22409-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <54F8B93F.4040100@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/26/2015 08:14 PM, Gaurav Rana wrote: > 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 > Signed-off-by: Gaurav Rana > --- > Changes in v3: > Modify copyright in include/fsl_sec_mon.h and drivers/misc/fsl_sec_mon.c. > > Changes in v2: > Commit message is changed. Applied to u-boot-mpc85xx master, awaiting for upstream. York