summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* aspeed: Add support for the sonorapass-bmc boardPatrick Williams2020-05-141-0/+78
* aspeed: Support AST2600A1 silicon revisionJoel Stanley2020-05-111-4/+4
* aspeed: Add boot stub for smp bootingJoel Stanley2020-05-111-0/+65
* arm/aspeed: use memdev for RAMIgor Mammedov2020-02-191-3/+2Star
* arm/aspeed: actually check RAM sizeIgor Mammedov2020-02-191-8/+5Star
* hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater2020-01-301-5/+39
* hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery2020-01-301-9/+17
* hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery2020-01-301-1/+1
* aspeed: Add support for the tacoma-bmc boardCédric Le Goater2019-12-161-0/+28
* aspeed: Remove AspeedBoardConfig array and use AspeedMachineClassCédric Le Goater2019-12-161-104/+127
* aspeed: Add an AST2600 eval boardCédric Le Goater2019-10-241-0/+23
* aspeed: Introduce an object class per SoCCédric Le Goater2019-10-151-2/+2
* hw/sd/aspeed_sdhci: New deviceEddie James2019-10-151-1/+14
* aspeed/smc: Add support for DMAsCédric Le Goater2019-09-131-0/+2
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-4/+1Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* hw/arm: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+1
* aspeed: Add support for the swift-bmc boardAdriana Kobylak2019-07-011-0/+50
* aspeed: add a RAM memory region containerCédric Le Goater2019-07-011-4/+9
* aspeed: remove the "ram" linkCédric Le Goater2019-07-011-2/+0Star
* aspeed: introduce a configurable number of CPU per machineCédric Le Goater2019-07-011-2/+5
* aspeed: add a per SoC mapping for the memory spaceCédric Le Goater2019-07-011-4/+4
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+3
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* arm: aspeed: Set SDRAM sizeJoel Stanley2019-05-071-0/+8
* hw/arm/aspeed: Use TYPE_TMP105/TYPE_PCA9552 instead of hardcoded stringPhilippe Mathieu-Daudé2019-04-291-4/+9
* i2c: Split smbus into partsCorey Minyard2019-02-281-1/+1
* hw/arm/aspeed: Fix build issue with clang 3.4Thomas Huth2018-11-281-2/+2
* hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater2018-09-251-142/+70Star
* hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater2018-09-251-1/+1
* aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-161-0/+31
* aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater2018-06-081-0/+4
* aspeed: Add EEPROM I2C devicesCédric Le Goater2018-06-081-0/+13
* aspeed: add an I2C RTC device to all machinesCédric Le Goater2018-06-081-0/+19
* aspeed: add support for the witherspoon-bmc boardCédric Le Goater2018-06-081-0/+49
* aspeed: remove ignore_memory_transaction_failures on all boardsCédric Le Goater2018-06-081-3/+0Star
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell2018-04-261-1/+1
* hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley2017-11-201-0/+9
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+3
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-1/+1
* aspeed: use {set, get}_uint() for "ram-size" propertyMarc-André Lureau2017-06-201-4/+4
* aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater2017-06-131-0/+9
* aspeed: add some I2C devices to the Aspeed machinesCédric Le Goater2017-06-021-0/+27
* aspeed: remove useless comment on controller segment sizeCédric Le Goater2017-02-101-5/+3Star
* aspeed: check for negative values returned by blk_getlength()Cédric Le Goater2017-02-101-2/+12