aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/aspeed_smc.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater1-2/+2
2022-05-02aspeed/smc: Add AST1030 supportSteven Lee1-0/+157
2022-03-08aspeed/smc: Fix error logCédric Le Goater1-1/+1
2022-03-08aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater1-1/+1
2022-03-08aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater1-21/+21
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater1-7/+0
2022-03-08aspeed/smc: Use max number of CE instead of 'num_cs'Cédric Le Goater1-4/+4
2022-02-26aspeed/smc: Add an address mask on segment registersCédric Le Goater1-0/+11
2021-10-22aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater1-4/+7
2021-10-12aspeed/smc: Dump address offset in trace eventsCédric Le Goater1-3/+3
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater1-7/+12
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater1-25/+27
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater1-8/+68
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater1-15/+15
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater1-3/+2
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater1-383/+478
2021-10-12aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater1-15/+10
2021-10-12aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater1-52/+45
2021-10-12aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater1-1/+18
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater1-7/+67
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater1-19/+25
2021-05-01hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé1-3/+4
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater1-1/+0
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater1-2/+1
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