summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* aspeed: use first FMC flash as a boot ROMCédric Le Goater2017-01-201-0/+41
* aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater2016-12-271-0/+6
* aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater2016-12-271-1/+1
* aspeed: add support for the romulus-bmc boardCédric Le Goater2016-12-271-0/+44
* aspeed: extend the board configuration with flash modelsCédric Le Goater2016-12-271-4/+16
* aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-171-1/+1
* aspeed: rename the smc object to fmcCédric Le Goater2016-10-171-1/+1
* aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater2016-09-221-5/+13
* aspeed: add a ram_size property to the memory controllerCédric Le Goater2016-09-221-0/+2
* palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater2016-09-221-1/+0Star
* arm: add support for an ast2500 evaluation boardCédric Le Goater2016-09-221-0/+37
* hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater2016-09-221-1/+14
* palmetto-bmc: add board specific configurationCédric Le Goater2016-09-221-4/+18
* palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater2016-09-221-18/+36
* palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater2016-09-221-0/+106