index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ssi
Commit message (
Expand
)
Author
Age
Files
Lines
*
aspeed/smc: Cache AspeedSMCClass
Cédric Le Goater
2022-10-24
1
-5
/
+4
*
ssi: cache SSIPeripheralClass to avoid GET_CLASS()
Alex Bennée
2022-10-24
1
-10
/
+8
*
hw/ssi: ibex_spi: fixup/add rw1c functionality
Wilfred Mallawa
2022-10-14
1
-3
/
+33
*
hw/ssi: ibex_spi: fixup coverity issue
Wilfred Mallawa
2022-10-14
1
-64
/
+68
*
hw/ssi: ibex_spi: update reg addr
Wilfred Mallawa
2022-09-26
1
-1
/
+1
*
hw/ssi: ibex_spi: fixup typos in ibex_spi_host
Wilfred Mallawa
2022-09-26
1
-3
/
+3
*
aspeed/smc: Fix potential overflow
Cédric Le Goater
2022-06-30
1
-2
/
+2
*
aspeed/smc: Add AST1030 support
Steven Lee
2022-05-02
1
-0
/
+157
*
hw/ssi: Add Ibex SPI device model
Wilfred Mallawa
2022-04-22
3
-0
/
+620
*
aspeed/smc: Fix error log
Cédric Le Goater
2022-03-08
1
-1
/
+1
*
aspeed/smc: Let the SSI core layer define the bus name
Cédric Le Goater
2022-03-08
1
-1
/
+1
*
aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'
Cédric Le Goater
2022-03-08
1
-21
/
+21
*
aspeed/smc: Remove 'num_cs' field
Cédric Le Goater
2022-03-08
1
-7
/
+0
*
aspeed/smc: Use max number of CE instead of 'num_cs'
Cédric Le Goater
2022-03-08
1
-4
/
+4
*
migration: Remove load_state_old and minimum_version_id_old
Peter Maydell
2022-03-02
1
-1
/
+0
*
aspeed/smc: Add an address mask on segment registers
Cédric Le Goater
2022-02-26
1
-0
/
+11
*
hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
Francisco Iglesias
2022-01-28
2
-0
/
+1854
*
aspeed/smc: Use a container for the flash mmio address space
Cédric Le Goater
2021-10-22
1
-4
/
+7
*
aspeed/smc: Dump address offset in trace events
Cédric Le Goater
2021-10-12
1
-3
/
+3
*
aspeed/smc: Introduce a new addr_width() class handler
Cédric Le Goater
2021-10-12
1
-7
/
+12
*
aspeed/smc: Add default reset values
Cédric Le Goater
2021-10-12
1
-25
/
+27
*
aspeed/smc: QOMify AspeedSMCFlash
Cédric Le Goater
2021-10-12
1
-8
/
+68
*
aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
Cédric Le Goater
2021-10-12
1
-15
/
+15
*
aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash
Cédric Le Goater
2021-10-12
1
-3
/
+2
*
aspeed/smc: Drop AspeedSMCController structure
Cédric Le Goater
2021-10-12
1
-383
/
+478
*
aspeed/smc: Stop using the model name for the memory regions
Cédric Le Goater
2021-10-12
1
-15
/
+10
*
aspeed/smc: Introduce aspeed_smc_error() helper
Cédric Le Goater
2021-10-12
1
-52
/
+45
*
aspeed/smc: Add watchdog Control/Status Registers
Cédric Le Goater
2021-10-12
1
-1
/
+18
*
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-05
3
-3
/
+0
|
\
|
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
*
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
aspeed/smc: Add extra controls to request DMA
Cédric Le Goater
2021-05-01
1
-7
/
+67
*
|
aspeed/smc: Add a 'features' attribute to the object class
Cédric Le Goater
2021-05-01
1
-19
/
+25
*
|
hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
Philippe Mathieu-Daudé
2021-05-01
1
-3
/
+4
*
|
aspeed/smc: Remove unused "sdram-base" property
Cédric Le Goater
2021-05-01
1
-1
/
+0
*
|
aspeed/smc: Use the RAM memory region for DMAs
Cédric Le Goater
2021-05-01
1
-2
/
+1
|
/
*
hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips
Xuzhou Cheng
2021-03-10
1
-10
/
+0
*
hw/ssi: xilinx_spips: Clean up coding convention issues
Xuzhou Cheng
2021-03-10
1
-9
/
+14
*
hw/ssi: Add SiFive SPI controller support
Bin Meng
2021-03-04
3
-0
/
+363
*
hw/ssi: imx_spi: Correct tx and rx fifo endianness
Bin Meng
2021-02-02
1
-5
/
+2
*
hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
Bin Meng
2021-02-02
1
-1
/
+1
*
hw/ssi: imx_spi: Round up the burst length to be multiple of 8
Bin Meng
2021-02-02
1
-1
/
+16
*
hw/ssi: imx_spi: Disable chip selects when controller is disabled
Xuzhou Cheng
2021-02-02
1
-0
/
+6
*
hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabled
Philippe Mathieu-Daudé
2021-02-02
1
-4
/
+9
*
hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled
Philippe Mathieu-Daudé
2021-02-02
1
-31
/
+29
*
hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
Philippe Mathieu-Daudé
2021-02-02
1
-8
/
+24
*
hw/ssi: imx_spi: Remove pointless variable initialization
Philippe Mathieu-Daudé
2021-02-02
1
-2
/
+0
*
hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
Bin Meng
2021-02-02
1
-4
/
+10
[next]