summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed_soc.c
Commit message (Expand)AuthorAgeFilesLines
...
* aspeed: Link SCU to the watchdogJoel Stanley2019-07-011-0/+2
* hw/misc/aspeed_xdma: New deviceEddie James2019-07-011-0/+17
* aspeed/smc: add a 'sdram_base' propertyCédric Le Goater2019-07-011-0/+6
* aspeed: add support for multiple NICsCédric Le Goater2019-07-011-14/+19
* aspeed: introduce a configurable number of CPU per machineCédric Le Goater2019-07-011-6/+27
* hw/arm/aspeed: Add RTC to SoCJoel Stanley2019-07-011-0/+13
* aspeed: add a per SoC mapping for the memory spaceCédric Le Goater2019-07-011-45/+72
* aspeed: add a per SoC mapping for the interrupt spaceCédric Le Goater2019-07-011-8/+49
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-30/+20Star
* aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-161-0/+2
* aspeed/timer: use the APB frequency from the SCUCédric Le Goater2018-06-261-0/+2
* aspeed: initialize the SCU controller firstCédric Le Goater2018-06-261-20/+20
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAMPeter Maydell2018-04-261-2/+1Star
* hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.ioPhilippe Mathieu-Daudé2018-02-151-29/+3Star
* hw/arm/aspeed: directly map the serial device to the system address spacePhilippe Mathieu-Daudé2018-02-151-1/+2
* hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley2017-11-201-0/+2
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-8/+5Star
* hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth2017-09-041-0/+2
* aspeed_soc: Propagate silicon-rev to watchdogAndrew Jeffery2017-09-041-0/+2
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* aspeed: Register all watchdogsJoel Stanley2017-07-111-8/+17
* aspeed: add a FTGMAC100 nicCédric Le Goater2017-04-251-0/+21
* aspeed: add a watchdog controllerCédric Le Goater2017-02-071-0/+13
* aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater2016-12-271-4/+4
* aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater2016-12-271-0/+10
* aspeed: add a memory region for SRAMCédric Le Goater2016-12-271-9/+43
* aspeed: attach the second SPI controller object to the SoCCédric Le Goater2016-12-271-1/+1
* aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater2016-12-271-6/+0Star
* aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater2016-12-271-3/+14
* aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2016-10-171-6/+15
* aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-171-15/+29
* aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2016-10-171-5/+4Star
* aspeed: rename the smc object to fmcCédric Le Goater2016-10-171-9/+9
* aspeed: add a ram_size property to the memory controllerCédric Le Goater2016-09-221-0/+2
* aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater2016-09-221-0/+2
* aspeed-soc: provide a framework to add new SoCsCédric Le Goater2016-09-221-8/+30
* ast2400: replace ast2400 with aspeed_socCédric Le Goater2016-09-221-48/+47Star
* ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater2016-09-221-0/+229