|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH 08/22] hw/misc/iotkit-sysctl: Implement IoTKit system control element |
Date: | Thu, 23 Aug 2018 07:24:22 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 08/20/2018 07:11 AM, Peter Maydell wrote: > The Arm IoTKit includes a system control element which > provides a block of read-only ID registers and a block > of read-write control registers. Implement a minimal > version of this. > > Signed-off-by: Peter Maydell <address@hidden> > --- > hw/misc/Makefile.objs | 1 + > include/hw/misc/iotkit-sysctl.h | 49 ++++++ > hw/misc/iotkit-sysctl.c | 261 ++++++++++++++++++++++++++++++++ > MAINTAINERS | 2 + > default-configs/arm-softmmu.mak | 1 + > hw/misc/trace-events | 7 + > 6 files changed, 321 insertions(+) > create mode 100644 include/hw/misc/iotkit-sysctl.h > create mode 100644 hw/misc/iotkit-sysctl.c Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |