aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi
AgeCommit message (Expand)Author
2018-04-26xilinx_spips: Correct SNOOP_NONE state when flushing the txfifopull-target-arm-20180426Sai Pavan Boddu
2018-03-01xilinx_spips: Use 8 dummy cycles with the QIOR/QIOR4 commandsFrancisco Iglesias
2018-03-01xilinx_spips: Enable only two slaves when reading/writing with stripeFrancisco Iglesias
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-25xilinx_spips: Correct usage of an uninitialized local variableFrancisco Iglesias
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2017-12-18hw/ssi/aspeed_smc: remove unused #includePhilippe Mathieu-Daudé
2017-12-18misc: avoid "include/" in include pathPhilippe Mathieu-Daudé
2017-12-13xilinx_spips: Use memset instead of a for loop to zero registerspull-target-arm-20171213Alistair Francis
2017-12-13xilinx_spips: Set all of the reset valuesAlistair Francis
2017-12-13xilinx_spips: Update the QSPI Mod ID reset valueAlistair Francis
2017-12-13xilinx_spips: Add support for the ZynqMP Generic QSPIFrancisco Iglesias
2017-12-13xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd doneFrancisco Iglesias
2017-12-13xilinx_spips: Add support for 4 byte addresses in the LQSPIFrancisco Iglesias
2017-12-13xilinx_spips: Add support for zero pumpingFrancisco Iglesias
2017-12-13xilinx_spips: Make tx/rx_data_bytes more generic and reusableFrancisco Iglesias
2017-12-13xilinx_spips: Add support for RX discard and RX drainFrancisco Iglesias
2017-12-13xilinx_spips: Update striping to be big-endian bit orderFrancisco Iglesias
2017-12-13xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClassFrancisco Iglesias
2017-10-31msf2: Remove dead code reported by CoveritySubbaraya Sundeep
2017-09-21msf2: Add Smartfusion2 SPI controllerSubbaraya Sundeep
2017-08-14xlnx-qspi: add a property for mmio-executionKONRAD Frederic
2017-06-27xilinx_spips: allow mmio executionKONRAD Frederic
2017-02-10aspeed/smc: use a modulo to check segment limitspull-target-arm-20170210Cédric Le Goater
2017-02-10aspeed/smc: handle dummies only in fast read modeCédric Le Goater
2017-01-27aspeed/smc: handle dummy bytes when doing fast reads in command modeCédric Le Goater
2017-01-20aspeed/smc: handle SPI flash Command modeCédric Le Goater
2017-01-20aspeed/smc: adjust the size of the register regionCédric Le Goater
2017-01-20aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater
2017-01-20aspeed/smc: autostrap CE0/1 configurationCédric Le Goater
2017-01-20aspeed/smc: rework the prototype of the AspeedSMCFlash helper routinesCédric Le Goater
2017-01-20aspeed/smc: remove call to aspeed_smc_update_cs() in reset functionCédric Le Goater
2017-01-20aspeed/smc: remove call to reset in realize functionCédric Le Goater
2017-01-09hw/ssi/imx_spi.c: Remove MSGDATA register supportpull-target-arm-20170109Jean-Christophe Dubois
2016-12-27aspeed/smc: improve segment register supportCédric Le Goater
2016-10-24xilinx: fix buffer overflow on realizePaolo Bonzini
2016-10-17aspeed: add support for the SMC segment registersCédric Le Goater
2016-10-17aspeed: create mapping regions for the maximum number of slavesCédric Le Goater
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater
2016-10-04STM32F2xx: Add the SPI deviceAlistair Francis
2016-09-22imx: Use 'const char', not 'char const'pull-target-arm-20160922Peter Maydell
2016-07-14ast2400: pretend DMAs are done for U-bootCédric Le Goater
2016-07-14ast2400: replace aspeed_smc_is_implemented()Cédric Le Goater
2016-07-04ast2400: add SPI flash slavesCédric Le Goater
2016-07-04ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS