public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8
@ 2014-08-27 20:29 Arnab Basu
  2014-08-27 20:29 ` [U-Boot] [PATCH 1/8] ARM: PSCI: Update psci.h for psci v0.2 Arnab Basu
                   ` (9 more replies)
  0 siblings, 10 replies; 33+ messages in thread
From: Arnab Basu @ 2014-08-27 20:29 UTC (permalink / raw)
  To: u-boot

This series of patches creates a generic PSCI v0.2 framework for ARMv8.

The first 3 patches refactor existing code so that ARMv7 PSCI,
ARMv8 spin-table and ARMv8 PSCI can coexist.

The next 5 patches create a generic framework for PSCI v0.2 in ARMv8.

The implementation is modelled on the pre-existing PSCI v0.1 support
in ARMv7.

PSCI support patches for the ARMv8 Foundation model will follow shortly.

Arnab Basu (8):
  ARM: PSCI: Update psci.h for psci v0.2
  ARM: PSCI: Alow arch specific DT patching
  ARMv8/fsl-lsch3: Refactor spin-table code
  ARMv8: PSCI: Add linker section to hold PSCI code
  ARMv8: PCSI: Add generic ARMv8 PSCI code
  ARMv8: PSCI: Fixup the device tree for PSCI v0.2
  ARMv8: PSCI: Setup ARMv8 PSCI
  ARMv8: PSCI: Enable SMC

 arch/arm/config.mk                 |    2 +-
 arch/arm/cpu/armv7/virt-dt.c       |    7 +-
 arch/arm/cpu/armv8/Makefile        |    2 +
 arch/arm/cpu/armv8/cpu-dt.c        |  128 ++++++++++++++++++++++++++
 arch/arm/cpu/armv8/cpu.c           |   23 +++++
 arch/arm/cpu/armv8/fsl-lsch3/fdt.c |   46 +++------
 arch/arm/cpu/armv8/psci.S          |  177 ++++++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv8/u-boot.lds      |   30 ++++++
 arch/arm/include/asm/macro.h       |    4 +
 arch/arm/include/asm/psci.h        |   42 ++++++++-
 arch/arm/include/asm/system.h      |    7 ++
 arch/arm/lib/bootm-fdt.c           |   11 ++-
 arch/arm/lib/bootm.c               |    3 +
 13 files changed, 446 insertions(+), 36 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/cpu-dt.c
 create mode 100644 arch/arm/cpu/armv8/psci.S

-- 
1.7.7.4

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

end of thread, other threads:[~2014-12-03 17:25 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 20:29 [U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8 Arnab Basu
2014-08-27 20:29 ` [U-Boot] [PATCH 1/8] ARM: PSCI: Update psci.h for psci v0.2 Arnab Basu
2014-11-08  7:43   ` Albert ARIBAUD
2014-11-08  8:11     ` [U-Boot] [PATCH 1/8] ARM: PSCI: Update psci.h for psci v0.2 -- CORRECTION Albert ARIBAUD
2014-08-27 20:29 ` [U-Boot] [PATCH 2/8] ARM: PSCI: Alow arch specific DT patching Arnab Basu
2014-08-28 10:10   ` Mark Rutland
2014-08-28 10:51     ` Arnab Basu
2014-08-28 12:47       ` Mark Rutland
2014-08-27 20:29 ` [U-Boot] [PATCH 3/8] ARMv8/fsl-lsch3: Refactor spin-table code Arnab Basu
2014-10-26 21:06   ` Albert ARIBAUD
2014-10-27  4:51     ` arnab.basu at freescale.com
2014-08-27 20:29 ` [U-Boot] [PATCH 4/8] ARMv8: PSCI: Add linker section to hold PSCI code Arnab Basu
2014-09-18  9:12   ` Albert ARIBAUD
2014-09-18 15:28     ` Marc Zyngier
2014-09-19 16:04       ` Albert ARIBAUD
2014-10-11 11:27         ` Albert ARIBAUD
2014-10-11 16:04           ` Marc Zyngier
2014-08-27 20:29 ` [U-Boot] [PATCH 5/8] ARMv8: PCSI: Add generic ARMv8 " Arnab Basu
2014-08-28 11:37   ` Mark Rutland
2014-08-27 20:29 ` [U-Boot] [PATCH 6/8] ARMv8: PSCI: Fixup the device tree for PSCI v0.2 Arnab Basu
2014-08-28 12:44   ` Mark Rutland
2014-08-29 14:03     ` Arnab Basu
2014-09-01 18:43       ` Mark Rutland
2014-09-02 11:17         ` Mark Rutland
2014-09-02 15:21         ` Stuart Yoder
2014-09-03 15:25           ` Mark Rutland
2014-08-27 20:30 ` [U-Boot] [PATCH 7/8] ARMv8: PSCI: Setup ARMv8 PSCI Arnab Basu
2014-08-27 20:30 ` [U-Boot] [PATCH 8/8] ARMv8: PSCI: Enable SMC Arnab Basu
2014-09-18  9:18   ` Albert ARIBAUD
2014-09-18 15:50     ` arnab.basu at freescale.com
2014-08-27 20:43 ` [U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8 Arnab Basu
2014-11-26 12:52 ` Jan Kiszka
2014-12-03 17:25   ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox