Ronak Kanabar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30917
Change subject: soc/intel/cannonlake: Change in SaGv options ......................................................................
soc/intel/cannonlake: Change in SaGv options
CML,WHL and CFL is not using midfixed option in SaGv so keeping it for CNL and removing it for CML,WHL and CFL.
Change-Id: I754515c2f8e249479c603872c61ac9a006e962ff Signed-off-by: Ronak Kanabar ronak.kanabar@intel.com --- M src/soc/intel/cannonlake/chip.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/30917/1
diff --git a/src/soc/intel/cannonlake/chip.h b/src/soc/intel/cannonlake/chip.h index 6517b9e..11cddc9 100644 --- a/src/soc/intel/cannonlake/chip.h +++ b/src/soc/intel/cannonlake/chip.h @@ -105,7 +105,9 @@ enum { SaGv_Disabled, SaGv_FixedLow, +#if IS_ENABLED(CONFIG_SOC_INTEL_CANNONLAKE_PCH_H) SaGv_FixedMid, +#endif SaGv_FixedHigh, SaGv_Enabled, } SaGv;