aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/aspeed_smc.c
AgeCommit message (Expand)Author
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater
2022-05-02aspeed/smc: Add AST1030 supportSteven Lee
2022-03-08aspeed/smc: Fix error logCédric Le Goater
2022-03-08aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater
2022-03-08aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater
2022-03-08aspeed/smc: Use max number of CE instead of 'num_cs'Cédric Le Goater
2022-02-26aspeed/smc: Add an address mask on segment registersCédric Le Goater
2021-10-22aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater
2021-10-12aspeed/smc: Dump address offset in trace eventsCédric Le Goater
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater
2021-10-12aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater
2021-10-12aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater
2021-10-12aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater
2021-05-01hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater
2020-12-10hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé
2020-12-10aspeed/smc: Add support for address lane disablementCédric Le Goater
2020-09-01aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater
2020-09-01aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater
2020-09-01aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater
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