summaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/chip.h')
-rw-r--r--src/soc/intel/skylake/chip.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h
index 7014a2e60b..39e5056bca 100644
--- a/src/soc/intel/skylake/chip.h
+++ b/src/soc/intel/skylake/chip.h
@@ -152,7 +152,12 @@ struct soc_intel_skylake_config {
* 2 = FixedHigh
* 3 = Enabled
*/
- u8 SaGv;
+ enum {
+ SaGv_Disabled,
+ SaGv_FixedLow,
+ SaGv_FixedHigh,
+ SaGv_Enabled,
+ } SaGv;
/* Enable/disable Rank Margin Tool */
u8 Rmt;