]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc/iotkit-secctl: Arm IoT Kit security controller initial skeleton
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2018 10:45:39 +0000 (10:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Mar 2018 11:03:45 +0000 (11:03 +0000)
commitde343bb632a123d7c2286e62267d6866a6b9e5f3
treea778c97d89f633b2f29904097f11a8285f870f67
parent9eb8040c2d2b38e1a40bb6129b1b668fa178fcab
hw/misc/iotkit-secctl: Arm IoT Kit security controller initial skeleton

The Arm IoT Kit includes a "security controller" which is largely a
collection of registers for controlling the PPCs and other bits of
glue in the system.  This commit provides the initial skeleton of the
device, implementing just the ID registers, and a couple of read-only
read-as-zero registers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180220180325.29818-16-peter.maydell@linaro.org
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/iotkit-secctl.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/misc/iotkit-secctl.h [new file with mode: 0644]