summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/chip.h')
-rw-r--r--src/soc/intel/alderlake/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h
index f54cac2c42..06d1ef5ef4 100644
--- a/src/soc/intel/alderlake/chip.h
+++ b/src/soc/intel/alderlake/chip.h
@@ -637,6 +637,12 @@ struct soc_intel_alderlake_config {
* Set this to 1 in order to disable Package C-state demotion.
*/
bool disable_package_c_state_demotion;
+
+ /*
+ * Enable or Disable Skipping MBP HOB.
+ * Default is set to 0 and set to 1 to skip the MBP HOB.
+ */
+ bool skip_mbp_hob;
};
typedef struct soc_intel_alderlake_config config_t;