aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ssi (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc: SPI controller wiring to P10 chipChalapathi V2024-07-261-0/+8
* hw/ssi: Extend SPI modelChalapathi V2024-07-262-0/+1060
* hw/ssi: Add SPI modelChalapathi V2024-07-264-0/+226
* aspeed/smc: Fix possible integer overflowCédric Le Goater2024-07-211-2/+1
* aspeed/smc: Add AST2700 supportJamin Lin2024-06-161-1/+233
* aspeed/smc: support different memory region ops for SMC flash regionJamin Lin2024-06-161-1/+13
* aspeed/smc: support 64 bits dma dram addressJamin Lin2024-06-162-9/+44
* aspeed/smc: support dma start length and 1 byte length unitJamin Lin2024-06-161-8/+35
* aspeed/smc: correct device descriptionJamin Lin2024-06-161-3/+3
* aspeed/smc: Reintroduce "dram-base" property for AST2700Cédric Le Goater2024-06-161-0/+1
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-1/+1
|\
| * hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé2024-04-251-1/+1
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
|/
* aspeed/smc: Only wire flash devices at resetCédric Le Goater2024-03-191-0/+9
* xlnx-versal-ospi: disable reentrancy detection for iomem_dacSai Pavan Boddu2024-02-271-0/+6
* hw/ssi: Implement BCM2835 SPI ControllerRayhan Faizel2024-02-023-0/+293
* hw/ssi: Constify VMStateRichard Henderson2023-12-3012-15/+15
* hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad2023-11-271-1/+6
* hw/ssi: ibex_spi_host: Clear the interrupt even if disabledAlistair Francis2023-11-071-2/+4
* hw/other: spelling fixesMichael Tokarev2023-09-212-4/+4
* hw/ssi: Check for duplicate CS indexesCédric Le Goater2023-09-011-0/+21
* aspeed/smc: Wire CS lines at resetCédric Le Goater2023-09-011-0/+8
* hw/ssi: Introduce a ssi_get_cs() helperCédric Le Goater2023-09-011-0/+15
* hw/ssi: Add a "cs" property to SSIPeripheralCédric Le Goater2023-09-011-0/+7
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-13/+13
* hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer2023-04-031-0/+1
* aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater2023-03-021-4/+1
* hw/ssi: Add Nuvoton PSPI ModuleHao Wu2023-02-163-1/+227
* include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth2023-02-141-0/+1
* Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into stagingPeter Maydell2023-01-191-1/+1
|\
| * hw/ssi/sifive_spi.c: spelling: reigsterMichael Tokarev2023-01-171-1/+1
* | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-182-6/+6
|/
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-4/+3
* aspeed/smc: Cache AspeedSMCClassCédric Le Goater2022-10-241-5/+4
* ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée2022-10-241-10/+8
* hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa2022-10-141-3/+33
* hw/ssi: ibex_spi: fixup coverity issueWilfred Mallawa2022-10-141-64/+68
* hw/ssi: ibex_spi: update reg addrWilfred Mallawa2022-09-271-1/+1
* hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa2022-09-271-3/+3
* aspeed/smc: Fix potential overflowCédric Le Goater2022-06-301-2/+2
* aspeed/smc: Add AST1030 supportSteven Lee2022-05-021-0/+157
* hw/ssi: Add Ibex SPI device modelWilfred Mallawa2022-04-223-0/+620
* aspeed/smc: Fix error logCédric Le Goater2022-03-081-1/+1
* aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater2022-03-081-1/+1
* aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater2022-03-081-21/+21
* aspeed/smc: Remove 'num_cs' fieldCédric Le Goater2022-03-081-7/+0
* aspeed/smc: Use max number of CE instead of 'num_cs'Cédric Le Goater2022-03-081-4/+4
* migration: Remove load_state_old and minimum_version_id_oldPeter Maydell2022-03-021-1/+0
* aspeed/smc: Add an address mask on segment registersCédric Le Goater2022-02-261-0/+11
* hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias2022-01-282-0/+1854