aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/chip.h')
-rw-r--r--src/soc/intel/xeon_sp/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/chip.h b/src/soc/intel/xeon_sp/chip.h
index 9388ba5407..94726f35eb 100644
--- a/src/soc/intel/xeon_sp/chip.h
+++ b/src/soc/intel/xeon_sp/chip.h
@@ -76,6 +76,12 @@ struct soc_intel_xeon_sp_config {
uint32_t vtd_support;
uint32_t coherency_support;
uint32_t ats_support;
+
+ /* Generic IO decode ranges */
+ uint32_t gen1_dec;
+ uint32_t gen2_dec;
+ uint32_t gen3_dec;
+ uint32_t gen4_dec;
};
extern struct chip_operations soc_intel_xeon_sp_ops;