[coreboot-gerrit] New patch to review for coreboot: 1ed60f1 NOTFORMERGE: lenovo/t400: hard-code enable integrated-only video

Francis Rowe (info@gluglug.org.uk) gerrit at coreboot.org
Mon May 4 15:41:04 CEST 2015


Francis Rowe (info at gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10090

-gerrit

commit 1ed60f1c15e61f33ab25bef8f597f33f4a454619
Author: Francis Rowe <info at gluglug.org.uk>
Date:   Mon May 4 14:40:18 2015 +0100

    NOTFORMERGE: lenovo/t400: hard-code enable integrated-only video
    
    Change-Id: I2eae4b6eb05a6d9e188cfca84692f6a8b5d67090
    Signed-off-by: Francis Rowe <info at gluglug.org.uk>
---
 src/mainboard/lenovo/t400/romstage.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/t400/romstage.c b/src/mainboard/lenovo/t400/romstage.c
index 20071c0..ad9e749 100644
--- a/src/mainboard/lenovo/t400/romstage.c
+++ b/src/mainboard/lenovo/t400/romstage.c
@@ -213,7 +213,8 @@ void main(unsigned long bist)
 	default_southbridge_gpio_setup();
 
 	uint8_t hybrid_graphics_mode = HYBRID_GRAPHICS_INTEGRATED_ONLY;
-	get_option(&hybrid_graphics_mode, "hybrid_graphics_mode");
+	/* Not for merge! Hard-code enable integrated-only by commenting this line: */
+	/* get_option(&hybrid_graphics_mode, "hybrid_graphics_mode"); */
 
 	/* Set up hybrid graphics */
 	hybrid_graphics_set_up_gpio();



More information about the coreboot-gerrit mailing list