summaryrefslogtreecommitdiffstats
path: root/hw/misc/aspeed_sdmc.c
Commit message (Expand)AuthorAgeFilesLines
* aspeed/sdmc: Add trace eventsCédric Le Goater2022-02-261-0/+2
* aspeed/sdmc: Simplify calculation of RAM bitsCédric Le Goater2020-09-011-54/+25Star
* aspeed/sdmc: Allow writes to unprotected registersJoel Stanley2020-09-011-0/+27
* aspeed/sdmc: Perform memory trainingJoel Stanley2020-09-011-2/+17
* hw/misc/aspeed_sdmc: Fix incorrect memory sizePhilippe Mathieu-Daudé2020-07-271-3/+4
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-2/+1Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* aspeed: sdmc: Implement AST2600 locking behaviourJoel Stanley2020-05-111-10/+45
* arm/aspeed: actually check RAM sizeIgor Mammedov2020-02-191-19/+64
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* aspeed/sdmc: Make ast2600 default 1GJoel Stanley2019-12-161-3/+3
* aspeed/sdmc: Add AST2600 supportJoel Stanley2019-10-151-0/+82
* aspeed/sdmc: Introduce an object class per SoCCédric Le Goater2019-10-151-63/+105
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-161-0/+3
* aspeed_sdmc: Handle ECC trainingJoel Stanley2018-08-161-0/+9
* aspeed_sdmc: Init status always idleJoel Stanley2018-08-161-0/+15
* aspeed_sdmc: Set 'cache initial sequence' always trueJoel Stanley2018-08-161-0/+1
* aspeed_sdmc: Fix saved valuesJoel Stanley2018-08-161-19/+8Star
* Fix ast2500 protection register emulationHugo Landau2018-02-221-1/+7
* Convert error_report() to warn_report()Alistair Francis2017-07-131-4/+4
* aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater2016-12-271-0/+3
* aspeed: add a ram_size property to the memory controllerCédric Le Goater2016-09-221-10/+13
* aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater2016-09-221-8/+9
* aspeed: calculate the RAM size bits at realize timeCédric Le Goater2016-09-221-2/+14
* aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater2016-09-221-0/+1
* ast2400: add a memory controller device modelCédric Le Goater2016-09-061-0/+263