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

Hongbo Zhang macro.wave.z at gmail.com
Thu Nov 3 10:56:25 CET 2016


On Wed, Nov 2, 2016 at 10:27 PM, Tom Rini <trini at konsulko.com> wrote:
> 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!
>

Payed much attention to the config options I introduced in the common
framework, but neglected this legacy one.
Yes will update this.

> --
> Tom


More information about the U-Boot mailing list