|
From: | Richard Henderson |
Subject: | Re: [Qemu-arm] [Qemu-devel] [PATCH 19/23] hw/misc/armsse-cpuid: Implement SSE-200 CPU_IDENTITY register block |
Date: | Mon, 28 Jan 2019 08:26:46 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 1/21/19 10:51 AM, Peter Maydell wrote: > 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 <address@hidden> > --- > hw/misc/Makefile.objs | 1 + > include/hw/misc/armsse-cpuid.h | 41 ++++++++++ > hw/misc/armsse-cpuid.c | 134 ++++++++++++++++++++++++++++++++ > MAINTAINERS | 2 + > default-configs/arm-softmmu.mak | 1 + > hw/misc/trace-events | 4 + > 6 files changed, 183 insertions(+) > create mode 100644 include/hw/misc/armsse-cpuid.h > create mode 100644 hw/misc/armsse-cpuid.c Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |