aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/aspeed_sdmc.c
AgeCommit message (Expand)Author
2023-02-07aspeed/sdmc: Drop unnecessary scu includeJoel Stanley
2022-02-26aspeed/sdmc: Add trace eventsCédric Le Goater
2020-09-01aspeed/sdmc: Simplify calculation of RAM bitsCédric Le Goater
2020-09-01aspeed/sdmc: Allow writes to unprotected registersJoel Stanley
2020-09-01aspeed/sdmc: Perform memory trainingJoel Stanley
2020-07-27hw/misc/aspeed_sdmc: Fix incorrect memory sizePhilippe Mathieu-Daudé
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-11aspeed: sdmc: Implement AST2600 locking behaviourJoel Stanley
2020-02-19arm/aspeed: actually check RAM sizeIgor Mammedov
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-16aspeed/sdmc: Make ast2600 default 1GJoel Stanley
2019-10-15aspeed/sdmc: Add AST2600 supportJoel Stanley
2019-10-15aspeed/sdmc: Introduce an object class per SoCCédric Le Goater
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-16aspeed: add a max_ram_size property to the memory controllerCédric Le Goater
2018-08-16aspeed_sdmc: Handle ECC trainingJoel Stanley
2018-08-16aspeed_sdmc: Init status always idleJoel Stanley
2018-08-16aspeed_sdmc: Set 'cache initial sequence' always trueJoel Stanley
2018-08-16aspeed_sdmc: Fix saved valuesJoel Stanley
2018-02-22Fix ast2500 protection register emulationHugo Landau
2017-07-13Convert error_report() to warn_report()Alistair Francis
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater
2016-09-06ast2400: add a memory controller device modelCédric Le Goater