Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/22806 )
Change subject: intel/sandybridge: Add RAM voltage hooks
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/22806/1/src/northbridge/intel/sandybridge/r…
File src/northbridge/intel/sandybridge/raminit_common.c:
https://review.coreboot.org/#/c/22806/1/src/northbridge/intel/sandybridge/r…
PS1, Line 3371: void __attribute__((weak)) mainboard_set_dram_voltage(dimm_flags_t flags)
mainboard_set_dram_voltage(const size_t voltage)
where voltage is in units of mV to be compatible with XMP memory profiles that allows overvolting.
The raminit code has to select the voltage and mainboard will set the most suitable.
A future improvement would be a devicetree setting that lists supported dram voltages.
--
To view, visit https://review.coreboot.org/22806
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic714c0717a66089dad4423d4eca5a0a29b7af817
Gerrit-Change-Number: 22806
Gerrit-PatchSet: 1
Gerrit-Owner: Tobias Diedrich <ranma+coreboot(a)tdiedrich.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 10 Dec 2017 18:49:39 +0000
Gerrit-HasComments: Yes
Hello Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22809
to look at the new patch set (#2).
Change subject: mb/lenovo/t400/blc.c: Add a new panel to the list
......................................................................
mb/lenovo/t400/blc.c: Add a new panel to the list
Also adds a comment in the code to clarify what this array is about.
Change-Id: I04b185a5dbd7a7ccb039820f19d2cb549b9a2eac
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/lenovo/t400/blc.c
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/22809/2
--
To view, visit https://review.coreboot.org/22809
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I04b185a5dbd7a7ccb039820f19d2cb549b9a2eac
Gerrit-Change-Number: 22809
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/22809 )
Change subject: mb/lenovo/t400/blc.c: Add a new panel to the list
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/22809/1/src/mainboard/lenovo/t400/blc.c
File src/mainboard/lenovo/t400/blc.c:
https://review.coreboot.org/#/c/22809/1/src/mainboard/lenovo/t400/blc.c@21
PS1, Line 21: * This contains a list of panels ID and a know well working
known ?
--
To view, visit https://review.coreboot.org/22809
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I04b185a5dbd7a7ccb039820f19d2cb549b9a2eac
Gerrit-Change-Number: 22809
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sun, 10 Dec 2017 18:39:23 +0000
Gerrit-HasComments: Yes
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/22809
Change subject: mb/lenovo/t400/blc.c: Add a new panel to the list
......................................................................
mb/lenovo/t400/blc.c: Add a new panel to the list
Also adds a comment in the code to clarify what this array is about.
Change-Id: I04b185a5dbd7a7ccb039820f19d2cb549b9a2eac
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/lenovo/t400/blc.c
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/22809/1
diff --git a/src/mainboard/lenovo/t400/blc.c b/src/mainboard/lenovo/t400/blc.c
index a88c09f..a655a86 100644
--- a/src/mainboard/lenovo/t400/blc.c
+++ b/src/mainboard/lenovo/t400/blc.c
@@ -17,6 +17,10 @@
#include <commonlib/helpers.h>
#include <northbridge/intel/gm45/gm45.h>
+/*
+ * This contains a list of panels ID and a know well working
+ * backlight PWM frequency.
+ */
static const struct blc_pwm_t blc_entries[] = {
/* Vendor BIOS seems to intend to set PWM freq at 220Hz */
/* T400 */
@@ -32,6 +36,7 @@
{"LTN154P2-L05", 110},
{"LTN154P3-L02", 110},
{"LTN154X3-L02", 110},
+ {"LTN154U2-L05", 110},
};
int get_blc_values(const struct blc_pwm_t **entries)
--
To view, visit https://review.coreboot.org/22809
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04b185a5dbd7a7ccb039820f19d2cb549b9a2eac
Gerrit-Change-Number: 22809
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>