[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v5 0/7] zynqmp: Add forwarding of platform specific firmware calls
Hi all, Compared to v4, I removed the amount of #defines and used mfn_t more widely across the series. Some #defines remain, see my comments on patch #3 and patch #5. Cheers, Stefano The following changes since commit 162fc8295f31240dc3670190a91e9bbc03b0d7be: libxl: Restore scheduling parameters after migrate in best-effort fashion (2018-10-10 12:36:25 +0100) are available in the git repository at: http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git zynqmp-v5 for you to fetch changes up to e981b3a81f2283f7377712d0784cd5ee5adc599c: xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node (2018-12-03 13:00:40 -0800) ---------------------------------------------------------------- Edgar E. Iglesias (6): xen/arm: introduce platform_smc xen/arm: zynqmp: Forward plaform specific firmware calls xen/arm: zynqmp: introduce zynqmp specific defines xen/arm: zynqmp: eemi access control xen/arm: zynqmp: implement zynqmp_eemi xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node Stefano Stabellini (1): xen: introduce mfn_init macro xen/arch/arm/platform.c | 8 + xen/arch/arm/platforms/Makefile | 1 + xen/arch/arm/platforms/xilinx-zynqmp-eemi.c | 451 +++++++++++++++++++++ xen/arch/arm/platforms/xilinx-zynqmp.c | 15 +- xen/arch/arm/vsmc.c | 4 + xen/include/asm-arm/platform.h | 3 + xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h | 323 +++++++++++++++ xen/include/xen/mm.h | 6 + 8 files changed, 805 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 |