aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/aspeed_smc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé1-26/+27
2020-12-10aspeed/smc: Add support for address lane disablementCédric Le Goater1-7/+18
2020-09-01aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater1-1/+1
2020-09-01aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater1-1/+1
2020-09-01aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater1-2/+0
2020-06-15ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster1-1/+0
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater1-2/+13
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck1-1/+1
2020-03-12aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater1-16/+23
2020-03-12aspeed/smc: Add some tracingCédric Le Goater1-0/+17
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-16aspeed/smc: Add AST2600 timings registersCédric Le Goater1-3/+14
2019-12-16aspeed/smc: Do not map disabled segment on the AST2600Cédric Le Goater1-5/+11
2019-12-16aspeed/smc: Restore default AHB window mapping at resetCédric Le Goater1-11/+21
2019-10-15aspeed/smc: Add AST2600 supportCédric Le Goater1-4/+128
2019-10-15aspeed/smc: Introduce segment operationsCédric Le Goater1-15/+30
2019-09-13aspeed/smc: Calculate checksum on normal DMAChristian Svensson1-0/+1
2019-09-13aspeed/smc: Inject errors in DMA checksumCédric Le Goater1-0/+36
2019-09-13aspeed/smc: Add DMA calibration settingsCédric Le Goater1-1/+63
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater1-6/+216
2019-09-13aspeed: Use consistent typenamesCédric Le Goater1-6/+6
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-01aspeed/smc: add a 'sdram_base' propertyCédric Le Goater1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater1-3/+112
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater1-3/+6
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater1-1/+1
2019-01-29aspeed/smc: fix default read valueCédric Le Goater1-1/+1
2018-09-25aspeed/smc: fix some alignment issuesCédric Le Goater1-4/+4
2018-06-26aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()Cédric Le Goater1-15/+16
2018-06-26aspeed/smc: fix HW strappingCédric Le Goater1-7/+1
2018-06-26aspeed/smc: fix dummy cycles count when in dual IO modeCédric Le Goater1-1/+8
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-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
2016-12-27aspeed/smc: improve segment register supportCédric Le Goater1-8/+9
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