aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20hw/arm/aspeed: Add Fuji machine typePeter Delevoryas1-0/+120
2021-09-20hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas1-0/+3
2021-09-20arm/aspeed: Add DPS310 to Witherspoon and RainierJoel Stanley1-2/+2
2021-09-20aspeed: Emulate the AST2600A3Joel Stanley1-3/+3
2021-09-20arm/aspeed: rainier: Add i2c eeproms and muxesJoel Stanley1-0/+44
2021-09-20hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220aGuenter Roeck1-1/+1
2021-09-20hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evbGuenter Roeck1-1/+2
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard1-1/+1
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture1-3/+8
2021-06-03arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell1-3/+3
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-5/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-05-01aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture1-0/+62
2021-05-01aspeed: Add support for the rainier-bmc boardCédric Le Goater1-0/+79
2021-05-01aspeed: Deprecate the swift-bmc machineCédric Le Goater1-0/+3
2021-05-01aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater1-1/+1
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