[U-Boot] [PATCH 4/5] kconfig: fsl PPA: move CONFIG_* to Kconfig

york sun york.sun at nxp.com
Mon Nov 7 19:32:35 CET 2016


On 10/24/2016 12:40 AM, Priyanka Jain wrote:
>
>
>> -----Original Message-----
>> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Zhiqiang
>> Hou
>> Sent: Wednesday, October 12, 2016 2:56 PM
>> To: u-boot at lists.denx.de; albert.u.boot at aribaud.net; york sun
>> <york.sun at nxp.com>; sjg at chromium.org; bmeng.cn at gmail.com;
>> hs at denx.de; yamada.masahiro at socionext.com; Ruchika Gupta
>> <ruchika.gupta at nxp.com>; eddy.petrisor at gmail.com;
>> s.temerkhanov at gmail.com; Prabhakar Kushwaha
>> <prabhakar.kushwaha at nxp.com>; sr at denx.de; van.freenix at gmail.com;
>> fgretief at spaceteq.co.za; rpjday at crashcourse.ca; trini at konsulko.com;
>> Mingkai Hu <mingkai.hu at nxp.com>
>> Cc: Z.Q. Hou <zhiqiang.hou at nxp.com>
>> Subject: [U-Boot] [PATCH 4/5] kconfig: fsl PPA: move CONFIG_* to Kconfig
>>
>> From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
>>
>> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
>> ---
>>  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  | 29
>> +++++++++++++++++++++++++++++  arch/arm/cpu/armv8/fsl-
>> layerscape/Makefile |  2 +-
>>  include/configs/ls1043ardb.h               |  7 -------
>>  include/configs/ls1046ardb.h               |  7 -------
>>  4 files changed, 30 insertions(+), 15 deletions(-)
>>
>> diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
>> b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
>> index 94ec8d5..952db19 100644
>> --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
>> +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
>> @@ -44,6 +44,35 @@ config FSL_LSCH3
>>  menu "Layerscape architecture"
>>  	depends on FSL_LSCH2 || FSL_LSCH3
>>
>> +menu "Layerscape PPA"
>> +config FSL_LS_PPA
>> +	bool "FSL Layerscape PPA firmware support"
>> +	depends on ARCH_LS1043A || ARCH_LS1046A
>> +	select ARMV8_PSCI
>> +	select ARMV8_SEC_FIRMWARE_SUPPORT
>> +	select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT
> ' ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT' macro is not required for chassis 3 platforms like LS2088A.
> So there should be separate CONFIG_.. option for this.

Zhiqiang,

How will you handle lsch3?

York




More information about the U-Boot mailing list