soc/intel/meteorlake: Enable MRC Fast Boot
This patch requests FSP to enable the MRC fast boot feature along with FSP v2473. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: If4a621e55c853505f7a702181ae5a70dc56d5b5a Reviewed-on: https://review.coreboot.org/c/coreboot/+/72745 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4456e8a2b6
commit
8dd962b97d
|
@ -124,6 +124,8 @@ static void fill_fspm_mrc_params(FSP_M_CONFIG *m_cfg,
|
|||
{
|
||||
m_cfg->SaGv = config->sagv;
|
||||
m_cfg->RMT = config->rmt;
|
||||
/* Enable MRC Fast Boot */
|
||||
m_cfg->MrcFastBoot = 1;
|
||||
}
|
||||
|
||||
static void fill_fspm_cpu_params(FSP_M_CONFIG *m_cfg,
|
||||
|
|
Loading…
Reference in New Issue