[coreboot-gerrit] New patch to review for coreboot: 38af361 rambi: align gpu pipea settings with the VBIOS

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Wed Dec 17 08:43:26 CET 2014


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7846

-gerrit

commit 38af36132ede27a1abc5542c81453a9d9fde7fe5
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Apr 24 11:43:00 2014 -0500

    rambi: align gpu pipea settings with the VBIOS
    
    In the normal mode case these settings aren't overwritten by
    the VBIOS because the VBIOS does not run. Therefore, the settings
    need to align with what the VBIOS programs so that there is a
    consistent panel power sequencing.
    
    BUG=chrome-os-partner:28267
    BRANCH=baytrail
    TEST=Built and booted. Noted settings set by firmware for both dev
         and normal mode match.
    
    Original-Change-Id: Iccf65e2a6bce6859fd7cb0f466d4b44d654523ce
    Original-Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/196822
    Original-Reviewed-by: Marc Jones <marc.jones at se-eng.com>
    (cherry picked from commit 12999018f2b08df0c3b9cdac1f16e9c4517ea803)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: Idf1a701ffcb1c990cec2ca1ccca24cc0d26fabbf
---
 src/mainboard/google/rambi/devicetree.cb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/google/rambi/devicetree.cb b/src/mainboard/google/rambi/devicetree.cb
index 27dadca..4f0a016 100644
--- a/src/mainboard/google/rambi/devicetree.cb
+++ b/src/mainboard/google/rambi/devicetree.cb
@@ -41,9 +41,9 @@ chip soc/intel/baytrail
 
 	# Enable PIPEA as DP_C
 	register "gpu_pipea_port_select" = "2"		# DP_C
-	register "gpu_pipea_power_cycle_delay" = "5"	# 400ms
-	register "gpu_pipea_power_on_delay" = "2000"	# 200ms
-	register "gpu_pipea_light_on_delay" = "10"	# 1ms
+	register "gpu_pipea_power_cycle_delay" = "6"	# 600ms
+	register "gpu_pipea_power_on_delay" = "5000"	# 500ms
+	register "gpu_pipea_light_on_delay" = "70"	# 7ms
 	register "gpu_pipea_power_off_delay" = "500"	# 50ms
 	register "gpu_pipea_light_off_delay" = "2000"	# 200ms
 



More information about the coreboot-gerrit mailing list