aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-01aspeed: introduce a configurable number of CPU per machineCédric Le Goater1-2/+5
2019-07-01aspeed: add a per SoC mapping for the memory spaceCédric Le Goater1-4/+4
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-24hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+3
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2019-05-07arm: aspeed: Set SDRAM sizeJoel Stanley1-0/+8
2019-04-29hw/arm/aspeed: Use TYPE_TMP105/TYPE_PCA9552 instead of hardcoded stringPhilippe Mathieu-Daudé1-4/+9
2019-02-27i2c: Split smbus into partsCorey Minyard1-1/+1
2018-11-28hw/arm/aspeed: Fix build issue with clang 3.4Thomas Huth1-2/+2
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater1-142/+70
2018-09-25hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater1-1/+1
2018-08-16aspeed: add a max_ram_size property to the memory controllerCédric Le Goater1-0/+31
2018-06-08aspeed: add the pc9552 chips to the witherspoon machineCédric Le Goater1-0/+4
2018-06-08aspeed: Add EEPROM I2C devicesCédric Le Goater1-0/+13
2018-06-08aspeed: add an I2C RTC device to all machinesCédric Le Goater1-0/+19
2018-06-08aspeed: add support for the witherspoon-bmc boardCédric Le Goater1-0/+49
2018-06-08aspeed: remove ignore_memory_transaction_failures on all boardsCédric Le Goater1-3/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell1-1/+1
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley1-0/+9
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell1-0/+3
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-1/+1
2017-06-20aspeed: use {set, get}_uint() for "ram-size" propertyMarc-André Lureau1-4/+4
2017-06-13aspeed: add a temp sensor device on I2C bus 3Cédric Le Goater1-0/+9
2017-06-02aspeed: add some I2C devices to the Aspeed machinesCédric Le Goater1-0/+27
2017-02-10aspeed: remove useless comment on controller segment sizeCédric Le Goater1-5/+3
2017-02-10aspeed: check for negative values returned by blk_getlength()Cédric Le Goater1-2/+12
2017-01-20aspeed: use first FMC flash as a boot ROMCédric Le Goater1-0/+41
2016-12-27aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater1-0/+6
2016-12-27aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater1-1/+1
2016-12-27aspeed: add support for the romulus-bmc boardCédric Le Goater1-0/+44
2016-12-27aspeed: extend the board configuration with flash modelsCédric Le Goater1-4/+16
2016-10-17aspeed: extend the number of host SPI controllersCédric Le Goater1-1/+1
2016-10-17aspeed: rename the smc object to fmcCédric Le Goater1-1/+1
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater1-5/+13
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater1-0/+2
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater1-1/+0
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater1-0/+37
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater1-1/+14
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater1-4/+18