diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/cannonlake/romstage/romstage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/romstage/romstage.c b/src/soc/intel/cannonlake/romstage/romstage.c index 483f44b9d0..a9ad1d804e 100644 --- a/src/soc/intel/cannonlake/romstage/romstage.c +++ b/src/soc/intel/cannonlake/romstage/romstage.c @@ -71,6 +71,8 @@ static void soc_memory_init_params(FSP_M_CONFIG *m_cfg, const config_t *config) unsigned int i; uint32_t mask = 0; + /* Set IGD stolen size to 64MB. */ + m_cfg->IgdDvmt50PreAlloc = 2; m_cfg->TsegSize = CONFIG_SMM_TSEG_SIZE; m_cfg->IedSize = CONFIG_IED_REGION_SIZE; m_cfg->SaGv = config->SaGv; |