Age | Commit message (Expand) | Author | Files | Lines |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -13/+13 |
2023-04-03 | hw/ssi: Fix Linux driver init issue with xilinx_spi | Chris Rauer | 1 | -0/+1 |
2023-03-02 | aspeed/smc: Replace SysBus IRQs with GPIO lines | Cédric Le Goater | 1 | -4/+1 |
2023-02-16 | hw/ssi: Add Nuvoton PSPI Module | Hao Wu | 3 | -1/+227 |
2023-02-14 | include/hw: Do not include "hw/registerfields.h" in headers that don't need it | Thomas Huth | 1 | -0/+1 |
2023-01-19 | Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent... | Peter Maydell | 1 | -1/+1 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 2 | -6/+6 |
2023-01-17 | hw/ssi/sifive_spi.c: spelling: reigster | Michael Tokarev | 1 | -1/+1 |
2023-01-12 | hw/arm/omap: Drop useless casts from void * to pointer | Philippe Mathieu-Daudé | 1 | -4/+3 |
2022-10-24 | aspeed/smc: Cache AspeedSMCClass | Cédric Le Goater | 1 | -5/+4 |
2022-10-24 | ssi: cache SSIPeripheralClass to avoid GET_CLASS() | Alex Bennée | 1 | -10/+8 |
2022-10-14 | hw/ssi: ibex_spi: fixup/add rw1c functionality | Wilfred Mallawa | 1 | -3/+33 |
2022-10-14 | hw/ssi: ibex_spi: fixup coverity issue | Wilfred Mallawa | 1 | -64/+68 |
2022-09-27 | hw/ssi: ibex_spi: update reg addr | Wilfred Mallawa | 1 | -1/+1 |
2022-09-27 | hw/ssi: ibex_spi: fixup typos in ibex_spi_host | Wilfred Mallawa | 1 | -3/+3 |
2022-06-30 | aspeed/smc: Fix potential overflow | Cédric Le Goater | 1 | -2/+2 |
2022-05-02 | aspeed/smc: Add AST1030 support | Steven Lee | 1 | -0/+157 |
2022-04-22 | hw/ssi: Add Ibex SPI device model | Wilfred Mallawa | 3 | -0/+620 |
2022-03-08 | aspeed/smc: Fix error log | Cédric Le Goater | 1 | -1/+1 |
2022-03-08 | aspeed/smc: Let the SSI core layer define the bus name | Cédric Le Goater | 1 | -1/+1 |
2022-03-08 | aspeed/smc: Rename 'max_peripherals' to 'cs_num_max' | Cédric Le Goater | 1 | -21/+21 |
2022-03-08 | aspeed/smc: Remove 'num_cs' field | Cédric Le Goater | 1 | -7/+0 |
2022-03-08 | aspeed/smc: Use max number of CE instead of 'num_cs' | Cédric Le Goater | 1 | -4/+4 |
2022-03-02 | migration: Remove load_state_old and minimum_version_id_old | Peter Maydell | 1 | -1/+0 |
2022-02-26 | aspeed/smc: Add an address mask on segment registers | Cédric Le Goater | 1 | -0/+11 |
2022-01-28 | hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller | Francisco Iglesias | 2 | -0/+1854 |
2021-10-22 | aspeed/smc: Use a container for the flash mmio address space | Cédric Le Goater | 1 | -4/+7 |
2021-10-12 | aspeed/smc: Dump address offset in trace events | Cédric Le Goater | 1 | -3/+3 |
2021-10-12 | aspeed/smc: Introduce a new addr_width() class handler | Cédric Le Goater | 1 | -7/+12 |
2021-10-12 | aspeed/smc: Add default reset values | Cédric Le Goater | 1 | -25/+27 |
2021-10-12 | aspeed/smc: QOMify AspeedSMCFlash | Cédric Le Goater | 1 | -8/+68 |
2021-10-12 | aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs' | Cédric Le Goater | 1 | -15/+15 |
2021-10-12 | aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash | Cédric Le Goater | 1 | -3/+2 |
2021-10-12 | aspeed/smc: Drop AspeedSMCController structure | Cédric Le Goater | 1 | -383/+478 |
2021-10-12 | aspeed/smc: Stop using the model name for the memory regions | Cédric Le Goater | 1 | -15/+10 |
2021-10-12 | aspeed/smc: Introduce aspeed_smc_error() helper | Cédric Le Goater | 1 | -52/+45 |
2021-10-12 | aspeed/smc: Add watchdog Control/Status Registers | Cédric Le Goater | 1 | -1/+18 |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell | 1 | -1/+1 |
2021-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 3 | -3/+0 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2021-05-01 | aspeed/smc: Add extra controls to request DMA | Cédric Le Goater | 1 | -7/+67 |
2021-05-01 | aspeed/smc: Add a 'features' attribute to the object class | Cédric Le Goater | 1 | -19/+25 |
2021-05-01 | hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias | Philippe Mathieu-Daudé | 1 | -3/+4 |
2021-05-01 | aspeed/smc: Remove unused "sdram-base" property | Cédric Le Goater | 1 | -1/+0 |
2021-05-01 | aspeed/smc: Use the RAM memory region for DMAs | Cédric Le Goater | 1 | -2/+1 |
2021-03-10 | hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips | Xuzhou Cheng | 1 | -10/+0 |
2021-03-10 | hw/ssi: xilinx_spips: Clean up coding convention issues | Xuzhou Cheng | 1 | -9/+14 |
2021-03-04 | hw/ssi: Add SiFive SPI controller support | Bin Meng | 3 | -0/+363 |