aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed_ast2600.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-36/+18
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-3/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-28/+26
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-34/+17
2020-07-02aspeed: Fix realize error API violationMarkus Armbruster1-2/+3
2020-07-02hw/arm: Drop useless object_property_set_link() error handlingMarkus Armbruster1-15/+5
2020-07-02aspeed: Clean up roundabout error propagationMarkus Armbruster1-6/+4
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4Markus Armbruster1-6/+4
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-50/+39
2020-06-15sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster1-22/+17
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-3/+1
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater1-2/+1
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater1-13/+7
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-7/+6
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley1-3/+3
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater1-0/+6
2020-02-13hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck1-0/+23
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery1-3/+26
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery1-0/+2
2019-12-20ast2600: Configure CNTFRQ at 1125MHzAndrew Jeffery1-0/+3
2019-12-16aspeed: Change the "nic" property definitionCédric Le Goater1-3/+2
2019-12-16aspeed: Change the "scu" property definitionCédric Le Goater1-4/+4
2019-12-16aspeed/i2c: Add support for DMA transfersCédric Le Goater1-0/+5
2019-12-16aspeed: Add a DRAM memory region at the SoC levelCédric Le Goater1-2/+5
2019-10-15aspeed/soc: Add ASPEED Video stubJoel Stanley1-0/+5
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater1-0/+20
2019-10-15aspeed: Parameterise number of MACsJoel Stanley1-2/+8
2019-10-15aspeed/soc: Add AST2600 supportCédric Le Goater1-0/+492