From 02284009afc5375cbece4816cea05242ab5ac8d7 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 14 Jan 2021 16:58:00 +0000 Subject: hw/arm/armsse: Add support for TYPE_SSE_TIMER in ARMSSEDeviceInfo The SSE-300 has four timers of type TYPE_SSE_TIMER; add support in the code for having these in an ARMSSEDeviceInfo array. Signed-off-by: Peter Maydell --- include/hw/arm/armsse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/hw') diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h index 104ba8d26e..533ce329f6 100644 --- a/include/hw/arm/armsse.h +++ b/include/hw/arm/armsse.h @@ -97,6 +97,7 @@ #include "hw/misc/tz-mpc.h" #include "hw/timer/cmsdk-apb-timer.h" #include "hw/timer/cmsdk-apb-dualtimer.h" +#include "hw/timer/sse-timer.h" #include "hw/watchdog/cmsdk-apb-watchdog.h" #include "hw/misc/iotkit-sysctl.h" #include "hw/misc/iotkit-sysinfo.h" @@ -164,6 +165,8 @@ struct ARMSSE { CMSDKAPBWatchdog cmsdk_watchdog[3]; + SSETimer sse_timer[4]; + IoTKitSysCtl sysctl; IoTKitSysCtl sysinfo; -- cgit v1.2.3