From 34f994257be5b0384bbfd1fc73a6fff9c116b3e2 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 3 Dec 2020 14:10:47 +0000 Subject: 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 --- include/hw/misc/iotkit-sysinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3