[U-Boot] [PATCH v2 1/6] ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definition

Tom Rini trini at konsulko.com
Wed Nov 2 15:27:18 CET 2016


On Tue, Nov 01, 2016 at 06:04:27PM +0800, macro.wave.z at gmail.com wrote:

> From: Hongbo Zhang <hongbo.zhang at nxp.com>
> 
> NXP/Freescale uses macro CONFIG_ARMV8_PSCI to enable their private PSCI
> implementation in PPA firmware, but this macro naming too generic, so this
> patch replaces it with a specic one CONFIG_FSL_PPA_ARMV8_PSCI.
> And this macro CONFIG_ARMV8_PSCI will be used for a generic PSCI for ARMv8
> which will be added in following patchs.
> 
> Signed-off-by: Hongbo Zhang <hongbo.zhang at nxp.com>
[snip]
> diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h
> index 1d0a1ac..d2f8fc0 100644
> --- a/include/configs/ls1043ardb.h
> +++ b/include/configs/ls1043ardb.h
> @@ -12,7 +12,7 @@
>  #if defined(CONFIG_FSL_LS_PPA)
>  #define CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT
>  #define SEC_FIRMWARE_ERET_ADDR_REVERT
> -#define CONFIG_ARMV8_PSCI
> +#define CONFIG_FSL_PPA_ARMV8_PSCI
>  
>  #define CONFIG_SYS_LS_PPA_FW_IN_XIP
>  #ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP

This will trip-up the whitelist check, please move the new symbol to
Kconfig and select it from LS1043ARDB + FSL_LS_PPA.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161102/8ae87eb0/attachment.sig>


More information about the U-Boot mailing list