summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/spr/soc_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/spr/soc_util.c')
-rw-r--r--src/soc/intel/xeon_sp/spr/soc_util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/spr/soc_util.c b/src/soc/intel/xeon_sp/spr/soc_util.c
index a2516dfef848..344fa5b3399c 100644
--- a/src/soc/intel/xeon_sp/spr/soc_util.c
+++ b/src/soc/intel/xeon_sp/spr/soc_util.c
@@ -78,6 +78,11 @@ bool is_ubox_stack_res(const STACK_RES *res)
return res->Personality == TYPE_UBOX;
}
+bool is_ioat_iio_stack_res(const STACK_RES *res)
+{
+ return res->Personality == TYPE_DINO;
+}
+
/*
* Given a stack resource, figure out whether the corresponding stack has
* CXL device.