summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed_ast2600.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+0Star
* 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/+2Star
* 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/+0Star
|\
| * Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | 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/+0Star
|/
* 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
* hw/arm: ast2600: Force a multiple of 32 of IRQs for the GICAndrew Jeffery2021-03-091-2/+2
* arm/ast2600: Fix SMP booting with -kernelJoel Stanley2021-03-091-7/+0Star
* arm: Update infocenter.arm.com URLsPeter Maydell2021-02-111-1/+1
* ast2600: SRAM is 89KBJoel Stanley2020-12-101-1/+1
* hw/arm/aspeed: Map the UART5 device unconditionallyPhilippe Mathieu-Daudé2020-09-181-5/+3Star
* aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost2020-08-271-104/+104
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-36/+18Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-3/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-28/+26Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-34/+17Star
* aspeed: Fix realize error API violationMarkus Armbruster2020-07-021-2/+3
* hw/arm: Drop useless object_property_set_link() error handlingMarkus Armbruster2020-07-021-15/+5Star
* aspeed: Clean up roundabout error propagationMarkus Armbruster2020-07-021-6/+4Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1