All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2 0/2] Introduce PSCI-0.2 supports
@ 2014-10-02 21:29 suravee.suthikulpanit
  2014-10-02 21:29 ` [V2 1/2] xen/arm: Initial support for PSCI-0.2 (cpu_on, system_off, system_reset) suravee.suthikulpanit
  2014-10-02 21:29 ` [V2 2/2] xen/arm: Use PSCI-0.2 for machine_halt/restart by default suravee.suthikulpanit
  0 siblings, 2 replies; 4+ messages in thread
From: suravee.suthikulpanit @ 2014-10-02 21:29 UTC (permalink / raw)
  To: stefano.stabellini, julien.grall, ian.campbell
  Cc: Suravee Suthikulpanit, xen-devel

From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>

This patch series introduce PSCI-0.2 supports for:
  * PSCI_VERSION
  * CPU_ON
  * SYSTEM_OFF
  * SYSTEM_RESET

Then, it modifies the shutdown/restart logic to use PSCI-0.2 interface
by default when available.

Note: This probably do not need to target the 4.5 release.

Changes in V2:
    * 1/2:
        - Use "uint32_t" instead of "int" for psci_ver. (Julien, Ian)
        - In psci_init(), modify logic to first try PSCI-0.2, and fallback to 0.1
          when not supports (Julien, Ian).
        - Fix call_psci_system_off() and psci_system_reset()
        - Rewording of error messages (Julien, Ian)

Suravee Suthikulpanit (2):
  xen/arm: Initial support for PSCI-0.2 (cpu_on, system_off,
    system_reset)
  xen/arm: Use PSCI-0.2 for machine_halt/restart by default

 xen/arch/arm/arm64/smpboot.c |  2 +-
 xen/arch/arm/platform.c      |  2 +-
 xen/arch/arm/psci.c          | 80 +++++++++++++++++++++++++++++++++++++++-----
 xen/arch/arm/shutdown.c      | 25 ++++++++++----
 xen/include/asm-arm/psci.h   |  4 ++-
 5 files changed, 95 insertions(+), 18 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-10-03 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 21:29 [V2 0/2] Introduce PSCI-0.2 supports suravee.suthikulpanit
2014-10-02 21:29 ` [V2 1/2] xen/arm: Initial support for PSCI-0.2 (cpu_on, system_off, system_reset) suravee.suthikulpanit
2014-10-03 14:50   ` Julien Grall
2014-10-02 21:29 ` [V2 2/2] xen/arm: Use PSCI-0.2 for machine_halt/restart by default suravee.suthikulpanit

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.