xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/6] zynqmp: Add forwarding of platform specific firmware calls
@ 2018-12-14 19:11 Stefano Stabellini
  2018-12-14 19:11 ` [PATCH v6 1/6] xen/arm: introduce platform_smc Stefano Stabellini
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Stefano Stabellini @ 2018-12-14 19:11 UTC (permalink / raw)
  To: xen-devel; +Cc: edgar.iglesias, julien.grall, sstabellini, saeed.nowshadi

Hi all,

Main changes in this version:
- Removed anything related to domU permissions, only dom0 is allowed to
  make EEMI calls for now. It drastically reduces the amount of harcoded
  values required.
- Append a patch at the end to handle ZynqMP IPI Mailbox SMC calls as
  implemented in ATF

Cheers,

Stefano


The following changes since commit 82855aba5bf91e50c81526167c11d4aeaf665e66:

  tools/libxc: Fix error handling in get_cpuid_domain_info() (2018-11-30 14:21:12 +0000)

are available in the git repository at:

  http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git zynqmp-v6

for you to fetch changes up to 0a3be707c2d1ec55b367c394ab0275f7093263d1:

  xen/zynqmp: add IPI calls virtualization (2018-12-14 10:43:45 -0800)

----------------------------------------------------------------
Edgar E. Iglesias (5):
      xen/arm: introduce platform_smc
      xen/arm: zynqmp: Forward plaform specific firmware calls
      xen/arm: zynqmp: introduce zynqmp specific defines
      xen/arm: zynqmp: implement zynqmp_eemi
      xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node

Stefano Stabellini (1):
      xen/zynqmp: add IPI calls virtualization

 xen/arch/arm/platform.c                            |   8 +
 xen/arch/arm/platforms/Makefile                    |   1 +
 xen/arch/arm/platforms/xilinx-zynqmp-eemi.c        | 230 +++++++++++++++++++++
 xen/arch/arm/platforms/xilinx-zynqmp.c             |  18 +-
 xen/arch/arm/vsmc.c                                |   4 +
 xen/include/asm-arm/platform.h                     |   3 +
 xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h | 127 ++++++++++++
 7 files changed, 385 insertions(+), 6 deletions(-)
 create mode 100644 xen/arch/arm/platforms/xilinx-zynqmp-eemi.c
 create mode 100644 xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-12-17 21:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 19:11 [PATCH v6 0/6] zynqmp: Add forwarding of platform specific firmware calls Stefano Stabellini
2018-12-14 19:11 ` [PATCH v6 1/6] xen/arm: introduce platform_smc Stefano Stabellini
2018-12-14 19:11 ` [PATCH v6 2/6] xen/arm: zynqmp: Forward plaform specific firmware calls Stefano Stabellini
2018-12-17 11:20   ` Julien Grall
2018-12-17 18:17     ` Stefano Stabellini
2018-12-17 19:22       ` Julien Grall
2018-12-17 21:58         ` Stefano Stabellini
2018-12-14 19:11 ` [PATCH v6 3/6] xen/arm: zynqmp: introduce zynqmp specific defines Stefano Stabellini
2018-12-14 19:11 ` [PATCH v6 4/6] xen/arm: zynqmp: implement zynqmp_eemi Stefano Stabellini
2018-12-17 11:39   ` Julien Grall
2018-12-17 18:50     ` Stefano Stabellini
2018-12-17 19:18       ` Julien Grall
2018-12-17 19:36         ` Stefano Stabellini
2018-12-14 19:11 ` [PATCH v6 5/6] xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node Stefano Stabellini
2018-12-14 19:11 ` [PATCH v6 6/6] xen/zynqmp: add IPI calls virtualization Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).