aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/aspeed_scu.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18misc: aspeed_scu: Update AST2600 silicon id registerJoel Stanley1-1/+6
2020-09-01aspeed/sdmc: Perform memory trainingJoel Stanley1-1/+1
2020-09-01aspeed/scu: Fix valid access size on AST2400Cédric Le Goater1-3/+4
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley1-6/+5
2020-02-21aspeed/scu: Implement chip ID registerJoel Stanley1-0/+13
2020-02-21aspeed/scu: Create separate write callbacksJoel Stanley1-23/+57
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-16aspeed/scu: Fix W1C behaviorJoel Stanley1-5/+14
2019-10-15aspeed/sdmc: Add AST2600 supportJoel Stanley1-0/+2
2019-10-15hw: aspeed_scu: Add AST2600 supportJoel Stanley1-7/+185
2019-09-13aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater1-16/+9
2019-09-13aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater1-36/+47
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
2019-05-22aspeed/scu: Use qemu_guest_getrandom_nofailRichard Henderson1-8/+2
2018-07-16aspeed: Implement write-1-{set, clear} for AST2500 strappingAndrew Jeffery1-2/+17
2018-06-26aspeed/scu: introduce clock frequenciesCédric Le Goater1-0/+106
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley1-0/+20
2018-02-22Fix ast2500 protection register emulationHugo Landau1-1/+5
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley1-2/+3
2016-12-27aspeed/scu: fix SCU region sizeCédric Le Goater1-1/+1
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater1-0/+2
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater1-1/+44
2016-07-14ast2400: externalize revision numbersCédric Le Goater1-3/+1
2016-07-14hw/misc: fix typo in Aspeed SCU hw-strap2 property nameCédric Le Goater1-1/+1
2016-06-28misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar1-0/+1
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery1-0/+283