aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed_soc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé1-567/+0
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé1-44/+17
2023-10-25hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specificPhilippe Mathieu-Daudé1-4/+11
2023-10-25hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specificPhilippe Mathieu-Daudé1-3/+3
2023-10-25hw/arm/aspeed: Extract code common to all boards to a common filePhilippe Mathieu-Daudé1-96/+0
2023-03-02aspeed: Introduce a spi_boot region under the SoCCédric Le Goater1-0/+14
2023-02-07hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé1-2/+2
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas1-16/+34
2022-07-14aspeed: Create SRAM name from first CPU indexPeter Delevoryas1-2/+3
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas1-0/+14
2022-06-30aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas1-4/+19
2022-06-30aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas1-19/+28
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas1-5/+7
2022-06-30aspeed: Set CPU memory property explicitlyPeter Delevoryas1-0/+2
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater1-2/+47
2022-05-25hw: aspeed: Init all UART's with serial devicesPeter Delevoryas1-0/+9
2022-05-25hw: aspeed: Introduce common UART init functionPeter Delevoryas1-4/+12
2022-05-25hw: aspeed: Add uarts_num SoC attributePeter Delevoryas1-0/+2
2022-05-25hw: aspeed: Add missing UART'sPeter Delevoryas1-0/+6
2022-05-25aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater1-3/+10
2022-03-08aspeed/smc: Remove 'num_cs' fieldCédric Le Goater1-2/+0
2021-10-12hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery1-0/+11
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater1-2/+2
2021-09-20hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas1-3/+5
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-3/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater1-1/+2
2021-05-01aspeed: Integrate HACEJoel Stanley1-0/+16
2021-05-01aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater1-4/+0
2021-03-09hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery1-1/+23
2021-03-09hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater1-0/+10
2020-09-18hw/arm/aspeed: Map the UART5 device unconditionallyPhilippe Mathieu-Daudé1-5/+3
2020-08-27aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost1-114/+114
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-32/+16
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-3/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-12/+11
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-30/+15
2020-07-02aspeed: Fix realize error API violationMarkus Armbruster1-2/+3
2020-07-02hw/arm: Drop useless object_property_set_link() error handlingMarkus Armbruster1-10/+4
2020-07-02aspeed: Clean up roundabout error propagationMarkus Armbruster1-6/+4
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4Markus Armbruster1-2/+2
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-39/+30
2020-06-15sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster1-20/+15
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-3/+1
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater1-2/+1
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater1-8/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-7/+6