Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-09-01 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Friday, September 01, 2017 4:38 AM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > ; Mingkai Hu ; > Shengzhou Liu > Subject: Re: [PATCH] arm64: ls1043ardb: Add distro secure boot support > > On 06/04/2017 11:

Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-08-31 Thread York Sun
On 06/04/2017 11: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 > nor/qspi boot in case of secure boot. Also enable "secureboot=y" > flag in environment for ARM based platforms inste

Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-08-07 Thread York Sun
On 06/04/2017 11: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 > nor/qspi boot in case of secure boot. Also enable "secureboot=y" > flag in environment for ARM based platforms inste

Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-06-18 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Wednesday, June 14, 2017 2:13 AM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > ; Mingkai Hu ; > Shengzhou Liu > Subject: Re: [PATCH] arm64: ls1043ardb: Add distro secure boot support > > On 06/04/2017 11:54

Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-06-13 Thread York Sun
On 06/04/2017 11: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 > nor/qspi boot in case of secure boot. Also enable "secureboot=y" > flag in environment for ARM based platforms inste

Re: [U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-06-05 Thread Sumit Garg
> -Original Message- > From: Sumit Garg [mailto:sumit.g...@nxp.com] > Sent: Monday, June 05, 2017 11:52 PM > To: u-boot@lists.denx.de > Cc: york sun ; Ruchika Gupta ; > Prabhakar Kushwaha ; Mingkai Hu > ; Shengzhou Liu ; Sumit > Garg > Subject: [PATCH] arm64: ls1043ardb: Add distro secure

[U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support

2017-06-04 Thread Sumit Garg
Enable validation of boot.scr script prior to its execution dependent on "secureboot" flag in environment. Disable fall back option to nor/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-