aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)Author
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-01aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture
2021-05-01aspeed: Add support for the rainier-bmc boardCédric Le Goater
2021-05-01aspeed: Deprecate the swift-bmc machineCédric Le Goater
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-12-10aspeed: g220a-bmc: Add an FRUJohn Wang
2020-12-10aspeed: Add support for the g220a-bmc boardJohn Wang
2020-10-26hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé
2020-09-18hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater
2020-09-01hw/arm/aspeed: Add board model for Supermicro X11 BMCErik Smit
2020-08-27aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé
2020-07-13hw/arm/aspeed: Do not create and attach empty SD cards by defaultpull-target-arm-20200713Philippe Mathieu-Daudé
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