index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ssi
/
aspeed_smc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
aspeed/smc: Add AST2700 support
Jamin Lin
1
-1
/
+233
2024-06-16
aspeed/smc: support different memory region ops for SMC flash region
Jamin Lin
1
-1
/
+13
2024-06-16
aspeed/smc: support 64 bits dma dram address
Jamin Lin
1
-8
/
+43
2024-06-16
aspeed/smc: support dma start length and 1 byte length unit
Jamin Lin
1
-8
/
+35
2024-06-16
aspeed/smc: correct device description
Jamin Lin
1
-3
/
+3
2024-06-16
aspeed/smc: Reintroduce "dram-base" property for AST2700
Cédric Le Goater
1
-0
/
+1
2024-03-19
aspeed/smc: Only wire flash devices at reset
Cédric Le Goater
1
-0
/
+9
2023-12-30
hw/ssi: Constify VMState
Richard Henderson
1
-1
/
+1
2023-09-01
aspeed/smc: Wire CS lines at reset
Cédric Le Goater
1
-0
/
+8
2023-03-02
aspeed/smc: Replace SysBus IRQs with GPIO lines
Cédric Le Goater
1
-4
/
+1
2022-10-24
aspeed/smc: Cache AspeedSMCClass
Cédric Le Goater
1
-5
/
+4
2022-06-30
aspeed/smc: Fix potential overflow
Cédric Le Goater
1
-2
/
+2
2022-05-02
aspeed/smc: Add AST1030 support
Steven Lee
1
-0
/
+157
2022-03-08
aspeed/smc: Fix error log
Cédric Le Goater
1
-1
/
+1
2022-03-08
aspeed/smc: Let the SSI core layer define the bus name
Cédric Le Goater
1
-1
/
+1
2022-03-08
aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'
Cédric Le Goater
1
-21
/
+21
2022-03-08
aspeed/smc: Remove 'num_cs' field
Cédric Le Goater
1
-7
/
+0
2022-03-08
aspeed/smc: Use max number of CE instead of 'num_cs'
Cédric Le Goater
1
-4
/
+4
2022-02-26
aspeed/smc: Add an address mask on segment registers
Cédric Le Goater
1
-0
/
+11
2021-10-22
aspeed/smc: Use a container for the flash mmio address space
Cédric Le Goater
1
-4
/
+7
2021-10-12
aspeed/smc: Dump address offset in trace events
Cédric Le Goater
1
-3
/
+3
2021-10-12
aspeed/smc: Introduce a new addr_width() class handler
Cédric Le Goater
1
-7
/
+12
2021-10-12
aspeed/smc: Add default reset values
Cédric Le Goater
1
-25
/
+27
2021-10-12
aspeed/smc: QOMify AspeedSMCFlash
Cédric Le Goater
1
-8
/
+68
2021-10-12
aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
Cédric Le Goater
1
-15
/
+15
2021-10-12
aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash
Cédric Le Goater
1
-3
/
+2
2021-10-12
aspeed/smc: Drop AspeedSMCController structure
Cédric Le Goater
1
-383
/
+478
2021-10-12
aspeed/smc: Stop using the model name for the memory regions
Cédric Le Goater
1
-15
/
+10
2021-10-12
aspeed/smc: Introduce aspeed_smc_error() helper
Cédric Le Goater
1
-52
/
+45
2021-10-12
aspeed/smc: Add watchdog Control/Status Registers
Cédric Le Goater
1
-1
/
+18
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
1
-1
/
+0
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-01
aspeed/smc: Add extra controls to request DMA
Cédric Le Goater
1
-7
/
+67
2021-05-01
aspeed/smc: Add a 'features' attribute to the object class
Cédric Le Goater
1
-19
/
+25
2021-05-01
hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
Philippe Mathieu-Daudé
1
-3
/
+4
2021-05-01
aspeed/smc: Remove unused "sdram-base" property
Cédric Le Goater
1
-1
/
+0
2021-05-01
aspeed/smc: Use the RAM memory region for DMAs
Cédric Le Goater
1
-2
/
+1
2020-12-10
hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'
Philippe Mathieu-Daudé
1
-26
/
+27
2020-12-10
aspeed/smc: Add support for address lane disablement
Cédric Le Goater
1
-7
/
+18
2020-09-01
aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller
Cédric Le Goater
1
-1
/
+1
2020-09-01
aspeed/smc: Fix max_slaves of the legacy SMC device
Cédric Le Goater
1
-1
/
+1
2020-09-01
aspeed/smc: Fix MemoryRegionOps definition
Cédric Le Goater
1
-2
/
+0
2020-06-15
ssi: ssi_auto_connect_slaves() never does anything, drop
Markus Armbruster
1
-1
/
+0
2020-03-23
aspeed/smc: Fix DMA support for AST2600
Cédric Le Goater
1
-2
/
+13
2020-03-17
aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command
Guenter Roeck
1
-1
/
+1
2020-03-12
aspeed/smc: Fix User mode select/unselect scheme
Cédric Le Goater
1
-16
/
+23
2020-03-12
aspeed/smc: Add some tracing
Cédric Le Goater
1
-0
/
+17
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-12-16
aspeed/smc: Add AST2600 timings registers
Cédric Le Goater
1
-3
/
+14
2019-12-16
aspeed/smc: Do not map disabled segment on the AST2600
Cédric Le Goater
1
-5
/
+11
[next]