summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed_ast2600.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4Markus Armbruster2020-06-151-6/+4Star
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-50/+39Star
* sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster2020-06-151-22/+17Star
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+1Star
* arm/aspeed: Rework NIC attachmentCédric Le Goater2020-06-151-2/+1Star
* arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater2020-06-151-13/+7Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-7/+6Star
* aspeed: Support AST2600A1 silicon revisionJoel Stanley2020-05-111-3/+3
* aspeed/smc: Fix DMA support for AST2600Cédric Le Goater2020-03-231-0/+6
* hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck2020-02-131-0/+23
* hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery2020-01-301-3/+26
* hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery2020-01-301-0/+2
* ast2600: Configure CNTFRQ at 1125MHzAndrew Jeffery2019-12-201-0/+3
* aspeed: Change the "nic" property definitionCédric Le Goater2019-12-161-3/+2Star
* aspeed: Change the "scu" property definitionCédric Le Goater2019-12-161-4/+4
* aspeed/i2c: Add support for DMA transfersCédric Le Goater2019-12-161-0/+5
* aspeed: Add a DRAM memory region at the SoC levelCédric Le Goater2019-12-161-2/+5
* aspeed/soc: Add ASPEED Video stubJoel Stanley2019-10-151-0/+5
* aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2019-10-151-0/+20
* aspeed: Parameterise number of MACsJoel Stanley2019-10-151-2/+8
* aspeed/soc: Add AST2600 supportCédric Le Goater2019-10-151-0/+492