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
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
2019-12-16
aspeed/smc: Restore default AHB window mapping at reset
Cédric Le Goater
1
-11
/
+21
2019-10-15
aspeed/smc: Add AST2600 support
Cédric Le Goater
1
-4
/
+128
2019-10-15
aspeed/smc: Introduce segment operations
Cédric Le Goater
1
-15
/
+30
2019-09-13
aspeed/smc: Calculate checksum on normal DMA
Christian Svensson
1
-0
/
+1
2019-09-13
aspeed/smc: Inject errors in DMA checksum
Cédric Le Goater
1
-0
/
+36
2019-09-13
aspeed/smc: Add DMA calibration settings
Cédric Le Goater
1
-1
/
+63
2019-09-13
aspeed/smc: Add support for DMAs
Cédric Le Goater
1
-6
/
+216
2019-09-13
aspeed: Use consistent typenames
Cédric Le Goater
1
-6
/
+6
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-01
aspeed/smc: add a 'sdram_base' property
Cédric Le Goater
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-01-29
aspeed/smc: snoop SPI transfers to fake dummy cycles
Cédric Le Goater
1
-3
/
+112
2019-01-29
aspeed/smc: Add dummy data register
Cédric Le Goater
1
-3
/
+6
2019-01-29
aspeed/smc: define registers for all possible CS
Cédric Le Goater
1
-1
/
+1
2019-01-29
aspeed/smc: fix default read value
Cédric Le Goater
1
-1
/
+1
2018-09-25
aspeed/smc: fix some alignment issues
Cédric Le Goater
1
-4
/
+4
2018-06-26
aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()
Cédric Le Goater
1
-15
/
+16
2018-06-26
aspeed/smc: fix HW strapping
Cédric Le Goater
1
-7
/
+1
2018-06-26
aspeed/smc: fix dummy cycles count when in dual IO mode
Cédric Le Goater
1
-1
/
+8
2017-12-18
hw/ssi/aspeed_smc: remove unused #include
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-18
misc: avoid "include/" in include path
Philippe Mathieu-Daudé
1
-1
/
+1
2017-02-10
aspeed/smc: use a modulo to check segment limits
Cédric Le Goater
1
-2
/
+2
2017-02-10
aspeed/smc: handle dummies only in fast read mode
Cédric Le Goater
1
-3
/
+6
2017-01-27
aspeed/smc: handle dummy bytes when doing fast reads in command mode
Cédric Le Goater
1
-0
/
+21
2017-01-20
aspeed/smc: handle SPI flash Command mode
Cédric Le Goater
1
-25
/
+130
2017-01-20
aspeed/smc: adjust the size of the register region
Cédric Le Goater
1
-15
/
+10
2017-01-20
aspeed/smc: unfold the AspeedSMCController array
Cédric Le Goater
1
-18
/
+73
2017-01-20
aspeed/smc: autostrap CE0/1 configuration
Cédric Le Goater
1
-5
/
+27
2017-01-20
aspeed/smc: rework the prototype of the AspeedSMCFlash helper routines
Cédric Le Goater
1
-17
/
+22
2017-01-20
aspeed/smc: remove call to aspeed_smc_update_cs() in reset function
Cédric Le Goater
1
-2
/
+1
2017-01-20
aspeed/smc: remove call to reset in realize function
Cédric Le Goater
1
-2
/
+0
2016-12-27
aspeed/smc: improve segment register support
Cédric Le Goater
1
-8
/
+9
2016-10-17
aspeed: add support for the SMC segment registers
Cédric Le Goater
1
-5
/
+130
2016-10-17
aspeed: create mapping regions for the maximum number of slaves
Cédric Le Goater
1
-3
/
+13
[next]