summary refs log tree commit diff stats
path: root/hw/misc/aspeed_scu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/misc/aspeed_scu: Handle AST2600 protection key registers correctlyTan Siewert2025-07-031-2/+14
* hw/misc/aspeed_scu: Support the Frequency Counter Control register for AST2700Jamin Lin2025-07-031-0/+6
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-7/+7
* hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600Joel Stanley2025-04-011-2/+2
* hw/misc/aspeed_scu: Set MemoryRegionOps::impl::access_size to 32-bitPhilippe Mathieu-Daudé2025-04-011-0/+12
* hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon RevisionsJamin Lin2025-03-091-0/+2
* hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer for AST2700Jamin Lin2025-03-091-2/+1
* hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AS...Jamin Lin2025-03-091-2/+1
* hw/misc/aspeed_scu: Skipping dram_init in u-bootJamin Lin2025-03-091-0/+2
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/misc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-5/+5
* aspeed/scu: Add AST2700 supportJamin Lin2024-06-161-1/+305
* hw/misc: Constify VMStateRichard Henderson2023-12-301-1/+1
* aspeed/scu: Add trace events for read opsCédric Le Goater2022-06-301-0/+2
* aspeed/scu: Add AST1030 supportSteven Lee2022-05-021-0/+63
* hw: aspeed_scu: Introduce clkin_25Mhz attributeSteven Lee2022-05-021-1/+5
* hw: aspeed_scu: Add AST2600 apb_freq and hpll calculation functionSteven Lee2022-05-021-1/+38
* hw/arm/aspeed: Initialize AST2600 UART clock selection registersPeter Delevoryas2021-09-201-0/+4
* aspeed: Emulate the AST2600A3Joel Stanley2021-09-201-7/+29
* misc: aspeed_scu: Update AST2600 silicon id registerJoel Stanley2020-09-181-1/+6
* aspeed/sdmc: Perform memory trainingJoel Stanley2020-09-011-1/+1
* aspeed/scu: Fix valid access size on AST2400Cédric Le Goater2020-09-011-3/+4
* aspeed: Support AST2600A1 silicon revisionJoel Stanley2020-05-111-6/+5
* aspeed/scu: Implement chip ID registerJoel Stanley2020-02-211-0/+13
* aspeed/scu: Create separate write callbacksJoel Stanley2020-02-211-23/+57
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* aspeed/scu: Fix W1C behaviorJoel Stanley2019-12-161-5/+14
* aspeed/sdmc: Add AST2600 supportJoel Stanley2019-10-151-0/+2
* hw: aspeed_scu: Add AST2600 supportJoel Stanley2019-10-151-7/+185
* aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater2019-09-131-16/+9
* aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater2019-09-131-36/+47
* 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/scu: Use qemu_guest_getrandom_nofailRichard Henderson2019-05-221-8/+2
* aspeed: Implement write-1-{set, clear} for AST2500 strappingAndrew Jeffery2018-07-161-2/+17
* aspeed/scu: introduce clock frequenciesCédric Le Goater2018-06-261-0/+106
* aspeed_scu: Implement RNG registerJoel Stanley2018-06-151-0/+20
* Fix ast2500 protection register emulationHugo Landau2018-02-221-1/+5
* hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley2017-11-201-2/+3
* aspeed/scu: fix SCU region sizeCédric Le Goater2016-12-271-1/+1
* aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater2016-12-271-0/+2
* aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater2016-09-221-1/+44
* ast2400: externalize revision numbersCédric Le Goater2016-07-141-3/+1
* hw/misc: fix typo in Aspeed SCU hw-strap2 property nameCédric Le Goater2016-07-141-1/+1
* misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar2016-06-281-0/+1
* hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery2016-06-271-0/+283