[U-Boot] [PATCH v2 10/33] armv8: layerscape: remove EL3 specific erratas for TFABOOT

York Sun york.sun at nxp.com
Mon Oct 8 14:48:58 UTC 2018


On 10/07/2018 03:21 AM, Rajesh Bhagat wrote:
> Removes EL3 specific erratas for TFABOOT, And now taken care in TFA.
> 
> ARM_ERRATA_855873, SYS_FSL_ERRATUM_A008850, SYS_FSL_ERRATUM_A008511,
> SYS_FSL_ERRATUM_A008336, SYS_FSL_ERRATUM_A009663, SYS_FSL_ERRATUM_A009803
> SYS_FSL_ERRATUM_A009942, SYS_FSL_ERRATUM_A010165
> 
> Signed-off-by: Rajesh Bhagat <rajesh.bhagat at nxp.com>
> ---
> Change in v2: None
> 
>  arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 24 +++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> index f2111fadc0..1b84da5f66 100644
> --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
> @@ -1,7 +1,7 @@
>  config ARCH_LS1012A
>  	bool
>  	select ARMV8_SET_SMPEN
> -	select ARM_ERRATA_855873
> +	select ARM_ERRATA_855873 if !TFABOOT
>  	select FSL_LSCH2
>  	select SYS_FSL_SRDS_1
>  	select SYS_HAS_SERDES
> @@ -22,22 +22,22 @@ config ARCH_LS1012A
>  config ARCH_LS1043A
>  	bool
>  	select ARMV8_SET_SMPEN
> -	select ARM_ERRATA_855873
> +	select ARM_ERRATA_855873 if !TFABOOT

This seems to be an error of reordering the patches. TFABOOT has not
beed added at this point.

York


More information about the U-Boot mailing list