[coreboot-gerrit] Patch set updated for coreboot: mainboard/asus/kgpe-d16: Update NB VDD upper voltage limit

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Fri Nov 20 22:40:18 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12507

-gerrit

commit e048f0f54af797afb898bd5bd27bf99711367453
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Nov 20 14:51:50 2015 -0600

    mainboard/asus/kgpe-d16: Update NB VDD upper voltage limit
    
    Certain older Opteron processors use a higher (+1.2V) northbridge
    voltage.  The existing code assumed the use of +1.1V northbridge
    voltages and threw an alert when the older Opterons were installed.
    
    Update the permissible NB voltage range to include both the 1.1V
    and 1.2V Opteron processors.
    
    Change-Id: I35c90f37d180f59c53d0d2bf3ff0eaf985b26da3
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kgpe-d16/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb
index abe6d16..ef7277d 100644
--- a/src/mainboard/asus/kgpe-d16/devicetree.cb
+++ b/src/mainboard/asus/kgpe-d16/devicetree.cb
@@ -149,7 +149,7 @@ chip northbridge/amd/amdfam10/root_complex	# Root complex
 							register "vsen5_low_limit_mv" = "1150"		# VSEN5 (Node 0 HT link voltage) low limit to 1.15V
 							register "vsen6_high_limit_mv" = "1250"		# VSEN6 (Node 1 HT link voltage) high limit to 1.25V
 							register "vsen6_low_limit_mv" = "1150"		# VSEN6 (Node 1 HT link voltage) low limit to 1.15V
-							register "vsen7_high_limit_mv" = "1150"		# VSEN7 (Northbridge core voltage) high limit to 1.15V
+							register "vsen7_high_limit_mv" = "1250"		# VSEN7 (Northbridge core voltage) high limit to 1.25V
 							register "vsen7_low_limit_mv" = "1050"		# VSEN7 (Northbridge core voltage) low limit to 1.05V
 							register "vsen8_high_limit_mv" = "1900"		# VSEN8 (+1.8V) high limit to 1.9V
 							register "vsen8_low_limit_mv" = "1700"		# VSEN8 (+1.8V) low limit to 1.7V



More information about the coreboot-gerrit mailing list