summary refs log tree commit diff stats
path: root/include/hw/arm/aspeed_soc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* aspeed: fix hardcode boot address 0Jamin Lin2024-02-271-2/+0
* aspeed: introduce a new UART0 device nameJamin Lin2024-02-271-0/+17
* hw/arm: Hook up FSI module in AST2600Ninad Palsule2024-02-011-0/+4
* hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé2024-02-011-1/+2
* hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé2024-02-011-0/+1
* hw/arm/aspeed: Move AspeedSoCState::cpu/vic to Aspeed2400SoCStatePhilippe Mathieu-Daudé2023-10-251-2/+3
* hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé2023-10-251-1/+3
* hw/arm/aspeed: Move AspeedSoCState::armv7m to Aspeed10x0SoCStatePhilippe Mathieu-Daudé2023-10-251-3/+2
* hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé2023-10-251-0/+7
* aspeed: Introduce a spi_boot region under the SoCCédric Le Goater2023-03-021-0/+5
* hw/arm/aspeed_ast10x0: Map the secure SRAMPhilippe Mathieu-Daudé2023-02-071-0/+3
* hw/arm/aspeed_ast10x0: Add various unimplemented peripheralsPhilippe Mathieu-Daudé2023-02-071-0/+11
* aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas2022-07-141-0/+2
* aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas2022-07-141-2/+5
* hw/misc/aspeed: Add PECI controllerPeter Delevoryas2022-06-301-0/+3
* aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas2022-06-301-0/+9
* aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas2022-06-301-0/+1
* aspeed: Add memory property to Aspeed SoCPeter Delevoryas2022-06-301-0/+1
* aspeed: Set the dram container at the SoC levelCédric Le Goater2022-06-301-0/+2
* hw: aspeed: Introduce common UART init functionPeter Delevoryas2022-05-251-0/+1
* hw: aspeed: Add uarts_num SoC attributePeter Delevoryas2022-05-251-0/+1
* hw: aspeed: Add missing UART'sPeter Delevoryas2022-05-251-0/+8
* aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater2022-05-251-0/+3
* aspeed/soc : Add AST1030 supportSteven Lee2022-05-021-0/+3
* aspeed: Add eMMC Boot Controller stubJoel Stanley2022-05-021-0/+1
* ast2600: Add Secure Boot Controller modelJoel Stanley2022-02-261-0/+3
* hw/arm/aspeed: Add the i3c device to the AST2600 SoCTroy Lee2022-01-201-0/+3
* Add dummy Aspeed AST2600 Display Port MCU (DPMCU)Troy Lee2022-01-071-0/+2
* hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-121-0/+2
* hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas2021-09-201-0/+1
* aspeed: Integrate HACEJoel Stanley2021-05-011-0/+3
* hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery2021-03-091-0/+1
* hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater2021-03-091-0/+2
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-5/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost2020-08-271-46/+46
* arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater2020-06-151-1/+0
* hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck2020-02-131-0/+6
* hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery2020-01-301-0/+2
* aspeed: Add a DRAM memory region at the SoC levelCédric Le Goater2019-12-161-0/+1
* hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
* aspeed/soc: Add ASPEED Video stubJoel Stanley2019-10-151-0/+1
* aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2019-10-151-0/+5
* aspeed: Parameterise number of MACsJoel Stanley2019-10-151-1/+4
* aspeed/soc: Add AST2600 supportCédric Le Goater2019-10-151-0/+4
* aspeed: Introduce an object class per SoCCédric Le Goater2019-10-151-6/+3
* hw: wdt_aspeed: Add AST2600 supportJoel Stanley2019-10-151-1/+1