summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x11-lga1151-series
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-12-04 13:52:11 +0100
committerPatrick Rudolph <siro@das-labor.org>2019-12-25 09:40:24 +0000
commit7a70a46ecc30decffbea0bb3ef8fee54b155c1cc (patch)
tree77a5d06fe2605da3cc3317429019f14f83dd5459 /src/mainboard/supermicro/x11-lga1151-series
parentb824f7dbae82f9dba336b2f29f2f9ed9b3e617aa (diff)
downloadcoreboot-7a70a46ecc30decffbea0bb3ef8fee54b155c1cc.tar.xz
mb/supermicro/x11-lga1151-series: Remove default devicetree values
The same default values are used if the values are not present in devicetree. Change-Id: Ic910cdc8077e1b3e98eadc77a2d1fa0f9cb38e5b Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37467 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/mainboard/supermicro/x11-lga1151-series')
-rw-r--r--src/mainboard/supermicro/x11-lga1151-series/devicetree.cb57
1 files changed, 0 insertions, 57 deletions
diff --git a/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb b/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb
index b58fbf1470..ee7c932dd8 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb
+++ b/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb
@@ -95,63 +95,6 @@ chip soc/intel/skylake
register "PmConfigSlpSusMinAssert" = "SLP_SUS_MIN_ASSERT_4S"
register "PmConfigSlpAMinAssert" = "SLP_A_MIN_ASSERT_2S"
- # VR Settings Configuration for 4 Domains
- # ICC_MAX = 0 (Auto)
- # Voltage limit 1.52V (not used on KBL-S and KBL-DT)
- # Disable PS4 powerstate in S0ix, thus no package C10 support
- # psi threshold is using FSP default values
- register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
- .vr_config_enable = 1, \
- .psi1threshold = VR_CFG_AMP(20),
- .psi2threshold = VR_CFG_AMP(5),
- .psi3threshold = VR_CFG_AMP(1),
- .psi3enable = 1, \
- .psi4enable = 0, \
- .imon_slope = 0x0, \
- .imon_offset = 0x0, \
- .icc_max = 0, \
- .voltage_limit = 1520 \
- }"
-
- register "domain_vr_config[VR_IA_CORE]" = "{
- .vr_config_enable = 1, \
- .psi1threshold = VR_CFG_AMP(20),
- .psi2threshold = VR_CFG_AMP(5),
- .psi3threshold = VR_CFG_AMP(1),
- .psi3enable = 1, \
- .psi4enable = 0, \
- .imon_slope = 0x0, \
- .imon_offset = 0x0, \
- .icc_max = 0, \
- .voltage_limit = 1520 \
- }"
-
- register "domain_vr_config[VR_GT_UNSLICED]" = "{
- .vr_config_enable = 1, \
- .psi1threshold = VR_CFG_AMP(20),
- .psi2threshold = VR_CFG_AMP(5),
- .psi3threshold = VR_CFG_AMP(1),
- .psi3enable = 1, \
- .psi4enable = 0, \
- .imon_slope = 0x0, \
- .imon_offset = 0x0, \
- .icc_max = 0 ,\
- .voltage_limit = 1520 \
- }"
-
- register "domain_vr_config[VR_GT_SLICED]" = "{
- .vr_config_enable = 1, \
- .psi1threshold = VR_CFG_AMP(20),
- .psi2threshold = VR_CFG_AMP(5),
- .psi3threshold = VR_CFG_AMP(1),
- .psi3enable = 1, \
- .psi4enable = 0, \
- .imon_slope = 0x0, \
- .imon_offset = 0x0, \
- .icc_max = 0, \
- .voltage_limit = 1520 \
- }"
-
# No extra VR mailbox command
register "SendVrMbxCmd" = "0"