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