[coreboot-gerrit] Change in ...coreboot[master]: soc/intel/cannonlake: Enable CpuRatio Override

Lijian Zhao (Code Review) gerrit at coreboot.org
Fri Dec 14 01:24:30 CET 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30216


Change subject: soc/intel/cannonlake: Enable CpuRatio Override
......................................................................

soc/intel/cannonlake: Enable CpuRatio Override

CpuRatio Override had been disabled, which will cause system stuck in
fixed frequency.

Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
Change-Id: I3e82293c8b6027ddf9a528d0654fe46f233dcb82
---
M src/soc/intel/cannonlake/romstage/fsp_params.c
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/30216/1

diff --git a/src/soc/intel/cannonlake/romstage/fsp_params.c b/src/soc/intel/cannonlake/romstage/fsp_params.c
index 8f6fa2f..3e0f922 100644
--- a/src/soc/intel/cannonlake/romstage/fsp_params.c
+++ b/src/soc/intel/cannonlake/romstage/fsp_params.c
@@ -45,8 +45,6 @@
 	m_cfg->PcieRpEnableMask = mask;
 	m_cfg->PrmrrSize = config->PrmrrSize;
 	m_cfg->EnableC6Dram = config->enable_c6dram;
-	/* Disable Cpu Ratio Override temporary. */
-	m_cfg->CpuRatio = 0;
 	m_cfg->PcdSerialIoUartNumber = CONFIG_UART_FOR_CONSOLE;
 	/* Disable Vmx if Vt-d is already disabled */
 	if (config->VtdDisable)

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30216
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3e82293c8b6027ddf9a528d0654fe46f233dcb82
Gerrit-Change-Number: 30216
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181214/323d1cb6/attachment.html>


More information about the coreboot-gerrit mailing list