mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
xilinx_spi: Initial impl. of Xilinx SPI controller
Device model for xilinx XPS SPI controller (v2.0) Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
This commit is contained in:
parent
82a2499011
commit
929d1b52c4
2 changed files with 384 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
obj-y = petalogix_s3adsp1800_mmu.o
|
||||
obj-y += petalogix_ml605_mmu.o
|
||||
obj-y += microblaze_boot.o
|
||||
obj-y += xilinx_spi.o
|
||||
|
||||
obj-y += microblaze_pic_cpu.o
|
||||
obj-y += xilinx_ethlite.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue