the following patch was just integrated into master:
commit e2edf71204ca8bab4ade1da0bef216efa72f69e4
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri Apr 10 11:52:53 2015 +0300
Makefile x86 SMM: Move smm_wrap recipes
This is not used together with SMM_MODULES.
Change-Id: I52621787cfa5a9e3863c150ce64f62aceb423eb4
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10014
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/10014 for details.
-gerrit
the following patch was just integrated into master:
commit 804c13982a2373222708ee7788066ee97bd52e3e
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Apr 22 12:10:06 2015 -0500
arm: guard verstage rules
Do not unconditially supply verstage rules for all
platforms.
Change-Id: Ic0713350aa21a9966fca828211750d25c2b6b71d
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/9969
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/9969 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/10016
-gerrit
commit 6ce8b2daa5e54d018b96df1f072385ac6ab53d55
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Tue Apr 28 17:49:30 2015 +0200
board-status: Improve revision URL collection
It now assumes that origin points to the official repo (while there may
be more) and doesn't assume anymore that there's a user ID that needs to
be pruned (although it is, if present).
Change-Id: Id4c5ee2cb7c08e997eaba1c750097a2e2bf51af5
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
util/board_status/getrevision.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/board_status/getrevision.sh b/util/board_status/getrevision.sh
index 0a6b6c6..9a949ff 100755
--- a/util/board_status/getrevision.sh
+++ b/util/board_status/getrevision.sh
@@ -52,8 +52,8 @@ is_file_tracked() {
# Takes one optional argument: the path to inspect
git_url() {
# Note: This may not work as expected if multiple remotes are fetched from.
- echo $(git remote -v | \
- awk '/fetch/ {split($2, pieces, "@"); print pieces[2]; exit 0}')
+ echo $(git remote -v | grep "^origin\>" | \
+ awk '/fetch/ {print $2; exit 0}' | sed "s,^.*@,,")
}
# Returns a string indicating where others can get the current source code (excluding uncommitted changes)
the following patch was just integrated into master:
commit 6f5b18c03b9fb1803013b535dfc20132c3a27f95
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Apr 22 10:50:34 2015 -0500
vboot: remove vboot_helper.c
This file was moved previously to get it out of the way
for easier merging from the chromium repo. It's not used
currently so remove it.
Change-Id: I8e691623f29ac2218b83bc46f5b4a348e0e1b3ef
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/9960
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See http://review.coreboot.org/9960 for details.
-gerrit
the following patch was just integrated into master:
commit be3e0a04b5ec01ff71e9fab61a136b858dfdaf9c
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Apr 22 10:48:01 2015 -0500
boards: remove VBOOT_(REFCODE|RAMSTAGE|ROMSTAGE)_INDEX
These options will need to just be selected in within
the .config files. There's not need in duplicating all
these options.
Change-Id: I7b670bc59a3b35e39eee4faecaf4aa779d47a3bb
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/9959
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/9959 for details.
-gerrit
the following patch was just integrated into master:
commit 1124cec59a2c705a4ef3740dbdf0f68113602d31
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Apr 22 10:41:42 2015 -0500
chromeos: remove VBOOT2_VERIFY_FIRMWARE option
There's no need to have the VBOOT2_VERIFY_FIRMWARE
distinction because it's the only game in town.
Change-Id: I82aab665934c27829e1a04115bf499ae527a91aa
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/9958
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/9958 for details.
-gerrit