index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ssi
/
aspeed_smc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
aspeed/smc: Cache AspeedSMCClass
Cédric Le Goater
2022-10-24
1
-5
/
+4
*
aspeed/smc: Fix potential overflow
Cédric Le Goater
2022-06-30
1
-2
/
+2
*
aspeed/smc: Add AST1030 support
Steven Lee
2022-05-02
1
-0
/
+157
*
aspeed/smc: Fix error log
Cédric Le Goater
2022-03-08
1
-1
/
+1
*
aspeed/smc: Let the SSI core layer define the bus name
Cédric Le Goater
2022-03-08
1
-1
/
+1
*
aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'
Cédric Le Goater
2022-03-08
1
-21
/
+21
*
aspeed/smc: Remove 'num_cs' field
Cédric Le Goater
2022-03-08
1
-7
/
+0
*
aspeed/smc: Use max number of CE instead of 'num_cs'
Cédric Le Goater
2022-03-08
1
-4
/
+4
*
aspeed/smc: Add an address mask on segment registers
Cédric Le Goater
2022-02-26
1
-0
/
+11
*
aspeed/smc: Use a container for the flash mmio address space
Cédric Le Goater
2021-10-22
1
-4
/
+7
*
aspeed/smc: Dump address offset in trace events
Cédric Le Goater
2021-10-12
1
-3
/
+3
*
aspeed/smc: Introduce a new addr_width() class handler
Cédric Le Goater
2021-10-12
1
-7
/
+12
*
aspeed/smc: Add default reset values
Cédric Le Goater
2021-10-12
1
-25
/
+27
*
aspeed/smc: QOMify AspeedSMCFlash
Cédric Le Goater
2021-10-12
1
-8
/
+68
*
aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
Cédric Le Goater
2021-10-12
1
-15
/
+15
*
aspeed/smc: Remove the 'size' attribute from AspeedSMCFlash
Cédric Le Goater
2021-10-12
1
-3
/
+2
*
aspeed/smc: Drop AspeedSMCController structure
Cédric Le Goater
2021-10-12
1
-383
/
+478
*
aspeed/smc: Stop using the model name for the memory regions
Cédric Le Goater
2021-10-12
1
-15
/
+10
*
aspeed/smc: Introduce aspeed_smc_error() helper
Cédric Le Goater
2021-10-12
1
-52
/
+45
*
aspeed/smc: Add watchdog Control/Status Registers
Cédric Le Goater
2021-10-12
1
-1
/
+18
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-05
1
-1
/
+0
|
\
|
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
aspeed/smc: Add extra controls to request DMA
Cédric Le Goater
2021-05-01
1
-7
/
+67
*
|
aspeed/smc: Add a 'features' attribute to the object class
Cédric Le Goater
2021-05-01
1
-19
/
+25
*
|
hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
Philippe Mathieu-Daudé
2021-05-01
1
-3
/
+4
*
|
aspeed/smc: Remove unused "sdram-base" property
Cédric Le Goater
2021-05-01
1
-1
/
+0
*
|
aspeed/smc: Use the RAM memory region for DMAs
Cédric Le Goater
2021-05-01
1
-2
/
+1
|
/
*
hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'
Philippe Mathieu-Daudé
2020-12-10
1
-26
/
+27
*
aspeed/smc: Add support for address lane disablement
Cédric Le Goater
2020-12-10
1
-7
/
+18
*
aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller
Cédric Le Goater
2020-09-01
1
-1
/
+1
*
aspeed/smc: Fix max_slaves of the legacy SMC device
Cédric Le Goater
2020-09-01
1
-1
/
+1
*
aspeed/smc: Fix MemoryRegionOps definition
Cédric Le Goater
2020-09-01
1
-2
/
+0
*
ssi: ssi_auto_connect_slaves() never does anything, drop
Markus Armbruster
2020-06-15
1
-1
/
+0
*
aspeed/smc: Fix DMA support for AST2600
Cédric Le Goater
2020-03-23
1
-2
/
+13
*
aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command
Guenter Roeck
2020-03-17
1
-1
/
+1
*
aspeed/smc: Fix User mode select/unselect scheme
Cédric Le Goater
2020-03-12
1
-16
/
+23
*
aspeed/smc: Add some tracing
Cédric Le Goater
2020-03-12
1
-0
/
+17
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
aspeed/smc: Add AST2600 timings registers
Cédric Le Goater
2019-12-16
1
-3
/
+14
*
aspeed/smc: Do not map disabled segment on the AST2600
Cédric Le Goater
2019-12-16
1
-5
/
+11
*
aspeed/smc: Restore default AHB window mapping at reset
Cédric Le Goater
2019-12-16
1
-11
/
+21
*
aspeed/smc: Add AST2600 support
Cédric Le Goater
2019-10-15
1
-4
/
+128
*
aspeed/smc: Introduce segment operations
Cédric Le Goater
2019-10-15
1
-15
/
+30
*
aspeed/smc: Calculate checksum on normal DMA
Christian Svensson
2019-09-13
1
-0
/
+1
*
aspeed/smc: Inject errors in DMA checksum
Cédric Le Goater
2019-09-13
1
-0
/
+36
*
aspeed/smc: Add DMA calibration settings
Cédric Le Goater
2019-09-13
1
-1
/
+63
*
aspeed/smc: Add support for DMAs
Cédric Le Goater
2019-09-13
1
-6
/
+216
*
aspeed: Use consistent typenames
Cédric Le Goater
2019-09-13
1
-6
/
+6
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
[next]