mb/lenovo/g505s: Fix typos
Change-Id: I38fdc8ff92cffe467b2ca176e841bf601be9d24b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38369 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
committed by
Alexander Couzens
parent
891f2bc6c8
commit
e7840af3b7
@@ -100,7 +100,7 @@ static const CODEC_TBL_LIST CodecTableList[] =
|
|||||||
*/
|
*/
|
||||||
static void oem_fan_control(FCH_DATA_BLOCK *FchParams)
|
static void oem_fan_control(FCH_DATA_BLOCK *FchParams)
|
||||||
{
|
{
|
||||||
/* Enable IMC fan control. the recommand way */
|
/* Enable IMC fan control. the recommend way */
|
||||||
if (CONFIG(HUDSON_IMC_FWM)) {
|
if (CONFIG(HUDSON_IMC_FWM)) {
|
||||||
imc_reg_init();
|
imc_reg_init();
|
||||||
|
|
||||||
@@ -156,11 +156,11 @@ static void oem_fan_control(FCH_DATA_BLOCK *FchParams)
|
|||||||
|
|
||||||
/* NOTE:
|
/* NOTE:
|
||||||
* FchInitLateHwm will overwrite the EcStruct with EcDefaultMassege,
|
* FchInitLateHwm will overwrite the EcStruct with EcDefaultMassege,
|
||||||
* AGESA put EcDefaultMassege as global data in ROM, so we can't overwride it.
|
* AGESA put EcDefaultMassege as global data in ROM, so we can't overwrite it.
|
||||||
* so we remove it from AGESA code. Please Seee FchInitLateHwm.
|
* so we remove it from AGESA code. Please See FchInitLateHwm.
|
||||||
*/
|
*/
|
||||||
} else {
|
} else {
|
||||||
/* HWM fan control, the way not recommand */
|
/* HWM fan control, the way not recommend */
|
||||||
FchParams->Imc.ImcEnable = FALSE;
|
FchParams->Imc.ImcEnable = FALSE;
|
||||||
FchParams->Hwm.HwMonitorEnable = TRUE;
|
FchParams->Hwm.HwMonitorEnable = TRUE;
|
||||||
FchParams->Hwm.HwmFchtsiAutoPoll = TRUE;/* 1 enable, 0 disable TSI Auto Polling */
|
FchParams->Hwm.HwmFchtsiAutoPoll = TRUE;/* 1 enable, 0 disable TSI Auto Polling */
|
||||||
|
Reference in New Issue
Block a user