Revert "mb/google/hatch: Override CPU flex ratio"
This reverts commit a017e5fb3d
.
Reason for revert: The extra reset in the FSP after the flex ratio is changed causes recovery reasons to be lost. There are some vboot changes that recently landed that could help with this issue, but for now, we are working on a new AU image for Kohaku and this is causing our automated testing to fail.
Change-Id: Ic38b390842e2a533033587b3247b7c8d982b1dff
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38324
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
4aab4abfa2
commit
ca15430bf7
|
@ -197,9 +197,6 @@ chip soc/intel/cannonlake
|
||||||
register "gpio_pm[COMM_3]" = "0"
|
register "gpio_pm[COMM_3]" = "0"
|
||||||
register "gpio_pm[COMM_4]" = "0"
|
register "gpio_pm[COMM_4]" = "0"
|
||||||
|
|
||||||
# CPU Ratio Override
|
|
||||||
register "cpu_ratio_override" = "15"
|
|
||||||
|
|
||||||
# chipset_lockdown configuration
|
# chipset_lockdown configuration
|
||||||
# Use below format to override value in overridetree.cb if required
|
# Use below format to override value in overridetree.cb if required
|
||||||
# format:
|
# format:
|
||||||
|
|
Loading…
Reference in New Issue