On Tue, 14 Dec 2021 at 11:04, Francisco Iglesias <[email protected]> wrote: > > Add a model of Versal's PMC SLCR (system-level control registers). > > Signed-off-by: Francisco Iglesias <[email protected]> > Signed-off-by: Edgar E. Iglesias <[email protected]> > --- > hw/misc/meson.build | 5 +- > hw/misc/xlnx-versal-pmc-iou-slcr.c | 1446 > ++++++++++++++++++++++++++++ > include/hw/misc/xlnx-versal-pmc-iou-slcr.h | 78 ++ > 3 files changed, 1528 insertions(+), 1 deletion(-) > create mode 100644 hw/misc/xlnx-versal-pmc-iou-slcr.c > create mode 100644 include/hw/misc/xlnx-versal-pmc-iou-slcr.h
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
