diff options
| author | Peter Maydell | 2021-02-19 15:45:41 +0100 |
|---|---|---|
| committer | Peter Maydell | 2021-03-08 18:20:01 +0100 |
| commit | 407664539d76523222a4a4a3ef273645593f75b2 (patch) | |
| tree | 75b7e7f77a40bc782a8ef9fbca13c5531345928e /include/hw/misc | |
| parent | hw/misc/iotkit-secctl.c: Implement SSE-300 PID register values (diff) | |
| download | qemu-407664539d76523222a4a4a3ef273645593f75b2.tar.gz qemu-407664539d76523222a4a4a3ef273645593f75b2.tar.xz qemu-407664539d76523222a4a4a3ef273645593f75b2.zip | |
hw/misc/iotkit-sysinfo.c: Implement SSE-300 PID register values
The version of the SYSINFO Register Block in the SSE-300 has
different CIDR/PIDR register values to the SSE-200; pass in
the sse-version property and use it to select the correct
ID register values.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210219144617.4782-9-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/misc')
| -rw-r--r-- | include/hw/misc/iotkit-sysinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/iotkit-sysinfo.h b/include/hw/misc/iotkit-sysinfo.h index 055771d209..91bd14bdbf 100644 --- a/include/hw/misc/iotkit-sysinfo.h +++ b/include/hw/misc/iotkit-sysinfo.h @@ -38,6 +38,7 @@ struct IoTKitSysInfo { /* Properties */ uint32_t sys_version; uint32_t sys_config; + uint32_t sse_version; }; #endif |
