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