summary refs log tree commit diff stats
path: root/hw/ssi/aspeed_smc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-161-1/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* aspeed/smc: add a 'sdram_base' propertyCédric Le Goater2019-07-011-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater2019-01-291-3/+112
* aspeed/smc: Add dummy data registerCédric Le Goater2019-01-291-3/+6
* aspeed/smc: define registers for all possible CSCédric Le Goater2019-01-291-1/+1
* aspeed/smc: fix default read valueCédric Le Goater2019-01-291-1/+1
* aspeed/smc: fix some alignment issuesCédric Le Goater2018-09-251-4/+4
* aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()Cédric Le Goater2018-06-261-15/+16
* aspeed/smc: fix HW strappingCédric Le Goater2018-06-261-7/+1
* aspeed/smc: fix dummy cycles count when in dual IO modeCédric Le Goater2018-06-261-1/+8
* hw/ssi/aspeed_smc: remove unused #includePhilippe Mathieu-Daudé2017-12-181-1/+0
* misc: avoid "include/" in include pathPhilippe Mathieu-Daudé2017-12-181-1/+1
* 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/+10
* 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/+1
* aspeed/smc: remove call to reset in realize functionCédric Le Goater2017-01-201-2/+0
* aspeed/smc: improve segment register supportCédric Le Goater2016-12-271-8/+9
* 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
* 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/+15
* ast2400: add SPI flash slavesCédric Le Goater2016-07-041-3/+147
* ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater2016-07-041-0/+326