Disable CPU PCIe clock req messaging
Change-Id: I7936a770463d150b5310b89a4ab577d8c9aacc98
This commit is contained in:
@@ -212,6 +212,9 @@ static void soc_memory_init_params(FSP_M_CONFIG *m_cfg,
|
|||||||
dev = pcidev_path_on_root(SA_DEVFN_CPU_PCIE);
|
dev = pcidev_path_on_root(SA_DEVFN_CPU_PCIE);
|
||||||
m_cfg->CpuPcieRpEnableMask = dev && dev->enabled;
|
m_cfg->CpuPcieRpEnableMask = dev && dev->enabled;
|
||||||
|
|
||||||
|
/* Disable clock req messaging */
|
||||||
|
m_cfg->CpuPcieRpClockReqMsgEnable = 0;
|
||||||
|
|
||||||
/* Change TmeEnable UPD value according to INTEL_TME Kconfig */
|
/* Change TmeEnable UPD value according to INTEL_TME Kconfig */
|
||||||
m_cfg->TmeEnable = CONFIG(INTEL_TME);
|
m_cfg->TmeEnable = CONFIG(INTEL_TME);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user