aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)AuthorFilesLines
5 dayshw/ssi/aspeed_smc: Fix incorrect FMC_WDT2 register read on AST1030Jamin Lin1-1/+2
2025-05-05hw/ssi/aspeed_smc: Allow 64-bit wide flash accessesJoe Komlodi1-2/+2
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé16-36/+36
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster2-3/+0
2025-03-11hw/ssi/pnv_spi: Put a limit to RDR match failuresChalapathi V1-0/+10
2025-03-11hw/ssi/pnv_spi: Make bus names distinct for each controllers of a socketChalapathi V1-2/+3
2025-03-11hw/ssi/pnv_spi: Use local var seq_index instead of get_seq_index().Chalapathi V1-45/+52
2025-03-11hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structureChalapathi V1-159/+105
2025-02-20hw/ssi: Make flash size a property in NPCM7XX FIUHao Wu1-2/+14
2025-02-16hw/arm: Mark Allwinner Technology devices as little-endianPhilippe Mathieu-Daudé1-1/+1
2025-02-16hw/ssi/xilinx_spi: Make device endianness configurablePhilippe Mathieu-Daudé1-9/+23
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson9-11/+0
2024-12-15hw/ssi: Constify all PropertyRichard Henderson9-11/+11
2024-11-04hw/ssi/pnv_spi: Fixes Coverity CID 1558831Chalapathi V1-0/+1
2024-11-04hw/ssi/pnv_spi: Return early in transfer()Philippe Mathieu-Daudé1-3/+4
2024-11-04hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()Philippe Mathieu-Daudé1-2/+2
2024-10-24aspeed/smc: Fix write incorrect data into flash in user modeJamin Lin1-12/+28
2024-10-15hw/ssi: Allwinner A10 SPI emulationStrahinja Jankovic4-0/+576
2024-10-01hw/ssi: Remove omap_mcspiPeter Maydell2-381/+0
2024-10-01hw/ssi/xilinx_spips: Fix flash erase assert in dual parallel configurationShiva sagar Myana1-1/+3
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell12-13/+13
2024-07-26hw/ppc: SPI controller wiring to P10 chipChalapathi V1-0/+8
2024-07-26hw/ssi: Extend SPI modelChalapathi V2-0/+1060
2024-07-26hw/ssi: Add SPI modelChalapathi V4-0/+226
2024-07-21aspeed/smc: Fix possible integer overflowCédric Le Goater1-2/+1
2024-06-16aspeed/smc: Add AST2700 supportJamin Lin1-1/+233
2024-06-16aspeed/smc: support different memory region ops for SMC flash regionJamin Lin1-1/+13
2024-06-16aspeed/smc: support 64 bits dma dram addressJamin Lin2-9/+44
2024-06-16aspeed/smc: support dma start length and 1 byte length unitJamin Lin1-8/+35
2024-06-16aspeed/smc: correct device descriptionJamin Lin1-3/+3
2024-06-16aspeed/smc: Reintroduce "dram-base" property for AST2700Cédric Le Goater1-0/+1
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-04-25hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater1-0/+9
2024-02-27xlnx-versal-ospi: disable reentrancy detection for iomem_dacSai Pavan Boddu1-0/+6
2024-02-02hw/ssi: Implement BCM2835 SPI ControllerRayhan Faizel3-0/+293
2023-12-30hw/ssi: Constify VMStateRichard Henderson12-15/+15
2023-11-27hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad1-1/+6
2023-11-07hw/ssi: ibex_spi_host: Clear the interrupt even if disabledAlistair Francis1-2/+4
2023-09-21hw/other: spelling fixesMichael Tokarev2-4/+4
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater1-0/+21
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater1-0/+8
2023-09-01hw/ssi: Introduce a ssi_get_cs() helperCédric Le Goater1-0/+15
2023-09-01hw/ssi: Add a "cs" property to SSIPeripheralCédric Le Goater1-0/+7
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-13/+13
2023-04-03hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer1-0/+1