summaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
2020-10-08hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-14hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater
2020-09-01aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater
2020-09-01aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater
2020-08-21meson: convert hw/ssiMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell
2020-06-15ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster
2020-06-15ssi: Convert last use of ssi_create_slave_no_init() manuallyMarkus Armbruster
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
2020-06-05hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas
2020-06-05hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-14hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck
2020-03-12aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater
2020-03-12aspeed/smc: Add some tracingCédric Le Goater
2020-02-21xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmdFrancisco Iglesias
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-16aspeed/smc: Add AST2600 timings registersCédric Le Goater
2019-12-16aspeed/smc: Do not map disabled segment on the AST2600Cédric Le Goater
2019-12-16aspeed/smc: Restore default AHB window mapping at resetCédric Le Goater
2019-11-19ssi: xilinx_spips: Skip spi bus update for a few register writesSai Pavan Boddu
2019-10-15aspeed/smc: Add AST2600 supportCédric Le Goater
2019-10-15aspeed/smc: Introduce segment operationsCédric Le Goater
2019-09-13aspeed/smc: Calculate checksum on normal DMAChristian Svensson
2019-09-13aspeed/smc: Inject errors in DMA checksumCédric Le Goater
2019-09-13aspeed/smc: Add DMA calibration settingsCédric Le Goater
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater
2019-09-13aspeed: Use consistent typenamesCédric Le Goater
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-15hw/ssi/mss-spi: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé
2019-07-15hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]Philippe Mathieu-Daudé
2019-07-15hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memoryPhilippe Mathieu-Daudé
2019-07-15hw/ssi/xilinx_spips: Convert lqspi_read() to read_with_attrsPhilippe Mathieu-Daudé
2019-07-01aspeed/smc: add a 'sdram_base' propertyCédric Le Goater
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-04-29hw/ssi/xilinx_spips: Avoid variable length arrayPeter Maydell
2019-03-07ssi: express dependencies with kconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater