build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28564 )
Change subject: mb/google/kahlee/variants/baseboard: Set STAPM percentage ......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/#/c/28564/3/src/mainboard/google/kahlee/variants... File src/mainboard/google/kahlee/variants/baseboard/OemCustomize.c:
https://review.coreboot.org/#/c/28564/3/src/mainboard/google/kahlee/variants... PS3, Line 161: PlatStapmConfig.CfgStapmScalar = cfg->stapm_percent; Avoid multiple line dereference - prefer 'InitEarly->PlatformConfig.PlatStapmConfig.CfgStapmScalar'
https://review.coreboot.org/#/c/28564/3/src/mainboard/google/kahlee/variants... PS3, Line 164: PlatStapmConfig.CfgStapmTimeConstant = cfg->stapm_time; Avoid multiple line dereference - prefer 'InitEarly->PlatformConfig.PlatStapmConfig.CfgStapmTimeConstant'