mbox series

[Xen-devel,0/3] xen/arm: SMCCC fixes and PSCI clean-up

Message ID 20180124183445.23705-1-julien.grall@linaro.org
Headers show
Series xen/arm: SMCCC fixes and PSCI clean-up | expand

Message

Julien Grall Jan. 24, 2018, 6:34 p.m. UTC
Hi all,

This small patch series contains SMCCC fixes (see #2) and PSCI clean-up.

Cheers,

Julien Grall (3):
  xen/arm: vpsci: Removing dummy MIGRATE and MIGRATE_INFO_UP_CPU
  xen/arm: vsmc: Don't implement function ID that doesn't exist
  xen/arm: vpsci: Move PSCI function dispatching from vsmc.c to vpsci.c

 xen/arch/arm/vpsci.c             | 149 +++++++++++++++++++++++++++++++++------
 xen/arch/arm/vsmc.c              | 122 ++++----------------------------
 xen/include/asm-arm/perfc_defn.h |   2 -
 xen/include/asm-arm/psci.h       |  23 +-----
 xen/include/asm-arm/smccc.h      |  20 +++++-
 5 files changed, 160 insertions(+), 156 deletions(-)