summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/alderlake/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h
index c3034ca2a3..040b3d131d 100644
--- a/src/soc/intel/alderlake/chip.h
+++ b/src/soc/intel/alderlake/chip.h
@@ -42,6 +42,13 @@ struct ibecc_config {
/* add ECC error injection if needed by a mainboard */
};
+/* FSPM UPD for setting the boot frequency */
+enum fspm_boot_freq {
+ MAX_BATTERY_PERFORMANCE,
+ MAX_NONTURBO_PERFORMANCE,
+ TURBO_PERFORMANCE
+};
+
/* Types of different SKUs */
enum soc_intel_alderlake_power_limits {
ADL_P_142_242_282_15W_CORE,