Re: [U-Boot] [PATCH v2 1/2] LS2080ARDB: QSPI boot: Secure Boot image validation

2017-08-07 Thread York Sun
On 05/27/2017 01:33 AM, Udit Agarwal wrote: > Validates the images in the ESBC phase for (QSPI boot) using > esbc_validate command. Add images validation in default > environment under mcinitcmd prior to MC initialization. > > Adds header address for PPA to be validated during ESBC phase for > ARC

[U-Boot] [PATCH v2 1/2] LS2080ARDB: QSPI boot: Secure Boot image validation

2017-05-27 Thread Udit Agarwal
Validates the images in the ESBC phase for (QSPI boot) using esbc_validate command. Add images validation in default environment under mcinitcmd prior to MC initialization. Adds header address for PPA to be validated during ESBC phase for ARCH_LS2088 and QSPI_BOOT. Moves sec_init prior to ppa_ini