the following patch was just integrated into master:
commit f61c9e9a59cd6a9dcd358f09a4715ac79d0a7a7d
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Mon Jul 13 22:48:46 2015 +0200
release: add release script
Change-Id: Ib3cd29cf1875e7ad182262d7caa33ff35f28aa85
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10909
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10909 for details.
-gerrit
the following patch was just integrated into master:
commit 5bb90e69998e10d828896f72aaee389daf5fcc5c
Author: Sol Boucher <solb(a)chromium.org>
Date: Thu May 7 21:00:05 2015 -0700
cbfstool: Remove extra comma after {0, NULL} list element
Trailing commas are useful for lists that can be extended. These lists are
0-terminated, and there should be no elements following that.
Change-Id: Iea8c6d5579d6363e77e1f5af666948160c4a9bf9
Signed-off-by: Sol Boucher <solb(a)chromium.org>
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Original-Change-Id: I1a117a9473e895feaf455bb30d0f945f57de51eb
Original-Signed-off-by: Sol Boucher <solb(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10932
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10932 for details.
-gerrit
the following patch was just integrated into master:
commit ec42486055fa317e84232115c9b83c1414f48b20
Author: Sol Boucher <solb(a)chromium.org>
Date: Thu May 7 21:00:05 2015 -0700
cbfstool: Factor out compression algorithm list
Parse compression algorithm arguments using a single list.
Change-Id: Idc5b14a53377b29964f24221e42db6e09a497d48
Signed-off-by: Sol Boucher <solb(a)chromium.org>
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Original-Change-Id: I1a117a9473e895feaf455bb30d0f945f57de51eb
Original-Signed-off-by: Sol Boucher <solb(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10931
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10931 for details.
-gerrit
the following patch was just integrated into master:
commit 6533671ce015227401cec441b1af51d2bd626ec4
Author: Sol Boucher <solb(a)chromium.org>
Date: Thu May 7 21:00:05 2015 -0700
cbfstool: rename field
With introducing hash algorithms, 'algo' is ambiguous, so rename it to
'compression' instead.
Change-Id: Ief3d39067df650d03030b5ca9e8677861ce682ed
Signed-off-by: Sol Boucher <solb(a)chromium.org>
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Original-Change-Id: I1a117a9473e895feaf455bb30d0f945f57de51eb
Original-Signed-off-by: Sol Boucher <solb(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10930
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10930 for details.
-gerrit
the following patch was just integrated into master:
commit 158dd5527cff6864a0de42a65902a9d07f7d8b47
Author: Sol Boucher <solb(a)chromium.org>
Date: Thu May 7 21:00:05 2015 -0700
cbfstool: move bit swapping macros to swab.h
Change-Id: Id22232c45225011951e01c370e0f473af574d758
Signed-off-by: Sol Boucher <solb(a)chromium.org>
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Original-Change-Id: I1a117a9473e895feaf455bb30d0f945f57de51eb
Original-Signed-off-by: Sol Boucher <solb(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10929
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10929 for details.
-gerrit
the following patch was just integrated into master:
commit c569b8bfdc012be61118bc92e86ddbbf2f804b78
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Wed Jul 15 16:42:38 2015 +0200
cbfstool: use variable length array to model cbfs_file's filename
Change-Id: Ib056983630b2899d7e6cbcb43f6b7153f0f8e282
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10928
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10928 for details.
-gerrit
the following patch was just integrated into master:
commit 5dc01ac5067abe6da340d8eadcb3b2aed8ab6fa7
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Wed Jul 15 16:40:44 2015 +0200
cbfstool: improve specification of struct cbfs_file
Lock down its size and document some of the fields
Change-Id: I09fd6c80185345da0ae17d0f4498b50995fd1ec5
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10927
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/10927 for details.
-gerrit
the following patch was just integrated into master:
commit 1d14b3e926c15027f9272f1e80b8913fef8cf25d
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Tue May 12 18:23:27 2015 -0700
soc/intel: Add Skylake SOC support
Add the files to support the Skylake SOC.
Matches chromium tree at 927026db
BRANCH=none
BUG=None
TEST=Build and run on a Skylake platform
Change-Id: I80248f7e47eaf13b52e3c7ff951eb1976edbaa15
Signed-off-by: Lee Leahy <leroy.p.leahy(a)intel.com>
Reviewed-on: http://review.coreboot.org/10341
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10341 for details.
-gerrit
the following patch was just integrated into master:
commit b000513741d330947bb832a5835378e35bdfb394
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Tue May 12 18:19:47 2015 -0700
soc/intel/skylake: Use Broadwell as comparision base for Skylake SOC
Use the Broadwell implementation as the comparison base for Skylake.
BRANCH=none
BUG=None
TEST=None
Change-Id: I22eb55ea89eb0d6883f98e4c72a6d243e819e6d8
Signed-off-by: Lee Leahy <leroy.p.leahy(a)intel.com>
Reviewed-on: http://review.coreboot.org/10340
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/10340 for details.
-gerrit