summary refs log tree commit diff stats
path: root/hw/ssi/aspeed_smc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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