[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v6 0/6] zynqmp: Add forwarding of platform specific firmware calls
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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |