[coreboot-gerrit] New patch to review for coreboot: smaug: correct odmdata in odmdata.cfg

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jul 16 18:13:19 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/10954

-gerrit

commit dea860e55b92e1810906ecd63bb9c35ece19d9d8
Author: Yen Lin <yelin at nvidia.com>
Date:   Thu Jun 11 12:01:52 2015 -0700

    smaug: correct odmdata in odmdata.cfg
    
    So odmdata has the correct UART port of 0.
    
    BUG=chrome-os-partner:40741
    BRANCH=None
    TEST=build Smaug ok; and check scratch20 register
    
    Change-Id: I59154daa5b5627d3b594ff9505e4f02de0d4d7aa
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 814cd164ab9ed9bf2e072f3728e89ea8d7cf0343
    Original-Change-Id: I2252b728775cf2550d666ead0085c0ab3b72e40b
    Original-Signed-off-by: Yen Lin <yelin at nvidia.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/277024
    Original-Reviewed-by: Tom Warren <twarren at nvidia.com>
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
---
 src/mainboard/google/smaug/bct/odmdata.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/smaug/bct/odmdata.cfg b/src/mainboard/google/smaug/bct/odmdata.cfg
index 45648af..c5938f3 100644
--- a/src/mainboard/google/smaug/bct/odmdata.cfg
+++ b/src/mainboard/google/smaug/bct/odmdata.cfg
@@ -1 +1 @@
-OdmData		= 0x00294000;
+OdmData		= 0x00284000;



More information about the coreboot-gerrit mailing list