the following patch was just integrated into master:
commit c07b7837162b9800fdd0deed6f0edde351796989
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sun Aug 9 20:53:59 2015 +0200
genbuild_h: Actually use git's current commit for timestamp if possible
The test failed to trigger because top wasn't set.
Change-Id: I96de16a1b5cbc5a64d8e65ed84fd6849dd618e8f
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11147
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11147 for details.
-gerrit
the following patch was just integrated into master:
commit f260f51834a8472bba72f4cb3c8af7141be1b697
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sun Aug 9 20:53:16 2015 +0200
genbuild_h: actually make date(1) based timestamp locale independent
This fixes the botched fix in commit d9bc2fadc4ea74ebca0d793aeef288fe9f1acf0c
Change-Id: I0c4445af2851bc80fabb631864321a56123ce7b0
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11146
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11146 for details.
-gerrit
the following patch was just integrated into master:
commit c983671f3d453c24c07649c056110683491a9da2
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat Aug 8 21:35:38 2015 +0200
seabios integration: fix interaction with ccache
SeaBIOS' build system doesn't like CC to be a compound command like
"ccache gcc", so we strip things. Unfortunately with CCACHE enabled,
we passed /usr/bin/ccache (or wherever it was found on the PATH).
Instead use the second term in CCACHE mode.
Change-Id: I905fcdc73d067e553e923e307fafceaacdefdc6c
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11138
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11138 for details.
-gerrit
the following patch was just integrated into master:
commit 7db6cef7fd50e439a97919c992e54899259369e1
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat Aug 8 11:52:06 2015 +0200
libpayload: Fix compile error in time.c if nvram support is disabled
rdtsc() is only used for nvram access.
Change-Id: I896116d6a5782e5e50aa3acfbe1831b080f55d34
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11137
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11137 for details.
-gerrit
the following patch was just integrated into master:
commit 1517e7029f24b0c3607cfc59cad73f96a04bec47
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat Aug 8 22:07:10 2015 +0200
getac/p470: enable GPU devices in devicetree
This enables adding the GPU specific entries to the SSDT.
Change-Id: I04d0eb7bf6f3e28d89c9318b777875e8a78b1ab5
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11140
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11140 for details.
-gerrit
the following patch was just integrated into master:
commit 54e227efdf2d03d9d0654296f8ac3a379d5cc851
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat Aug 8 22:02:12 2015 +0200
intel/i945: don't read structs out of uninitialized pointers
Change-Id: I7f17cd1418f05ff3e8cd559eca6ec3ce7f9bfb79
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11139
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11139 for details.
-gerrit
the following patch was just integrated into master:
commit 3254ed860782ca30a1244d3a016c3bb97caab177
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Mon Aug 10 10:20:34 2015 +0200
getac/p470: Make suspend-to-ram work
Change-Id: I37c5d8dd9353d4181046186688f20a3b85973562
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11153
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11153 for details.
-gerrit
the following patch was just integrated into master:
commit 701f67d2020fc59ab939f947feb38d11517304d9
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Thu Jun 11 09:55:56 2015 +0200
build system: add minimized .config to coreboot image
Use savedefconfig to store only the minimum set of options that need to be
touched to reproduce the image. They're enough in combination with the commit
id which is also stored.
Change-Id: I7d1cc8f34620af85d4ec2c64a5bc4a6f20b820f6
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10512
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10512 for details.
-gerrit
the following patch was just integrated into master:
commit 368488ae295db84c8983a4fbf85dd3857095bdc6
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Fri Jun 12 11:35:10 2015 +0200
board-status: expand minimized config to full size
Otherwise the later processing may fail. Keep minimized version as
config.short.txt for the user's benefit.
Change-Id: I1082ff68de85027d526266cdbf2073d22ce7f2e0
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: http://review.coreboot.org/10525
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/10525 for details.
-gerrit
the following patch was just integrated into master:
commit e10c82a23a9fc442b314f217a027c9712ed37b3a
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Mon Aug 10 10:21:51 2015 +0200
board_status: create temporary directory in coreboot tree
Otherwise there may be a filesystem boundary that breaks make oldconfig.
Change-Id: I1eb55bcabc3e1b834d54f3da9fadfc352f0c4a65
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/11150
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11150 for details.
-gerrit