aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10arm: do not use ram_size globalPaolo Bonzini1-4/+4
2020-12-10aspeed: g220a-bmc: Add an FRUJohn Wang1-0/+12
2020-12-10aspeed: Add support for the g220a-bmc boardJohn Wang1-0/+60
2020-10-26hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé1-0/+20
2020-09-18hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater1-2/+43
2020-09-01hw/arm/aspeed: Add board model for Supermicro X11 BMCErik Smit1-0/+35
2020-08-27aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost1-2/+2
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell1-40/+42
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-29/+29
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-4/+6
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-2/+2
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé1-35/+35
2020-07-13hw/arm/aspeed: Do not create and attach empty SD cards by defaultPhilippe Mathieu-Daudé1-4/+5
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-12/+12
2020-06-26hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé1-4/+9
2020-06-26hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé1-4/+7
2020-06-26hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé1-10/+10
2020-06-26hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé1-3/+3
2020-06-23arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster1-6/+6
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-4/+4
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-3/+1
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus Armbruster1-1/+1
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-3/+4
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater1-0/+13
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater1-5/+24
2020-06-09hw/arm/aspeed: Correct DRAM container region sizePhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-1/+1
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams1-0/+78
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley1-4/+4
2020-05-11aspeed: Add boot stub for smp bootingJoel Stanley1-0/+65
2020-02-19arm/aspeed: use memdev for RAMIgor Mammedov1-3/+2
2020-02-19arm/aspeed: actually check RAM sizeIgor Mammedov1-8/+5
2020-01-30hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater1-5/+39
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery1-9/+17
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery1-1/+1
2019-12-16aspeed: Add support for the tacoma-bmc boardCédric Le Goater1-0/+28
2019-12-16aspeed: Remove AspeedBoardConfig array and use AspeedMachineClassCédric Le Goater1-104/+127
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater1-0/+23
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater1-2/+2
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James1-1/+14
2019-09-13aspeed/smc: Add support for DMAsCédric Le Goater1-0/+2
2019-09-03hw/arm: simplify arm_load_dtbTao Xu1-4/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-1/+1
2019-07-01aspeed: Add support for the swift-bmc boardAdriana Kobylak1-0/+50
2019-07-01aspeed: add a RAM memory region containerCédric Le Goater1-4/+9
2019-07-01aspeed: remove the "ram" linkCédric Le Goater1-2/+0