aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/aspeed_smc.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-21aspeed/smc: Fix possible integer overflowCédric Le Goater1-2/+1
2024-06-16aspeed/smc: Add AST2700 supportJamin Lin1-1/+233
2024-06-16aspeed/smc: support different memory region ops for SMC flash regionJamin Lin1-1/+13
2024-06-16aspeed/smc: support 64 bits dma dram addressJamin Lin1-8/+43
2024-06-16aspeed/smc: support dma start length and 1 byte length unitJamin Lin1-8/+35
2024-06-16aspeed/smc: correct device descriptionJamin Lin1-3/+3
2024-06-16aspeed/smc: Reintroduce "dram-base" property for AST2700Cédric Le Goater1-0/+1
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater1-0/+9
2023-12-30hw/ssi: Constify VMStateRichard Henderson1-1/+1
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater1-0/+8
2023-03-02aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater1-4/+1
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater1-5/+4
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