[coreboot-gerrit] Patch set updated for coreboot: 4193003 i2c/ww_ring: update color definitions

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Apr 22 09:07:20 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9890

-gerrit

commit 419300356c6f87c7bc43af7312d02d2f61c659d9
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Thu Mar 26 10:48:45 2015 -0700

    i2c/ww_ring: update color definitions
    
    After testing on a final assembly the PD team adjusted the wipeout
    request and recovery request modes' colors.
    
    BRANCH=storm
    BUG=none
    TEST=verified new colors while booting an SP5 device in recovery mode
    
    Change-Id: I9bd2dac63b99140573533c2cda8eaa9213478ab1
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 41c34a619dc0317af67907f18ee844c71a73d623
    Original-Change-Id: Iab84710ebdeed35ddd4a8a163bbb6b8ac9cdb799
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/262602
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/drivers/i2c/ww_ring/ww_ring_programs.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/drivers/i2c/ww_ring/ww_ring_programs.c b/src/drivers/i2c/ww_ring/ww_ring_programs.c
index 9981656..cec947d 100644
--- a/src/drivers/i2c/ww_ring/ww_ring_programs.c
+++ b/src/drivers/i2c/ww_ring/ww_ring_programs.c
@@ -207,8 +207,8 @@ wait2:
 static const uint8_t blink_wipeout1_text[] = {
 	0x00,  0x49,  0x00,  0x92,  0x01,  0x24,  0x90,  0x02,
 	0x94,  0x02,  0x9f,  0x80,  0xf0,  0x00,  0xe0,  0x40,
-	0x98,   255,  0x84,  0x62,  0x9f,  0x81,  0x98,   238,
-	0x84,  0x62,  0x9f,  0x82,  0x98,    80,  0x84,  0x62,
+	0x98,   255,  0x84,  0x62,  0x9f,  0x81,  0x98,   80,
+	0x84,  0x62,  0x9f,  0x82,  0x98,     0,  0x84,  0x62,
 	0x4c,  0x00,  0x86,  0x34,  0xe0,  0x40,  0x40,  0x00,
 	0x9f,  0x81,  0x40,  0x00,  0x9f,  0x80,  0x40,  0x00,
 	0x4c,  0x00,  0x86,  0x55,  0xa0,  0x04,  0xc0,  0x00,
@@ -217,7 +217,7 @@ static const uint8_t blink_wipeout1_text[] = {
 
 static const uint8_t blink_wipeout2_text[] = {
 	0x00,  0x49,  0x00,  0x92,  0x01,  0x24,  0x90,   255,
-	0x94,   238,  0x98,    80,  0xe0,  0x40,  0x9f,  0x80,
+	0x94,    80,  0x98,     0,  0xe0,  0x40,  0x9f,  0x80,
 	0xf0,  0x00,  0x84,  0x60,  0x9f,  0x81,  0x84,  0x61,
 	0x9f,  0x82,  0x84,  0x62,  0x4c,  0x00,  0xa0,  0x8b,
 	0xf0,  0x00,  0x40,  0x00,  0x9f,  0x81,  0x40,  0x00,
@@ -241,7 +241,7 @@ static const TiLp55231Program blink_wipeout2_program = {
 static const uint8_t blink_recovery1_text[] = {
 	0x00,  0x49,  0x00,  0x92,  0x01,  0x24,  0x90,  0x02,
 	0x94,  0x02,  0x9f,  0x80,  0xf0,  0x00,  0xe0,  0x40,
-	0x98,   255,  0x84,  0x62,  0x9f,  0x81,  0x98,    61,
+	0x98,   255,  0x84,  0x62,  0x9f,  0x81,  0x98,    24,
 	0x84,  0x62,  0x9f,  0x82,  0x98,     0,  0x84,  0x62,
 	0x4c,  0x00,  0x86,  0x34,  0xe0,  0x40,  0x40,  0x00,
 	0x9f,  0x81,  0x40,  0x00,  0x9f,  0x80,  0x40,  0x00,
@@ -256,7 +256,7 @@ static const TiLp55231Program blink_recovery1_program = {
 };
 static const uint8_t blink_recovery2_text[] = {
 	0x00,  0x49,  0x00,  0x92,  0x01,  0x24,  0x90,   255,
-	0x94,    61,  0x98,     0,  0xe0,  0x40,  0x9f,  0x80,
+	0x94,    24,  0x98,     0,  0xe0,  0x40,  0x9f,  0x80,
 	0xf0,  0x00,  0x84,  0x60,  0x9f,  0x81,  0x84,  0x61,
 	0x9f,  0x82,  0x84,  0x62,  0x4c,  0x00,  0xa0,  0x8b,
 	0xf0,  0x00,  0x40,  0x00,  0x9f,  0x81,  0x40,  0x00,



More information about the coreboot-gerrit mailing list