[U-Boot] [PATCH] LS2080A_SECURE_BOOT: Enable CONFIG_FSL_LS_PPA.

York Sun york.sun at nxp.com
Thu Sep 14 20:34:18 UTC 2017


On 08/28/2017 04:26 AM, Udit Agarwal wrote:
> Add config CONFIG_FSL_LS_PPA and CONFIG_FSL_CAAM in
> LS2080AQDS and LS2080ARDB secure boot defconfig.

You also change other things. Please explain.

> 
> Signed-off-by: Udit Agarwal <udit.agarwal at nxp.com>
> ---
>   configs/ls2080aqds_SECURE_BOOT_defconfig | 5 +++--
>   configs/ls2080ardb_SECURE_BOOT_defconfig | 5 +++--
>   2 files changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/ls2080aqds_SECURE_BOOT_defconfig b/configs/ls2080aqds_SECURE_BOOT_defconfig
> index aace6b4..d4067a2 100644
> --- a/configs/ls2080aqds_SECURE_BOOT_defconfig
> +++ b/configs/ls2080aqds_SECURE_BOOT_defconfig
> @@ -1,12 +1,13 @@
>   CONFIG_ARM=y
>   CONFIG_TARGET_LS2080AQDS=y
> +CONFIG_FSL_LS_PPA=y
>   CONFIG_SECURE_BOOT=y
>   CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds"
>   # CONFIG_SYS_MALLOC_F is not set
> -CONFIG_FIT=y

Why do you remove FIT?

>   CONFIG_FIT_VERBOSE=y
>   CONFIG_OF_BOARD_SETUP=y
>   CONFIG_OF_STDOUT_VIA_ALIAS=y
> +CONFIG_ENV_IS_IN_FLASH=y

Why add this?

>   CONFIG_BOOTDELAY=10
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_EEPROM=y
> @@ -23,6 +24,7 @@ CONFIG_CMD_DATE=y
>   CONFIG_OF_CONTROL=y
>   CONFIG_NET_RANDOM_ETHADDR=y
>   CONFIG_DM=y
> +CONFIG_FSL_CAAM=y
>   CONFIG_MTD_NOR_FLASH=y
>   CONFIG_DM_SPI_FLASH=y
>   CONFIG_PHYLIB=y
> @@ -42,6 +44,5 @@ CONFIG_USB_XHCI_HCD=y
>   CONFIG_USB_XHCI_DWC3=y
>   CONFIG_USB_STORAGE=y
>   CONFIG_RSA=y
> -CONFIG_SPL_RSA=y

Why remove this?

York


More information about the U-Boot mailing list