summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed_soc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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