summary refs log tree commit diff stats
path: root/hw/arm/aspeed_ast2600.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* aspeed: Make the ast2600-a3 SoC not user creatableCédric Le Goater2024-03-251-0/+2
* aspeed: fix hardcode boot address 0Jamin Lin2024-02-271-1/+1
* aspeed: introduce a new UART0 device nameJamin Lin2024-02-271-0/+1
* hw/arm: Hook up FSI module in AST2600Ninad Palsule2024-02-011-0/+19
* 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/+2
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw: Simplify memory_region_init_ram() callsPhilippe Mathieu-Daudé2024-01-051-4/+2
* hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCStatePhilippe Mathieu-Daudé2023-10-251-23/+26
* hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé2023-10-251-13/+13
* aspeed: Clean up local variable shadowingCédric Le Goater2023-09-291-5/+5
* target/arm: Allow users to set the number of VFP registersCédric Le Goater2023-06-151-0/+2
* aspeed: Introduce a spi_boot region under the SoCCédric Le Goater2023-03-021-0/+13
* hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé2023-02-071-2/+2
* ast2600: Drop NEON from the CPU featuresCédric Le Goater2022-10-241-0/+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-2/+3
* hw/misc/aspeed: Add PECI controllerPeter Delevoryas2022-06-301-0/+13
* aspeed: Remove use of qemu_get_cpuPeter Delevoryas2022-06-301-1/+1
* aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas2022-06-301-9/+18
* aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas2022-06-301-24/+27
* aspeed: Add memory property to Aspeed SoCPeter Delevoryas2022-06-301-2/+2
* aspeed: Set CPU memory property explicitlyPeter Delevoryas2022-06-301-0/+2
* aspeed: Set the dram container at the SoC levelCédric Le Goater2022-06-301-2/+5
* hw: aspeed: Introduce common UART init functionPeter Delevoryas2022-05-251-5/+2
* hw: aspeed: Add uarts_num SoC attributePeter Delevoryas2022-05-251-0/+1
* hw: aspeed: Add missing UART'sPeter Delevoryas2022-05-251-0/+19
* aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater2022-05-251-2/+3
* aspeed: Add eMMC Boot Controller stubJoel Stanley2022-05-021-0/+6
* aspeed/smc: Remove 'num_cs' fieldCédric Le Goater2022-03-081-2/+0
* ast2600: Add Secure Boot Controller modelJoel Stanley2022-02-261-0/+9
* hw/arm: ast2600: Fix address mapping of second SPI controllerCédric Le Goater2022-01-281-1/+1
* hw/arm/aspeed: Add the i3c device to the AST2600 SoCTroy Lee2022-01-201-0/+16
* Add dummy Aspeed AST2600 Display Port MCU (DPMCU)Troy Lee2022-01-071-0/+8
* hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-121-0/+11
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-5/+2
* aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-2/+2
* hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas2021-09-201-4/+4
* aspeed: Emulate the AST2600A3Joel Stanley2021-09-201-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-051-3/+0
|\
| * Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* | hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater2021-05-011-1/+2
* | aspeed: Integrate HACEJoel Stanley2021-05-011-0/+15
* | aspeed/smc: Remove unused "sdram-base" propertyCédric Le Goater2021-05-011-4/+0
|/
* hw/misc: Model KCS devices in the Aspeed LPC controllerAndrew Jeffery2021-03-091-1/+27
* hw/misc: Add a basic Aspeed LPC controller modelCédric Le Goater2021-03-091-0/+10
* hw/arm: ast2600: Correct the iBT interrupt IDAndrew Jeffery2021-03-091-1/+1
* hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheetAndrew Jeffery2021-03-091-1/+1