summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/chip.h')
-rw-r--r--src/soc/intel/jasperlake/chip.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h
index 001597e308..18627f6021 100644
--- a/src/soc/intel/jasperlake/chip.h
+++ b/src/soc/intel/jasperlake/chip.h
@@ -403,6 +403,18 @@ struct soc_intel_jasperlake_config {
*/
uint8_t RampDown;
+ /*
+ * It controls below soc variables
+ *
+ * PchFivrExtV1p05RailEnabledStates
+ * PchFivrExtVnnRailSxEnabledStates
+ * PchFivrExtVnnRailEnabledStates
+ *
+ * If your platform does not support external vnn power rail please set to 1
+ * 1: Disabled ; 0: Enabled
+ */
+ bool disable_external_bypass_vr;
+
};
typedef struct soc_intel_jasperlake_config config_t;