aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ssi/aspeed_smc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* aspeed/smc: Fix possible integer overflowCédric Le Goater2024-07-211-2/+1
* aspeed/smc: Add AST2700 supportJamin Lin2024-06-161-1/+233
* aspeed/smc: support different memory region ops for SMC flash regionJamin Lin2024-06-161-1/+13
* aspeed/smc: support 64 bits dma dram addressJamin Lin2024-06-161-8/+43
* aspeed/smc: support dma start length and 1 byte length unitJamin Lin2024-06-161-8/+35
* aspeed/smc: correct device descriptionJamin Lin2024-06-161-3/+3
* aspeed/smc: Reintroduce "dram-base" property for AST2700Cédric Le Goater2024-06-161-0/+1
* aspeed/smc: Only wire flash devices at resetCédric Le Goater2024-03-191-0/+9
* hw/ssi: Constify VMStateRichard Henderson2023-12-301-1/+1
* aspeed/smc: Wire CS lines at resetCédric Le Goater2023-09-011-0/+8
* aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater2023-03-021-4/+1
* aspeed/smc: Cache AspeedSMCClassCédric Le Goater2022-10-241-5/+4
* aspeed/smc: Fix potential overflowCédric Le Goater2022-06-301-2/+2
* aspeed/smc: Add AST1030 supportSteven Lee2022-05-021-0/+157
* aspeed/smc: Fix error logCédric Le Goater2022-03-081-1/+1
* aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater2022-03-081-1/+1
* aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater2022-03-081-21/+21
* aspeed/smc: Remove 'num_cs' fieldCédric Le Goater2022-03-081-7/+0
* aspeed/smc: Use max number of CE instead of 'num_cs'Cédric Le Goater2022-03-081-4/+4
* aspeed/smc: Add an address mask on segment registersCédric Le Goater2022-02-261-0/+11
* aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater2021-10-221-4/+7
* aspeed/smc: Dump address offset in trace eventsCédric Le Goater2021-10-121-3/+3
* aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2021-10-121-7/+12
* aspeed/smc: Add default reset valuesCédric Le Goater2021-10-121-25/+27
* aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2021-10-121-8/+68
* aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2021-10-121-15/+15
* aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-3/+2
* aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-383/+478
* aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater2021-10-121-15/+10
* aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater2021-10-121-52/+45
* aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater2021-10-121-1/+18
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into stagingPeter Maydell2021-05-051-1/+0
|\
| * Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* | aspeed/smc: Add extra controls to request DMACédric Le Goater2021-05-011-7/+67
* | aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater2021-05-011-19/+25
* | hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use aliasPhilippe Mathieu-Daudé2021-05-011-3/+4
* | aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater2021-05-011-1/+0
* | aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater2021-05-011-2/+1
|/
* hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé2020-12-101-26/+27
* aspeed/smc: Add support for address lane disablementCédric Le Goater2020-12-101-7/+18
* aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater2020-09-011-1/+1
* aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater2020-09-011-1/+1
* aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater2020-09-011-2/+0
* ssi: ssi_auto_connect_slaves() never does anything, dropMarkus Armbruster2020-06-151-1/+0
* aspeed/smc: Fix DMA support for AST2600Cédric Le Goater2020-03-231-2/+13
* aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck2020-03-171-1/+1
* aspeed/smc: Fix User mode select/unselect schemeCédric Le Goater2020-03-121-16/+23
* aspeed/smc: Add some tracingCédric Le Goater2020-03-121-0/+17
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* aspeed/smc: Add AST2600 timings registersCédric Le Goater2019-12-161-3/+14