summaryrefslogtreecommitdiffstats
path: root/hw/ssi
Commit message (Expand)AuthorAgeFilesLines
...
* hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng2021-02-021-2/+2
* hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu2021-01-121-1/+1
* hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-101-1/+1
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-103-28/+29
* hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé2020-12-101-26/+27
* aspeed/smc: Add support for address lane disablementCédric Le Goater2020-12-101-7/+18
* ssi: Fix bad printf format specifiersAlexChen2020-11-102-2/+2
* hw/ssi/npcm7xx_fiu: Fix handling of unsigned integerPhilippe Mathieu-Daudé2020-10-082-7/+7
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-5/+2Star
* hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen2020-09-143-0/+584
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-2/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-2/+5
* aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater2020-09-011-1/+1
* aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater2020-09-011-1/+1
* aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater2020-09-011-2/+0Star
* meson: convert hw/ssiMarc-André Lureau2020-08-212-10/+9Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* ssi: Add ssi_realize_and_unref()Peter Maydell2020-07-031-1/+6
* ssi: ssi_create_slave_no_init() is now unused, dropMarkus Armbruster2020-06-151-5/+0Star
* ssi: Convert last use of ssi_create_slave_no_init() manuallyMarkus Armbruster2020-06-151-2/+3
* ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster2020-06-156-42/+0Star
* hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slaveEden Mikitas2020-06-051-1/+1
* hw/ssi/imx_spi: changed while statement to prevent underflowEden Mikitas2020-06-051-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+1Star
* hw/core: stream: Add an end-of-packet flagEdgar E. Iglesias2020-05-141-1/+1
* aspeed/smc: Fix DMA support for AST2600Cédric Le Goater2020-03-232-2/+14
* aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck2020-03-171-1/+1
* aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater2020-03-122-16/+24
* aspeed/smc: Add some tracingCédric Le Goater2020-03-122-0/+26
* xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmdFrancisco Iglesias2020-02-211-1/+1
* hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth2020-02-041-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-4/+4
* aspeed/smc: Add AST2600 timings registersCédric Le Goater2019-12-161-3/+14
* aspeed/smc: Do not map disabled segment on the AST2600Cédric Le Goater2019-12-161-5/+11
* aspeed/smc: Restore default AHB window mapping at resetCédric Le Goater2019-12-161-11/+21
* ssi: xilinx_spips: Skip spi bus update for a few register writesSai Pavan Boddu2019-11-191-4/+18
* aspeed/smc: Add AST2600 supportCédric Le Goater2019-10-151-4/+128
* aspeed/smc: Introduce segment operationsCédric Le Goater2019-10-151-15/+30
* aspeed/smc: Calculate checksum on normal DMAChristian Svensson2019-09-131-0/+1
* aspeed/smc: Inject errors in DMA checksumCédric Le Goater2019-09-131-0/+36
* aspeed/smc: Add DMA calibration settingsCédric Le Goater2019-09-131-1/+63
* aspeed/smc: Add support for DMAsCédric Le Goater2019-09-131-6/+216
* aspeed: Use consistent typenamesCédric Le Goater2019-09-131-6/+6
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-164-4/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-163-0/+3
* Include migration/vmstate.h lessMarkus Armbruster2019-08-168-0/+8
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-167-0/+8
* hw/ssi/mss-spi: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé2019-07-151-1/+7
* hw/ssi/xilinx_spips: Avoid out-of-bound access to lqspi_buf[]Philippe Mathieu-Daudé2019-07-151-0/+4
* hw/ssi/xilinx_spips: Avoid AXI writes to the LQSPI linear memoryPhilippe Mathieu-Daudé2019-07-151-0/+16