aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/aspeed_smc.c
AgeCommit message (Expand)Author
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster
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-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-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-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-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater
2019-01-29aspeed/smc: fix default read valueCédric Le Goater
2018-09-25aspeed/smc: fix some alignment issuesCédric Le Goater
2018-06-26aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()Cédric Le Goater
2018-06-26aspeed/smc: fix HW strappingCédric Le Goater
2018-06-26aspeed/smc: fix dummy cycles count when in dual IO modeCédric Le Goater
2017-12-18hw/ssi/aspeed_smc: remove unused #includePhilippe Mathieu-Daudé
2017-12-18misc: avoid "include/" in include pathPhilippe Mathieu-Daudé
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
2016-12-27aspeed/smc: improve segment register supportCédric Le Goater
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-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