summaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater1-18/+36
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater1-0/+106