the following patch was just integrated into master:
commit cfa9b99b23702ed35d61c9fcf3ad30ec55280174
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Sat Jul 4 11:30:59 2015 -0700
cbfstool: Make sure CBFS data structures are packed gcc style
On Windows systems, structs can be packed gcc style or ms style.
Make sure we use the same one (gcc style) in our user space tools
that we use in coreboot.
Change-Id: I7a9ea7368f77fba53206e953b4d5ca219ed4c12e
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Signed-off-by: Scott Duplichan <scott(a)notabs.org>
Reviewed-on: http://review.coreboot.org/10794
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/10794 for details.
-gerrit
the following patch was just integrated into master:
commit 19ba110c2d04452553b9e07d910ccf6458be4f9b
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Sat Jul 4 11:28:03 2015 -0700
cbfstool: Fix kv_pair on Windows
On Windows systems the archetype printf defaults to ms_printf
instead of gnu_printf. Keep the archetype print for all non-
Windows compiles to not break compatibility with other systems
out there.
Change-Id: Iad8441f4dc814366176646f6a7a5df653fda4c15
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Signed-off-by: Scott Duplichan <scott(a)notabs.org>
Reviewed-on: http://review.coreboot.org/10793
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/10793 for details.
-gerrit
the following patch was just integrated into master:
commit 5e4d53e12be94e697f9f3fd6b2cd8ca87ce20c74
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Tue Jul 7 17:32:17 2015 +0200
blobs: move marker
Makes the following changes available:
61d663e blobs: Fix assembler code to allow dropping -Wa,--divide
a6c34a6 AMD Steppe Eagle: add PlatformMemoryConfiguration.h
95b8050 AMD FT3b binary PI: Fix Windows 7 graphics driver hang
c7c816e AMD Kern: remove PspSecureOs_prod_CZ.sbin
Change-Id: Ie8ce8278f72c998b91717658a6fc1d0948c7c50a
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Reviewed-on: http://review.coreboot.org/10824
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See http://review.coreboot.org/10824 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/10737
-gerrit
commit b594756d4ec169dda318f95e29969e56f4f2f330
Author: Furquan Shaikh <furquan(a)google.com>
Date: Wed Oct 29 10:48:57 2014 -0700
haswell: Use _timestamp region
Use timestamp region instead of storing timestamps in local variables before
cbmem is up.
BUG=None
BRANCH=None
TEST=cbmem -t reports correct timestamps on falco and peppy (for both normal
boot and suspend/resume).
Original-Change-Id: If5883721553090f51c0bfcb5677aad55c54f82b3
Original-Signed-off-by: Furquan Shaikh <furquan(a)google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/226362
Original-Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Original-Commit-Queue: Furquan Shaikh <furquan(a)chromium.org>
Original-Tested-by: Furquan Shaikh <furquan(a)chromium.org>
(cherry picked from commit 61dbca0b181335d187d742c4a63472f2f2cc9a1b)
Signed-off-by: Marc Jones <marc.jones(a)se-eng.com>
Change-Id: Ibb98f32f24bac1d3560eb257bf0d9f4310a5828f
---
src/cpu/intel/haswell/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig
index 779f1d6..2ed1c61 100644
--- a/src/cpu/intel/haswell/Kconfig
+++ b/src/cpu/intel/haswell/Kconfig
@@ -27,6 +27,7 @@ config CPU_SPECIFIC_OPTIONS
select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
select PARALLEL_CPU_INIT
select PARALLEL_MP
+ select HAS_PRECBMEM_TIMESTAMP_REGION
config BOOTBLOCK_CPU_INIT
string
Patrick Georgi (pgeorgi(a)google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10739
-gerrit
commit 14186f7ca4c15b8a373e4cff9a83104a7d1e0810
Author: Furquan Shaikh <furquan(a)google.com>
Date: Wed Oct 29 16:50:35 2014 -0700
broadwell: Use _timestamp region
Use timestamp region instead of storing timestamps in local data structures
before cbmem is up
BUG=None
BRANCH=None
TEST=Compiles successfully for Auron and Samus. cbmem -t reports correct
timestamps on auron(for both normal boot and suspend/resume)
Original-Change-Id: Ib70a3632c2034963c819c1bb90a3cdb2d7d9c355
Original-Signed-off-by: Furquan Shaikh <furquan(a)google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/226420
Original-Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Original-Commit-Queue: Furquan Shaikh <furquan(a)chromium.org>
Original-Tested-by: Furquan Shaikh <furquan(a)chromium.org>
(cherry picked from commit e2ac6132aa874c13cd8e9333b8e1413ce8359852)
Signed-off-by: Marc Jones <marc.jones(a)se-eng.com>
Change-Id: I70f608fc50b2cf180554f817c9aaf833257d7d80
---
src/soc/intel/broadwell/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 5da8a33..4308343 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -23,6 +23,7 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_SMI_HANDLER
select HAVE_HARD_RESET
select HAVE_USBDEBUG
+ select HAS_PRECBMEM_TIMESTAMP_REGION
select IOAPIC
select MMCONF_SUPPORT
select MMCONF_SUPPORT_DEFAULT
Patrick Georgi (pgeorgi(a)google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10738
-gerrit
commit 35cce1b4f62206103d8022d08bd23dd407d07afd
Author: Furquan Shaikh <furquan(a)google.com>
Date: Wed Oct 29 17:37:25 2014 -0700
baytrail: Use _timestamp region
Use timestamp region instead of storing timestamps in local data structures
before cbmem is up.
BUG=None
BRANCH=None
TEST=cbmem -t reports correct timestamps on rambi(for both normal boot and
suspend/resume).
Original-Change-Id: I4cce22514041edc7808278d45eac4370a2bf0810
Original-Signed-off-by: Furquan Shaikh <furquan(a)google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/226421
Original-Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Original-Commit-Queue: Furquan Shaikh <furquan(a)chromium.org>
Original-Tested-by: Furquan Shaikh <furquan(a)chromium.org>
(cherry picked from commit 58e212498ffc0ac32e8ad60e0e59caf1aa81c8d8)
Signed-off-by: Marc Jones <marc.jones(a)se-eng.com>
Change-Id: I8cc686327c7bacf28aa97f001b4fd6c0f4aeb585
---
src/soc/intel/baytrail/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index 5754c15..b394a57 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -17,6 +17,7 @@ config CPU_SPECIFIC_OPTIONS
select SUPPORT_CPU_UCODE_IN_CBFS
select HAVE_SMI_HANDLER
select HAVE_HARD_RESET
+ select HAS_PRECBMEM_TIMESTAMP_REGION
select MMCONF_SUPPORT
select MMCONF_SUPPORT_DEFAULT
select RELOCATABLE_MODULES