summaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)Author
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-26hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé
2020-06-26hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé
2020-06-26hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé
2020-06-26hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé
2020-06-23arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus Armbruster
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater
2020-06-09hw/arm/aspeed: Correct DRAM container region sizePhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley
2020-05-11aspeed: Add boot stub for smp bootingJoel Stanley
2020-02-19arm/aspeed: use memdev for RAMIgor Mammedov
2020-02-19arm/aspeed: actually check RAM sizeIgor Mammedov
2020-01-30hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery
2019-12-16aspeed: Add support for the tacoma-bmc boardCédric Le Goater
2019-12-16aspeed: Remove AspeedBoardConfig array and use AspeedMachineClassCédric Le Goater
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-01aspeed: Add support for the swift-bmc boardAdriana Kobylak
2019-07-01aspeed: add a RAM memory region containerCédric Le Goater
2019-07-01aspeed: remove the "ram" linkCédric Le Goater
2019-07-01aspeed: introduce a configurable number of CPU per machineCédric Le Goater
2019-07-01aspeed: add a per SoC mapping for the memory spaceCédric Le Goater
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-05-07arm: aspeed: Set SDRAM sizeJoel Stanley
2019-04-29hw/arm/aspeed: Use TYPE_TMP105/TYPE_PCA9552 instead of hardcoded stringPhilippe Mathieu-Daudé
2019-02-27i2c: Split smbus into partsCorey Minyard
2018-11-28hw/arm/aspeed: Fix build issue with clang 3.4Thomas Huth
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater
2018-09-25hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater
2018-08-16aspeed: add a max_ram_size property to the memory controllerCédric Le Goater
2018-06-08aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater