summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed.c
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/aspeed: Add Fuji machine typePeter Delevoryas2021-09-201-0/+120
* hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas2021-09-201-0/+3
* arm/aspeed: Add DPS310 to Witherspoon and RainierJoel Stanley2021-09-201-2/+2
* aspeed: Emulate the AST2600A3Joel Stanley2021-09-201-3/+3
* arm/aspeed: rainier: Add i2c eeproms and muxesJoel Stanley2021-09-201-0/+44
* hw: arm: aspeed: Enable mac0/1 instead of mac1/2 for g220aGuenter Roeck2021-09-201-1/+1
* hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evbGuenter Roeck2021-09-201-1/+2
* sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard2021-06-171-1/+1
* hw/arm: quanta-q71l add pca954x muxesPatrick Venture2021-06-161-3/+8
* arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell2021-06-031-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-051-5/+0Star
|\
| * Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture2021-05-011-0/+62
* | aspeed: Add support for the rainier-bmc boardCédric Le Goater2021-05-011-0/+79
* | aspeed: Deprecate the swift-bmc machineCédric Le Goater2021-05-011-0/+3
* | aspeed/smc: Use the RAM memory region for DMAsCédric Le Goater2021-05-011-1/+1
|/
* arm: do not use ram_size globalPaolo Bonzini2020-12-101-4/+4
* aspeed: g220a-bmc: Add an FRUJohn Wang2020-12-101-0/+12
* aspeed: Add support for the g220a-bmc boardJohn Wang2020-12-101-0/+60
* hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1Philippe Mathieu-Daudé2020-10-261-0/+20
* hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater2020-09-181-2/+43
* hw/arm/aspeed: Add board model for Supermicro X11 BMCErik Smit2020-09-011-0/+35
* aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost2020-08-271-2/+2
* Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell2020-07-201-40/+42
|\
| * hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-29/+29
| * hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2020-07-161-4/+6
| * hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2020-07-161-2/+2
| * hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2020-07-161-35/+35
* | hw/arm/aspeed: Do not create and attach empty SD cards by defaultPhilippe Mathieu-Daudé2020-07-131-4/+5
|/
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-12/+12
* hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé2020-06-261-4/+9
* hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé2020-06-261-4/+7
* hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé2020-06-261-10/+10
* hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé2020-06-261-3/+3
* arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster2020-06-231-6/+6
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-4/+4
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+1Star
* qom: Tidy up a few object_initialize_child() callsMarkus Armbruster2020-06-151-1/+1
* ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-3/+4
* arm/aspeed: Rework NIC attachmentCédric Le Goater2020-06-151-0/+13
* arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater2020-06-151-5/+24
* hw/arm/aspeed: Correct DRAM container region sizePhilippe Mathieu-Daudé2020-06-091-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-1/+1