aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)AuthorFilesLines
2020-06-05hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas1-1/+1
2020-06-05hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+1
2020-05-14hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias1-1/+1
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater2-2/+14
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck1-1/+1
2020-03-12aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater2-16/+24
2020-03-12aspeed/smc: Add some tracingCédric Le Goater2-0/+26
2020-02-21xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmdFrancisco Iglesias1-1/+1
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau3-4/+4
2019-12-16aspeed/smc: Add AST2600 timings registersCédric Le Goater1-3/+14
2019-12-16aspeed/smc: Do not map disabled segment on the AST2600Cédric Le Goater1-5/+11
2019-12-16aspeed/smc: Restore default AHB window mapping at resetCédric Le Goater1-11/+21
2019-11-19ssi: xilinx_spips: Skip spi bus update for a few register writesSai Pavan Boddu1-4/+18
2019-10-15aspeed/smc: Add AST2600 supportCédric Le Goater1-4/+128
2019-10-15aspeed/smc: Introduce segment operationsCédric Le Goater1-15/+30
2019-09-13aspeed/smc: Calculate checksum on normal DMAChristian Svensson1-0/+1
2019-09-13aspeed/smc: Inject errors in DMA checksumCédric Le Goater1-0/+36
2019-09-13aspeed/smc: Add DMA calibration settingsCédric Le Goater1-1/+63
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater1-6/+216
2019-09-13aspeed: Use consistent typenamesCédric Le Goater1-6/+6
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster4-4/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster3-0/+3
2019-08-16Include migration/vmstate.h lessMarkus Armbruster8-0/+8
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster7-0/+8
2019-07-15hw/ssi/mss-spi: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé1-1/+7
2019-07-15hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]Philippe Mathieu-Daudé1-0/+4
2019-07-15hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memoryPhilippe Mathieu-Daudé1-0/+16
2019-07-15hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrsPhilippe Mathieu-Daudé1-12/+11
2019-07-01aspeed/smc: add a 'sdram_base' propertyCédric Le Goater1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster8-0/+8
2019-04-29hw/ssi/xilinx_spips: Avoid variable length arrayPeter Maydell1-2/+4
2019-03-07ssi: express dependencies with kconfigPaolo Bonzini1-0/+4
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+14
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater1-3/+112
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater1-3/+6
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater1-1/+1
2019-01-29aspeed/smc: fix default read valueCédric Le Goater1-1/+1
2018-10-24hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-6/+3
2018-09-25aspeed/smc: fix some alignment issuesCédric Le Goater1-4/+4
2018-08-24hw/ssi/pl022: Correct wrong DMACR and ICR handlingPeter Maydell1-2/+10
2018-08-24hw/ssi/pl022: Correct wrong value for PL022_INT_RTPeter Maydell1-1/+1
2018-08-24hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::initPeter Maydell1-5/+3
2018-08-24hw/ssi/pl022: Don't directly call vmstate_register()Peter Maydell1-1/+1
2018-08-24hw/ssi/pl022: Set up reset function in class initPeter Maydell1-2/+5
2018-08-24hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell1-25/+1
2018-08-20hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr codePeter Maydell1-46/+0
2018-08-16imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho1-2/+1
2018-06-26hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-5/+10