Marko Käning (mk-lists(a)mailbox.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12812
-gerrit
commit 69c1a4e276f0451a9fc7b3b446df814d85fbb020
Author: Marko Käning <mk-lists(a)mailbox.org>
Date: Tue Dec 29 23:53:04 2015 +0100
buildgcc: Add 'g++' and 'clang' to the list of to-be-installed tools
Change-Id: I1f9c435293f7ad4ea82f6b08dfdc6c10c0494e35
Signed-off-by: Marko Käning <mk-lists(a)mailbox.org>
---
util/crossgcc/buildgcc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 77e8bbd..fe6ddcf 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -139,7 +139,7 @@ searchtool()
# A workaround for OSX 10.9 and some BSDs, whose nongnu
# patch and tar also work.
if [ $UNAME = "Darwin" -o $UNAME = "FreeBSD" -o $UNAME = "NetBSD" -o $UNAME = "OpenBSD" ]; then
- if [ "$1" = "patch" -o "$1" = "tar" ]; then
+ if [ "$1" = "patch" -o "$1" = "tar" -o "$1" = "g++" -o "$1" = "clang" ]; then
if [ -x "$(which $1 2>/dev/null)" ]; then
echo $1
return
the following patch was just integrated into master:
commit 65e33c08a9a88c52baaadaf515b9591856115a77
Author: Nico Huber <nico.huber(a)secunet.com>
Date: Mon Dec 28 20:17:13 2015 +0100
x86: Align CBFS on top of ROM
Since the introduction of the new (interim?) master header, coreboot
searches the whole ROM for CBFS entries. Fix that by aligning it on top
of the ROM.
Change-Id: I080cd4b746169a36462a49baff5e114b1f6f224a
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: https://review.coreboot.org/12810
Tested-by: build bot (Jenkins)
Tested-by: Raptor Engineering Automated Test Stand <noreply(a)raptorengineeringinc.com>
Reviewed-by: Timothy Pearson <tpearson(a)raptorengineeringinc.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/12810 for details.
-gerrit
Martin Roth (martinroth(a)google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/11894
-gerrit
commit 7c0fbb32391343d7ad0f169ae553252971aaadb1
Author: Alexandru Gagniuc <alexandrux.gagniuc(a)intel.com>
Date: Tue Oct 13 17:30:04 2015 -0700
MAINTAINERS: Designate Intel maintainers for FSP 1.0 Baytrail
After several internal discussions, teams at Intel with stakes in
coreboot have decided to each assign one or more maintainers. These
maintainers can be expected to provide a point of contact for
assistance with technical (code-related) issues, testing on real
hardware, and making sure that their FSP-related areas continue to
function with upstream coreboot.
They understand that the inclusion of their information in the
MAINTAINERS file does not give them any extra power over their areas.
At the same time, nobody expects any community process to change.
The one expectation is that reasonable efforts be made to contact
these maintainers when making fundamental changes to their areas, or
when discussing code removal.
Change-Id: I62b2eaec8270ac1fce5bfbee3b3da68aba116b0f
Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc(a)intel.com>
Signed-off-by: Martin Roth <martinroth(a)google.com>
---
MAINTAINERS | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9680a50..bb12251 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -154,14 +154,21 @@ F: src/mainboard/intel/cougar_canyon2/
F: src/mainboard/intel/stargo2/
INTEL MINNOWBOARD MAX MAINBOARD
+M: Huang Jin <huang.jin(a)intel.com>
+M: York Yang <york.yang(a)intel.com>
M: Martin Roth <gaumless(a)gmail.com>
-S: Maintained
+S: Supported
F: src/mainboard/intel/minnowmax/
-INTEL FSP BAYTRAIL CHIP
+INTEL FSP BAYTRAIL CHIP & CRBs
+M: Huang Jin <huang.jin(a)intel.com>
+M: York Yang <york.yang(a)intel.com>
M: Martin Roth <gaumless(a)gmail.com>
-S: Odd Fixes
+S: Supported
F: src/soc/intel/fsp_baytrail/
+F: src/vendorcode/intel/fsp1_0/baytrail/
+F: src/mainboard/intel/bakersport_fsp/
+F: src/mainboard/intel/bayleybay_fsp/
FSP 1.0 RANGELEY & CRB
M: David Guckian <david.guckian(a)intel.com>
@@ -179,10 +186,11 @@ S: Supported
F: src/mainboard/intel/littleplains/
INTEL FSP 1.0
+M: Huang Jin <huang.jin(a)intel.com>
+M: York Yang <york.yang(a)intel.com>
M: Martin Roth <gaumless(a)gmail.com>
-S: Odd Fixes
+S: Supported
F: src/drivers/intel/fsp1_0/
-F: src/vendorcode/intel/fsp1_0/
INTEL FSP 1.1
M: Lee Leahy <leroy.p.leahy(a)intel.com>