[coreboot-gerrit] New patch to review for coreboot: 4906706 nvidia/cbootimage: update to 1.5

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Apr 24 11:12:55 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/9982

-gerrit

commit 490670673505e9ab1d532bf2c534a2f4fc3eb020
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Fri Apr 24 10:52:52 2015 +0200

    nvidia/cbootimage: update to 1.5
    
    Change-Id: I16e7c376fe6d79676734df325ac61449bb2d0871
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/nvidia/Makefile.inc | 6 +++++-
 util/nvidia/cbootimage   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/util/nvidia/Makefile.inc b/util/nvidia/Makefile.inc
index 91c8a94..133778f 100644
--- a/util/nvidia/Makefile.inc
+++ b/util/nvidia/Makefile.inc
@@ -7,11 +7,13 @@ CBOOTIMAGE_RAW_SRCS:= \
 	aes_ref.c \
 	context.c \
 	parse.c \
+	t210/parse_t210.c \
 	t132/parse_t132.c \
 	t124/parse_t124.c \
 	t114/parse_t114.c \
 	t30/parse_t30.c \
 	t20/parse_t20.c \
+	t210/nvbctlib_t210.c \
 	t132/nvbctlib_t132.c \
 	t124/nvbctlib_t124.c \
 	t114/nvbctlib_t114.c \
@@ -33,7 +35,9 @@ CBOOTIMAGE_RAW_SRCS:= \
 	t124/nvboot_bct_t124.h \
 	t124/nvboot_sdram_param_t124.h \
 	t132/nvboot_bct_t132.h \
-	t132/nvboot_sdram_param_t132.h
+	t132/nvboot_sdram_param_t132.h \
+	t210/nvboot_bct_t210.h \
+	t210/nvboot_sdram_param_t210.h
 
 CBOOTIMAGE_SRCS:=$(addprefix util/nvidia/cbootimage/src/,$(filter %.c,$(CBOOTIMAGE_RAW_SRCS)))
 CBOOTIMAGE_OBJS:=$(addprefix $(objutil)/nvidia/cbootimage/,$(patsubst %.c,%.o,$(filter %.c,$(CBOOTIMAGE_RAW_SRCS))))
diff --git a/util/nvidia/cbootimage b/util/nvidia/cbootimage
index 2eb9a86..b7d5b2d 160000
--- a/util/nvidia/cbootimage
+++ b/util/nvidia/cbootimage
@@ -1 +1 @@
-Subproject commit 2eb9a86724db0d86c9ab9b6aeca21d1000d74e78
+Subproject commit b7d5b2d6a6dd05874d86ee900ff441d261f9034c



More information about the coreboot-gerrit mailing list