All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5][v2] Update LS2080A SoC code to support LS2088A SoC
@ 2016-10-24  8:28 Priyanka Jain
  2016-10-24  8:28 ` [U-Boot] [PATCH 1/5][v2] armv8: lsch3: Use SVR based timer base address detection Priyanka Jain
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Priyanka Jain @ 2016-10-24  8:28 UTC (permalink / raw)
  To: u-boot

From: Priyanka Jain <Priyanka.Jain@freescale.com>

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 (5):
  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            |   16 +++++-
 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       |   47 +++++++++++-----
 arch/arm/cpu/armv8/fsl-layerscape/mp.c             |   59 ++++++++++++++++++-
 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  |    7 ++-
 arch/arm/include/asm/arch-fsl-layerscape/soc.h     |   10 +++
 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, 198 insertions(+), 37 deletions(-)

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-01-25 19:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24  8:28 [U-Boot] [PATCH 0/5][v2] Update LS2080A SoC code to support LS2088A SoC Priyanka Jain
2016-10-24  8:28 ` [U-Boot] [PATCH 1/5][v2] armv8: lsch3: Use SVR based timer base address detection Priyanka Jain
2016-10-24  8:28 ` [U-Boot] [PATCH 2/5][v2] armv8: fsl-layerscape: Update TZASC registers type Priyanka Jain
2016-10-24  8:28 ` [U-Boot] [PATCH 3/5][v2] armv8: fsl-layerscape : Check SVR for initializing TZASC Priyanka Jain
2016-10-24 17:27   ` york sun
     [not found]   ` <0271f0b3-27f4-76a0-01f2-aad2bab038a8@nxp.com>
2016-10-24 17:30     ` york sun
2016-10-24  8:28 ` [U-Boot] [PATCH 4/5][v2] armv8: fsl-layerscape: Add NXP LS2088A SoC support Priyanka Jain
2016-10-24 17:35   ` york sun
2016-10-24  8:28 ` [U-Boot] [PATCH 5/5][v2] armv8/fsl-lsch3: Update code to release secondary cores Priyanka Jain
2016-10-24 15:33   ` york sun
2016-10-24 15:49   ` york sun
     [not found]   ` <8dd867f8-beea-1a14-0b3d-8cfd3f489a67@nxp.com>
2016-10-24 19:07     ` york sun
2016-10-25 10:33       ` Priyanka Jain
2016-10-24 19:02 ` [U-Boot] [PATCH 0/5][v2] Update LS2080A SoC code to support LS2088A SoC york sun
2016-10-25 10:36   ` Priyanka Jain
2017-01-25 19:03     ` york sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.