Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro secure boot support

2017-08-07 Thread York Sun
On 06/05/2017 08:54 PM, Sumit Garg wrote: > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Disable fall back option to > qspi boot in case of secure boot. Also enable "secureboot=y" flag > in environment for ARM based platforms instead o

[U-Boot] [PATCH] arm: ls1021atwr: Add distro secure boot support

2017-06-05 Thread Sumit Garg
Enable validation of boot.scr script prior to its execution dependent on "secureboot" flag in environment. Disable fall back option to qspi boot in case of secure boot. Also enable "secureboot=y" flag in environment for ARM based platforms instead of bootcmd. Signed-off-by: Sumit Garg Tested-by: