Maxim Polyakov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35067 )
Change subject: mb/asrock/h110m: fix VR Settings Configuration info ......................................................................
mb/asrock/h110m: fix VR Settings Configuration info
In accordance with changes in the initialization code for Skylake/Kaby Lake CPU [1], the IccMax is set automatically in vr_config.c
The patch adds a comment about this and fixes invalid parameter values in the VR settings information.
[1] https://review.coreboot.org/c/coreboot/+/34937
Change-Id: I6e1aefde135ffce75a5d837348595aa20aff0513 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M src/mainboard/asrock/h110m/devicetree.cb 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/35067/1
diff --git a/src/mainboard/asrock/h110m/devicetree.cb b/src/mainboard/asrock/h110m/devicetree.cb index 3067ffe..61d3e66 100644 --- a/src/mainboard/asrock/h110m/devicetree.cb +++ b/src/mainboard/asrock/h110m/devicetree.cb @@ -89,9 +89,10 @@ #| Psi4Enable | 1 | 1 | 1 | 1 | 1 | #| ImonSlope | 0 | 0 | 0 | 0 | 0 | #| ImonOffset | 0 | 0 | 0 | 0 | 0 | - #| IccMax | 7A | 34A | 34A | 35A | 35A | - #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V | 1.52V | + #| IccMax* | 0 | 0 | 0 | 0 | 0 | + #| VrVoltageLimit | 0 | 0 | 0 | 0 | 0 | #+----------------+-------+-------+-------------+-------------+-------+ + # * - is set automatically for the KBL-S/KBL-DT CPUs in the vr_config.c register "domain_vr_config[VR_SYSTEM_AGENT]" = "{ .vr_config_enable = 1, \ .psi1threshold = 0x50, \