aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/meteorlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/meteorlake/chip.h')
-rw-r--r--src/soc/intel/meteorlake/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/chip.h b/src/soc/intel/meteorlake/chip.h
index 1d335c574e..b6e3ab25b1 100644
--- a/src/soc/intel/meteorlake/chip.h
+++ b/src/soc/intel/meteorlake/chip.h
@@ -325,6 +325,12 @@ struct soc_intel_meteorlake_config {
* Default 0.
*/
uint8_t lan_clk;
+
+ /*
+ * 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_meteorlake_config config_t;