aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/mps2-scc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15hw/misc/mps2-scc: Make changes needed for AN536 FPGA imagePeter Maydell1-10/+91
2024-02-15hw/misc/mps2-scc: Factor out which-board conditionalsPeter Maydell1-14/+31
2024-02-15hw/misc/mps2-scc: Fix condition for CFG3 registerPeter Maydell1-1/+1
2023-12-30hw/misc: Constify VMStateRichard Henderson1-1/+1
2023-11-27hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize()Philippe Mathieu-Daudé1-0/+8
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell1-3/+10
2021-03-08hw/misc/mps2-scc: Implement changes for AN547Peter Maydell1-6/+9
2021-03-08hw/arm/mps2: Update old infocenter.arm.com URLsPeter Maydell1-1/+1
2021-03-06hw/misc/mps2-scc: Implement CFG_REG5 and CFG_REG6 for MPS3 AN524Peter Maydell1-2/+69
2021-03-06hw/misc/mps2-scc: Support configurable number of OSCCLK valuesPeter Maydell1-11/+13
2020-10-26hw/misc/mps2-scc: Use the LED devicePhilippe Mathieu-Daudé1-11/+16
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
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-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-07-31hw/mps2_scc: fix incorrect propertiesPhilippe Mathieu-Daudé1-2/+2
2017-07-17hw/misc/mps2_scc: Implement MPS2 Serial Communication ControllerPeter Maydell1-0/+310