From b794a69ce9b2cbb9d6565cf0f3ac609402ad680a Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Tue, 8 Aug 2017 13:13:51 +0200 Subject: nb/intel/sandybridge/raminit: Add Kconfig option for fuses Add a new Kconfig option to ignore memory fuses that limit the maximum DRAM frequency to be used. The option is disabled by default and should only enabled by experienced users as it might decrease system stability or prevent a successful RAM training. Remove conflicting devicetree settings. Change-Id: I35dd78a02bcaafce8ba522d253c795d7835bacae Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/20907 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Nicola Corna --- src/mainboard/lenovo/l520/devicetree.cb | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/lenovo/l520/devicetree.cb') diff --git a/src/mainboard/lenovo/l520/devicetree.cb b/src/mainboard/lenovo/l520/devicetree.cb index 542b06a9cd..3e1f30852f 100644 --- a/src/mainboard/lenovo/l520/devicetree.cb +++ b/src/mainboard/lenovo/l520/devicetree.cb @@ -15,9 +15,6 @@ chip northbridge/intel/sandybridge register "gpu_panel_power_up_delay" = "0" register "gpu_pch_backlight" = "0x00000000" - # Override fuse bits that hard-code the value to 666 Mhz - register "max_mem_clock_mhz" = "933" - device cpu_cluster 0x0 on chip cpu/intel/socket_rPGA989 device lapic 0x0 on -- cgit v1.2.3