diff options
| author | Peter Maydell | 2019-02-01 15:55:43 +0100 |
|---|---|---|
| committer | Peter Maydell | 2019-02-01 15:55:43 +0100 |
| commit | 5aeb36896600ff92aee1083ed17e80f069befb93 (patch) | |
| tree | 306ba784eb755b101d8a7c0b887bb537aa9a63a7 /hw/misc/Makefile.objs | |
| parent | hw/arm/armsse: Add unimplemented-device stub for CPU local control registers (diff) | |
| download | qemu-5aeb36896600ff92aee1083ed17e80f069befb93.tar.gz qemu-5aeb36896600ff92aee1083ed17e80f069befb93.tar.xz qemu-5aeb36896600ff92aee1083ed17e80f069befb93.zip | |
hw/misc/armsse-cpuid: Implement SSE-200 CPU_IDENTITY register block
The SSE-200 has a CPU_IDENTITY register block, which is a set of
read-only registers. As well as the usual PID/CID registers, there
is a single CPUID register which indicates whether the CPU is CPU 0
or CPU 1. Implement a model of this register block.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190121185118.18550-20-peter.maydell@linaro.org
Diffstat (limited to 'hw/misc/Makefile.objs')
| -rw-r--r-- | hw/misc/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index 04f3bfa516..74c91d250c 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -69,6 +69,7 @@ obj-$(CONFIG_TZ_PPC) += tz-ppc.o obj-$(CONFIG_IOTKIT_SECCTL) += iotkit-secctl.o obj-$(CONFIG_IOTKIT_SYSCTL) += iotkit-sysctl.o obj-$(CONFIG_IOTKIT_SYSINFO) += iotkit-sysinfo.o +obj-$(CONFIG_ARMSSE_CPUID) += armsse-cpuid.o obj-$(CONFIG_PVPANIC) += pvpanic.o obj-$(CONFIG_AUX) += auxbus.o |
