mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
xilinx_spips: Xilinx Zynq SPI cntrlr device model
Added device model for the Xilinx Zynq SPI controller (SPIPS). Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Acked-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
acd3b6be32
commit
94befa454d
2 changed files with 353 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
obj-y = integratorcp.o versatilepb.o arm_pic.o
|
||||
obj-y += arm_boot.o
|
||||
obj-y += xilinx_zynq.o zynq_slcr.o
|
||||
obj-y += xilinx_spips.o
|
||||
obj-y += arm_gic.o arm_gic_common.o
|
||||
obj-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o
|
||||
obj-y += exynos4210_gic.o exynos4210_combiner.o exynos4210.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue