Re: [U-Boot] [PATCH 0/6][v4] Update LS2080A SoC code to support LS2088A SoC

2016-11-22 Thread york sun
On 11/16/2016 11:00 PM, Priyanka Jain wrote:
> From: Priyanka Jain 
>
> LS2088A is similar to LS2080A SoC with some differences like
> 1)Timer controller offset is different
> 2)It has A72 cores
> 3)Process to release secondary cores is different
> 4)LS2088A SoC has TZASC controller
>
> In preparation of using same binary for LS2088A and LS2080A as both
> are using same development boards. code is update to detect difference
> based on SVR at runtime
>
>
>
> Priyanka Jain (6):
>   armv8: lsch3: Add generic get_svr() in assembly
>   armv8: lsch3: Use SVR based timer base address detection
>   armv8: fsl-layerscape: Update TZASC registers type
>   armv8: fsl-layerscape : Check SVR for initializing TZASC
>   armv8: fsl-layerscape: Add NXP LS2088A SoC support
>   armv8/fsl-lsch3: Update code to release secondary cores

Remove "inline" from declaration of initiator_type().

>

This set is applied to fsl-qoriq, awaiting upstream. Thanks.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/6][v4] Update LS2080A SoC code to support LS2088A SoC

2016-11-17 Thread Priyanka Jain
From: Priyanka Jain 

LS2088A is similar to LS2080A SoC with some differences like
1)Timer controller offset is different
2)It has A72 cores
3)Process to release secondary cores is different
4)LS2088A SoC has TZASC controller

In preparation of using same binary for LS2088A and LS2080A as both
are using same development boards. code is update to detect difference
based on SVR at runtime



Priyanka Jain (6):
  armv8: lsch3: Add generic get_svr() in assembly
  armv8: lsch3: Use SVR based timer base address detection
  armv8: fsl-layerscape: Update TZASC registers type
  armv8: fsl-layerscape : Check SVR for initializing TZASC
  armv8: fsl-layerscape: Add NXP LS2088A SoC support
  armv8/fsl-lsch3: Update code to release secondary cores

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   13 -
 arch/arm/cpu/armv8/fsl-layerscape/cpu.h|1 +
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc   |   58 +
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |   50 ++
 arch/arm/cpu/armv8/fsl-layerscape/mp.c |   68 ++-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|6 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |1 +
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h |4 +
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |9 ++-
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |   12 +++-
 board/freescale/ls2080a/MAINTAINERS|2 +-
 board/freescale/ls2080aqds/MAINTAINERS |2 +-
 board/freescale/ls2080aqds/README  |   12 ++--
 board/freescale/ls2080ardb/MAINTAINERS |2 +-
 board/freescale/ls2080ardb/README  |8 +-
 15 files changed, 207 insertions(+), 41 deletions(-)

-- 
Changes for v4:
 update first patch get_svr() change to fix
 compilation issues on non-chassis3 platforms like ls1012a

Changes for v3:
 Add patch for implementing get_svr in assembly
 Update checks in code where svr is compared
 Add comments related to scratchrw[6] register in code

Changes for v2:
 Rename LS2080A_LS2085A_TIMER_ADDR to
 SYS_FSL_LS2080A_LS2085A_TIMER_ADDR in first patch
1.7.4.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot