mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-22 15:38:36 -07:00
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> |
||
|---|---|---|
| .. | ||
| allwinner-a10-spi.h | ||
| aspeed_smc.h | ||
| bcm2835_spi.h | ||
| ibex_spi_host.h | ||
| imx_spi.h | ||
| mss-spi.h | ||
| npcm7xx_fiu.h | ||
| npcm_pspi.h | ||
| pl022.h | ||
| pnv_spi.h | ||
| pnv_spi_regs.h | ||
| sifive_spi.h | ||
| ssi.h | ||
| stm32f2xx_spi.h | ||
| xilinx_spips.h | ||
| xlnx-versal-ospi.h | ||