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

york sun york.sun at nxp.com
Wed May 17 16:44:14 UTC 2017


On 05/02/2017 05:15 AM, Udit Agarwal wrote:
> Validates the images in the ESBC phase for LS2088ARDB platform
> and 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_init as for validation of PPA sec must
> be initialised before the PPA is initialised.
>
> Signed-off-by: Udit Agarwal <udit.agarwal at nxp.com>
> ---
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.ozlabs.org%2Fpatch%2F756222%2F&data=01%7C01%7Cyork.sun%40nxp.com%7Cefbc55c412914cf4faf808d49154fc09%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0&sdata=%2FeexbUyXknE0uXMdkcdC3tUEcvGo0YS2EENAaUo9%2BhA%3D&reserved=0
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.ozlabs.org%2Fpatch%2F756221%2F&data=01%7C01%7Cyork.sun%40nxp.com%7Cefbc55c412914cf4faf808d49154fc09%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0&sdata=nYyB0OSlm2IYaFUjG9TPf%2BVgth5ElzRl4ZIi8TKNqV0%3D&reserved=0
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.ozlabs.org%2Fpatch%2F756250%2F&data=01%7C01%7Cyork.sun%40nxp.com%7Cefbc55c412914cf4faf808d49154fc09%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0&sdata=9boHaBRQFKflABEDX6KRGO478gAC3AfjdZvtVOYGJco%3D&reserved=0
>
>  arch/arm/cpu/armv8/fsl-layerscape/Kconfig |  1 +
>  board/freescale/ls2080aqds/ls2080aqds.c   |  2 +-
>  board/freescale/ls2080ardb/ls2080ardb.c   |  7 ++++---
>  include/configs/ls2080ardb.h              | 22 ++++++++++++++++++++++
>  4 files changed, 28 insertions(+), 4 deletions(-)

Shouldn't you put this patch before patch 1/3 in this set? You would 
need this patch to have secure boot working, wouldn't you?

York



More information about the U-Boot mailing list