summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c
diff options
context:
space:
mode:
authorStrahinja Jankovic <strahinjapjankovic@gmail.com>2024-10-14 17:05:52 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-15 15:16:17 +0100
commit8d3dfb6205a9e00dff30c09e4f6f0d274a090dbe (patch)
tree414f3c8aff5603e644881f07fa73c251f3f37048 /hw/intc/omap_intc.c
parent88446cfe064440948e91415886517dd5aac07dc6 (diff)
downloadfocaccia-qemu-8d3dfb6205a9e00dff30c09e4f6f0d274a090dbe.tar.gz
focaccia-qemu-8d3dfb6205a9e00dff30c09e4f6f0d274a090dbe.zip
hw/ssi: Allwinner A10 SPI emulation
This patch implements Allwinner A10 SPI controller emulation.
Only master-mode functionality is implemented.

Since U-Boot and Linux SPI drivers for Allwinner A10 perform only
byte-wide CPU access (no DMA) to the transmit and receive registers of
the peripheral, the emulated controller does not implement DMA control,
and supports only byte-wide access to transmit and receive registers
(half-word and word accesses will be treated as byte accesses).

Signed-off-by: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
Message-id: 20241001221349.8319-2-strahinja.p.jankovic@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/intc/omap_intc.c')
0 files changed, 0 insertions, 0 deletions