[coreboot-gerrit] New patch to review for coreboot: t210: correct odmdata location in bct

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

-gerrit

commit 0db9d758626b1aab5e56f56d72dec51144eec842
Author: Yen Lin <yelin at nvidia.com>
Date:   Fri May 29 16:47:30 2015 -0700

    t210: correct odmdata location in bct
    
    Correct the odmdata location in bct for T210.
    
    BUG=chrome-os-partner:40741
    BRANCH=None
    TEST=build ok on Smaug
    
    Change-Id: I2258556ec5cf5d25782e60e084f3d5657b441c86
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 288a5d71c35fbea1812ad0c91f2c6c5f5a022363
    Original-Change-Id: I0efb033442c2aafc7f44898c16b3e91946e092d5
    Original-Signed-off-by: Yen Lin <yelin at nvidia.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/277023
    Original-Reviewed-by: Tom Warren <twarren at nvidia.com>
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
---
 src/soc/nvidia/tegra210/bootblock.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/nvidia/tegra210/bootblock.c b/src/soc/nvidia/tegra210/bootblock.c
index 2e26fbf..a6aa584 100644
--- a/src/soc/nvidia/tegra210/bootblock.c
+++ b/src/soc/nvidia/tegra210/bootblock.c
@@ -30,8 +30,8 @@
 #include <soc/power.h>
 #include <timestamp.h>
 
-#define BCT_OFFSET_IN_BIT	0x50
-#define ODMDATA_OFFSET_IN_BCT	0x6A8
+#define BCT_OFFSET_IN_BIT	0x4c
+#define ODMDATA_OFFSET_IN_BCT	0x508
 #define TEGRA_SRAM_MAX		(TEGRA_SRAM_BASE + TEGRA_SRAM_SIZE)
 
 static void save_odmdata(void)



More information about the coreboot-gerrit mailing list