summaryrefslogtreecommitdiffstats
path: root/hw/ssi
Commit message (Expand)AuthorAgeFilesLines
* xilinx_spips: Correct SNOOP_NONE state when flushing the txfifoSai Pavan Boddu2018-04-261-1/+2
* xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commandsFrancisco Iglesias2018-03-011-1/+1
* xilinx_spips: Enable only two slaves when reading/writing with stripeFrancisco Iglesias2018-03-011-4/+37
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* xilinx_spips: Correct usage of an uninitialized local variableFrancisco Iglesias2018-01-251-1/+17
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-3/+3
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-164-4/+4
* hw/ssi/aspeed_smc: remove unused #includePhilippe Mathieu-Daudé2017-12-181-1/+0Star
* misc: avoid "include/" in include pathPhilippe Mathieu-Daudé2017-12-181-1/+1
* xilinx_spips: Use memset instead of a for loop to zero registersAlistair Francis2017-12-131-8/+3Star
* xilinx_spips: Set all of the reset valuesAlistair Francis2017-12-131-5/+30
* xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis2017-12-131-0/+1
* xilinx_spips: Add support for the ZynqMP Generic QSPIFrancisco Iglesias2017-12-131-47/+532
* xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd doneFrancisco Iglesias2017-12-131-3/+1Star
* xilinx_spips: Add support for 4 byte addresses in the LQSPIFrancisco Iglesias2017-12-131-1/+5
* xilinx_spips: Add support for zero pumpingFrancisco Iglesias2017-12-131-7/+40
* xilinx_spips: Make tx/rx_data_bytes more generic and reusableFrancisco Iglesias2017-12-131-27/+37
* xilinx_spips: Add support for RX discard and RX drainFrancisco Iglesias2017-12-131-18/+149
* xilinx_spips: Update striping to be big-endian bit orderFrancisco Iglesias2017-12-131-9/+10
* xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClassFrancisco Iglesias2017-12-131-35/+0Star
* msf2: Remove dead code reported by CoveritySubbaraya Sundeep2017-10-311-4/+14
* msf2: Add Smartfusion2 SPI controllerSubbaraya Sundeep2017-09-212-0/+405
* xlnx-qspi: add a property for mmio-executionKONRAD Frederic2017-08-141-3/+33
* xilinx_spips: allow mmio executionKONRAD Frederic2017-06-271-19/+55
* aspeed/smc: use a modulo to check segment limitsCédric Le Goater2017-02-101-2/+2
* aspeed/smc: handle dummies only in fast read modeCédric Le Goater2017-02-101-3/+6
* aspeed/smc: handle dummy bytes when doing fast reads in command modeCédric Le Goater2017-01-271-0/+21
* aspeed/smc: handle SPI flash Command modeCédric Le Goater2017-01-201-25/+130
* aspeed/smc: adjust the size of the register regionCédric Le Goater2017-01-201-15/+10Star
* aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater2017-01-201-18/+73
* aspeed/smc: autostrap CE0/1 configurationCédric Le Goater2017-01-201-5/+27
* aspeed/smc: rework the prototype of the AspeedSMCFlash helper routinesCédric Le Goater2017-01-201-17/+22
* aspeed/smc: remove call to aspeed_smc_update_cs() in reset functionCédric Le Goater2017-01-201-2/+1Star
* aspeed/smc: remove call to reset in realize functionCédric Le Goater2017-01-201-2/+0Star
* hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois2017-01-091-3/+8
* aspeed/smc: improve segment register supportCédric Le Goater2016-12-271-8/+9
* xilinx: fix buffer overflow on realizePaolo Bonzini2016-10-241-2/+5
* aspeed: add support for the SMC segment registersCédric Le Goater2016-10-171-5/+130
* aspeed: create mapping regions for the maximum number of slavesCédric Le Goater2016-10-171-3/+13
* aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2016-10-171-1/+27
* aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2016-10-171-4/+11
* STM32F2xx: Add the SPI deviceAlistair Francis2016-10-042-0/+226
* imx: Use 'const char', not 'char const'Peter Maydell2016-09-221-1/+1
* ast2400: pretend DMAs are done for U-bootCédric Le Goater2016-07-141-0/+4
* ast2400: replace aspeed_smc_is_implemented()Cédric Le Goater2016-07-141-20/+15Star
* ast2400: add SPI flash slavesCédric Le Goater2016-07-041-3/+147
* ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater2016-07-042-0/+327
* ssi: change ssi_slave_init to be a realize opsCédric Le Goater2016-07-041-3/+3
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-192-0/+2
* i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS2016-05-122-0/+455