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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
arm
/
aspeed_soc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-01
aspeed: Link SCU to the watchdog
Joel Stanley
1
-0
/
+2
2019-07-01
hw/misc/aspeed_xdma: New device
Eddie James
1
-0
/
+17
2019-07-01
aspeed/smc: add a 'sdram_base' property
Cédric Le Goater
1
-0
/
+6
2019-07-01
aspeed: add support for multiple NICs
Cédric Le Goater
1
-14
/
+19
2019-07-01
aspeed: introduce a configurable number of CPU per machine
Cédric Le Goater
1
-6
/
+27
2019-07-01
hw/arm/aspeed: Add RTC to SoC
Joel Stanley
1
-0
/
+13
2019-07-01
aspeed: add a per SoC mapping for the memory space
Cédric Le Goater
1
-45
/
+72
2019-07-01
aspeed: add a per SoC mapping for the interrupt space
Cédric Le Goater
1
-8
/
+49
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-24
hw/arm/aspeed: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-30
/
+20
2018-08-16
aspeed: add a max_ram_size property to the memory controller
Cédric Le Goater
1
-0
/
+2
2018-06-26
aspeed/timer: use the APB frequency from the SCU
Cédric Le Goater
1
-0
/
+2
2018-06-26
aspeed: initialize the SCU controller first
Cédric Le Goater
1
-20
/
+20
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-2
/
+2
2018-04-26
hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAM
Peter Maydell
1
-2
/
+1
2018-02-15
hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.io
Philippe Mathieu-Daudé
1
-29
/
+3
2018-02-15
hw/arm/aspeed: directly map the serial device to the system address space
Philippe Mathieu-Daudé
1
-1
/
+2
2017-11-20
hw/arm/aspeed: Unlock SCU when running kernel
Joel Stanley
1
-0
/
+2
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
1
-8
/
+5
2017-09-04
hw/arm/aspeed_soc: Mark devices as user_creatable = false
Thomas Huth
1
-0
/
+2
2017-09-04
aspeed_soc: Propagate silicon-rev to watchdog
Andrew Jeffery
1
-0
/
+2
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-07-11
aspeed: Register all watchdogs
Joel Stanley
1
-8
/
+17
2017-04-25
aspeed: add a FTGMAC100 nic
Cédric Le Goater
1
-0
/
+21
2017-02-07
aspeed: add a watchdog controller
Cédric Le Goater
1
-0
/
+13
2016-12-27
aspeed/smc: set the number of flash modules for the FMC controller
Cédric Le Goater
1
-4
/
+4
2016-12-27
aspeed: add the definitions for the AST2400 A1 SoC
Cédric Le Goater
1
-0
/
+10
2016-12-27
aspeed: add a memory region for SRAM
Cédric Le Goater
1
-9
/
+43
2016-12-27
aspeed: attach the second SPI controller object to the SoC
Cédric Le Goater
1
-1
/
+1
2016-12-27
aspeed: remove cannot_destroy_with_object_finalize_yet
Cédric Le Goater
1
-6
/
+0
2016-12-27
aspeed: QOMify the CPU object and attach it to the SoC
Cédric Le Goater
1
-3
/
+14
2016-10-17
aspeed: add support for the AST2500 SoC SMC controllers
Cédric Le Goater
1
-6
/
+15
2016-10-17
aspeed: extend the number of host SPI controllers
Cédric Le Goater
1
-15
/
+29
2016-10-17
aspeed: move the flash module mapping address under the controller definition
Cédric Le Goater
1
-5
/
+4
2016-10-17
aspeed: rename the smc object to fmc
Cédric Le Goater
1
-9
/
+9
2016-09-22
aspeed: add a ram_size property to the memory controller
Cédric Le Goater
1
-0
/
+2
2016-09-22
aspeed: add a ast2500 SoC and support to the SCU and SDMC controllers
Cédric Le Goater
1
-0
/
+2
2016-09-22
aspeed-soc: provide a framework to add new SoCs
Cédric Le Goater
1
-8
/
+30
2016-09-22
ast2400: replace ast2400 with aspeed_soc
Cédric Le Goater
1
-48
/
+47
2016-09-22
ast2400: rename the Aspeed SoC files to aspeed_soc
Cédric Le Goater
1
-0
/
+229