[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3 0/6] zynqmp: Add forwarding of platform specific firmware calls
Hi all, This patch is an update over this old patch series: https://marc.info/?l=xen-devel&m=148579695530482 I inherited the seriest from Edgar, I made significant changes over the old version, including addressing (almost) all comments. The main changes are: - split the largest patch into multiple smaller patches - remove all #defines and enum entries which aren't required - always specify .size in pm_mmio_access - always specify either .hwdom_access or .node in pm_mmio_access - remove NODE_UNKNOWN - simplify domain_has_mmio_access, assuming that addresses only match one entry - use arm_smccc_1_1_smc and set/get_user_reg Cheers, Stefano The following changes since commit 6aaa9fb308171ec58ddf4cf058ad5341f81a65cf: hvm/altp2m: Clarify the proper way to extend the altp2m interface (2018-07-31 16:14:01 +0100) are available in the git repository at: http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git zynqmp-v3 for you to fetch changes up to a94ee86ff3e37e332a8f22a756f2978e10b5e2a8: xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node (2018-08-10 14:48:02 -0700) ---------------------------------------------------------------- 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 xen/arch/arm/platform.c | 8 + xen/arch/arm/platforms/Makefile | 1 + xen/arch/arm/platforms/xilinx-zynqmp-eemi.c | 962 +++++++++++++++++++++ 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 | 386 +++++++++ 7 files changed, 1376 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 |