Hi York, Thanks for your comments!
> -----Original Message----- > From: york sun > Sent: 2016年11月8日 2:33 > To: Priyanka Jain <[email protected]>; Z.Q. Hou > <[email protected]>; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; Ruchika Gupta <[email protected]>; > [email protected]; [email protected]; Prabhakar Kushwaha > <[email protected]>; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > Mingkai Hu <[email protected]> > Subject: Re: [U-Boot] [PATCH 4/5] kconfig: fsl PPA: move CONFIG_* to Kconfig > > On 10/24/2016 12:40 AM, Priyanka Jain wrote: > > > > > >> -----Original Message----- > >> From: U-Boot [mailto:[email protected]] On Behalf Of > >> Zhiqiang Hou > >> Sent: Wednesday, October 12, 2016 2:56 PM > >> To: [email protected]; [email protected]; york sun > >> <[email protected]>; [email protected]; [email protected]; > [email protected]; > >> [email protected]; Ruchika Gupta > <[email protected]>; > >> [email protected]; [email protected]; Prabhakar > Kushwaha > >> <[email protected]>; [email protected]; [email protected]; > >> [email protected]; [email protected]; [email protected]; > >> Mingkai Hu <[email protected]> > >> Cc: Z.Q. Hou <[email protected]> > >> Subject: [U-Boot] [PATCH 4/5] kconfig: fsl PPA: move CONFIG_* to > >> Kconfig > >> > >> From: Hou Zhiqiang <[email protected]> > >> > >> Signed-off-by: Hou Zhiqiang <[email protected]> > >> --- > >> 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? > Will change it to 'select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2', since SCFG is big-endian on FSL_LSCH2 but little-endian on FSL_LSCH3. Thanks, Zhiqiang _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

