the following patch was just integrated into master:
commit 77051f108a88532c13792492d904599c1e453e32
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Sep 30 13:29:15 2015 -0500
tegra132/tegra210: remove verstage.c
I missed these Makefile.inc changes. As verstage.c was removed
remove the references within the Makefile.incs.
Change-Id: I5d38c0a87d057622a3706bf3bde1142944c3b17c
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/11759
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/11759 for details.
-gerrit
the following patch was just integrated into master:
commit 89f20340d5a4c14ab76d3612cd33fff8894602ec
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Thu Oct 1 15:54:04 2015 +0200
cbfstool: Add support for hashes as file metadata
They allow optimizing a verification of a whole CBFS image by only
dealing with the headers (assuming you choose to trust the hash
algorithm(s)).
The format allows for multiple hashes for a single file, and cbfstool
can handle them, but right now it can't generate such headers.
Loosely based on Sol's work in http://review.coreboot.org/#/c/10147/,
but using the compatible file attribute format. vboot is now a hard
dependency of the build process, but we import it into the tree for
quite a while now.
Change-Id: I9f14f30537d676ce209ad612e7327c6f4810b313
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11767
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/11767 for details.
-gerrit
the following patch was just integrated into master:
commit 44853371f108b85a36775b72b894c93b24d7b7f7
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Thu Oct 1 17:46:19 2015 +0200
kconfig: fix build for xconfig, too
Change-Id: I1c5e3424cb56f1f10e75bb07db084c3500f3ba07
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11768
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/11768 for details.
-gerrit
Patrick Georgi (pgeorgi(a)google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11768
-gerrit
commit 2d8d66cfde1acbe95c00120dd6560c103da82ca0
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Thu Oct 1 17:46:19 2015 +0200
kconfig: fix build for xconfig, too
Change-Id: I1c5e3424cb56f1f10e75bb07db084c3500f3ba07
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
util/kconfig/qconf.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/util/kconfig/qconf.cc b/util/kconfig/qconf.cc
index 9d3b04b..be1423e 100644
--- a/util/kconfig/qconf.cc
+++ b/util/kconfig/qconf.cc
@@ -54,6 +54,8 @@
# define _ qgettext
#endif
+int kconfig_warnings = 0;
+
static QApplication *configApp;
static ConfigSettings *configSettings;