This series adds the APU mmio region as an unimplemented device to each of two Xilinx SoC to support booting guests built with the standalone bsp published at: https://github.com/Xilinx/embeddedsw/tree/master/lib/bsp/standalone/src/arm/ARMv8/64bit
--- Changelogs: v1->v2: * For xlnx-zynqmp.c: - Use assert to ensure UnimpInfo array initialization. - Use 'unsigned int' style. * Provide a more specific URL, in both patches' commit messages, to where the APU mmio region is accessed by standalone bsp bootstrap. --- Tong Ho (2): hw/arm/xlnx-versal: Add unimplemented APU mmio hw/arm/xlnx-zynqmp: Add unimplemented APU mmio hw/arm/xlnx-versal.c | 2 ++ hw/arm/xlnx-zynqmp.c | 32 ++++++++++++++++++++++++++++++++ include/hw/arm/xlnx-versal.h | 2 ++ include/hw/arm/xlnx-zynqmp.h | 7 +++++++ 4 files changed, 43 insertions(+) -- 2.25.1