summary refs log tree commit diff stats
path: root/hw/arm/aspeed_ast10x0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* aspeed: Make the ast1030-a1 SoC not user creatableCédric Le Goater2024-03-251-0/+2
* aspeed: introduce a new UART0 device nameJamin Lin2024-02-271-0/+1
* hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé2024-02-011-1/+5
* hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé2024-02-011-1/+1
* hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé2023-10-251-12/+15
* hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé2023-10-251-13/+13
* hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4FPhilippe Mathieu-Daudé2023-02-071-1/+1
* hw/arm/aspeed_ast10x0: Map HACE peripheralPhilippe Mathieu-Daudé2023-02-071-0/+15
* hw/arm/aspeed_ast10x0: Map the secure SRAMPhilippe Mathieu-Daudé2023-02-071-1/+10
* hw/arm/aspeed_ast10x0: Map I3C peripheralPhilippe Mathieu-Daudé2023-02-071-0/+16
* hw/arm/aspeed_ast10x0: Add various unimplemented peripheralsPhilippe Mathieu-Daudé2023-02-071-0/+35
* hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé2023-02-071-2/+2
* aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas2022-07-141-1/+7
* aspeed: Create SRAM name from first CPU indexPeter Delevoryas2022-07-141-1/+4
* hw/misc/aspeed: Add PECI controllerPeter Delevoryas2022-06-301-0/+13
* aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas2022-06-301-6/+10
* aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas2022-06-301-12/+13
* aspeed: Add memory property to Aspeed SoCPeter Delevoryas2022-06-301-3/+2
* aspeed: Add I2C buses to AST1030 modelTroy Lee2022-06-221-0/+18
* hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2022-05-251-0/+11
* hw: aspeed: Introduce common UART init functionPeter Delevoryas2022-05-251-5/+2
* hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas2022-05-251-3/+3
* hw: aspeed: Add uarts_num SoC attributePeter Delevoryas2022-05-251-0/+1
* hw: aspeed: Add missing UART'sPeter Delevoryas2022-05-251-0/+24
* aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater2022-05-251-2/+3
* aspeed/soc : Add AST1030 supportSteven Lee2022-05-021-0/+299