Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-02 | hw/ssi: imx_spi: Correct tx and rx fifo endianness | Bin Meng | 1 | -5/+2 |
2021-02-02 | hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic | Bin Meng | 1 | -1/+1 |
2021-02-02 | hw/ssi: imx_spi: Round up the burst length to be multiple of 8 | Bin Meng | 1 | -1/+16 |
2021-02-02 | hw/ssi: imx_spi: Disable chip selects when controller is disabled | Xuzhou Cheng | 1 | -0/+6 |
2021-02-02 | hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled | Philippe Mathieu-Daudé | 1 | -4/+9 |
2021-02-02 | hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled | Philippe Mathieu-Daudé | 1 | -31/+29 |
2021-02-02 | hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value | Philippe Mathieu-Daudé | 1 | -8/+24 |
2021-02-02 | hw/ssi: imx_spi: Remove pointless variable initialization | Philippe Mathieu-Daudé | 1 | -2/+0 |
2021-02-02 | hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset() | Bin Meng | 1 | -4/+10 |
2021-02-02 | hw/ssi: imx_spi: Use a macro for number of chip selects supported | Bin Meng | 1 | -2/+2 |
2021-01-12 | hw/*: Use type casting for SysBusDevice in NPCM7XX | Hao Wu | 1 | -1/+1 |
2020-12-10 | hw/core/stream: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-10 | hw/ssi: Rename SSI 'slave' as 'peripheral' | Philippe Mathieu-Daudé | 3 | -28/+29 |
2020-12-10 | hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' | Philippe Mathieu-Daudé | 1 | -26/+27 |
2020-12-10 | aspeed/smc: Add support for address lane disablement | Cédric Le Goater | 1 | -7/+18 |
2020-11-10 | ssi: Fix bad printf format specifiers | AlexChen | 2 | -2/+2 |
2020-10-08 | hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer | Philippe Mathieu-Daudé | 2 | -7/+7 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2 | -5/+2 |
2020-09-14 | hw/ssi: NPCM7xx Flash Interface Unit device model | Havard Skinnemoen | 3 | -0/+584 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2 | -2/+4 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 2 | -2/+5 |
2020-09-01 | aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller | Cédric Le Goater | 1 | -1/+1 |
2020-09-01 | aspeed/smc: Fix max_slaves of the legacy SMC device | Cédric Le Goater | 1 | -1/+1 |
2020-09-01 | aspeed/smc: Fix MemoryRegionOps definition | Cédric Le Goater | 1 | -2/+0 |
2020-08-21 | meson: convert hw/ssi | Marc-André Lureau | 2 | -10/+9 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-07-03 | ssi: Add ssi_realize_and_unref() | Peter Maydell | 1 | -1/+6 |