]> git.proxmox.com Git - mirror_qemu.git/commit - default-configs/arm-softmmu.mak
hw/misc/armsse-cpuid: Implement SSE-200 CPU_IDENTITY register block
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 14:55:43 +0000 (14:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 14:55:43 +0000 (14:55 +0000)
commit5aeb36896600ff92aee1083ed17e80f069befb93
tree306ba784eb755b101d8a7c0b887bb537aa9a63a7
parentc1f572579eefe18e56c7135e2a7c0698f0488b92
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
MAINTAINERS
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/armsse-cpuid.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/misc/armsse-cpuid.h [new file with mode: 0644]