mbox series

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

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

Message

Julien Grall Feb. 6, 2018, 3:53 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             | 156 +++++++++++++++++++++++++++++++++------
 xen/arch/arm/vsmc.c              | 126 ++++---------------------------
 xen/include/asm-arm/perfc_defn.h |   2 -
 xen/include/asm-arm/psci.h       |  23 ------
 xen/include/asm-arm/smccc.h      |  20 ++++-
 xen/include/asm-arm/vpsci.h      |  42 +++++++++++
 6 files changed, 207 insertions(+), 162 deletions(-)
 create mode 100644 xen/include/asm-arm/vpsci.h

Comments

Stefano Stabellini Feb. 9, 2018, 12:19 a.m. UTC | #1
Acked-by and committed with a couple of grammar fixes in the commit
message.

Thanks,

Stefano

On Tue, 6 Feb 2018, Julien Grall wrote:
> 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             | 156 +++++++++++++++++++++++++++++++++------
>  xen/arch/arm/vsmc.c              | 126 ++++---------------------------
>  xen/include/asm-arm/perfc_defn.h |   2 -
>  xen/include/asm-arm/psci.h       |  23 ------
>  xen/include/asm-arm/smccc.h      |  20 ++++-
>  xen/include/asm-arm/vpsci.h      |  42 +++++++++++
>  6 files changed, 207 insertions(+), 162 deletions(-)
>  create mode 100644 xen/include/asm-arm/vpsci.h
> 
> -- 
> 2.11.0
>