Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10369
-gerrit
commit 849fac6d4ccb635c86a48e0cf74da6e93a2c0db7
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 20:40:55 2015 +0200
autoport: Update documentation to mention runtime prerequisites
Change-Id: I3b5fe953fa0e00fb827b66963d69f32d63a07b16
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
util/autoport/readme.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/util/autoport/readme.md b/util/autoport/readme.md
index e5ea77d..2f525a9 100644
--- a/util/autoport/readme.md
+++ b/util/autoport/readme.md
@@ -15,7 +15,12 @@ likely to miss EC support
* Go into BIOS setup on target machine and enable all the devices.
This will allow autoport to detect as much as possible
* Boot into target machine under GNU/Linux
-* Make sure you have GCC and golang installed
+* Make sure that following components are installed:
+ * GCC
+ * golang
+ * lspci
+ * dmidecode
+ * acpidump
* Grab coreboot tree
* Execute following commands starting from coreboot tree
the following patch was just integrated into master:
commit 2befcbb85dc63da2c972c656656f390d976802e6
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Wed May 27 16:16:19 2015 -0700
UEFI: Conditionally define the ASSERT macro
Only define the ASSERT macro when it is not already defined. This
change allows the UEFI/FSP definitions to be included with most other
coreboot includes.
BRANCH=none
BUG=None
TEST=Build and run on sklrvp
Change-Id: Iccfeb83eb1e52623ae0a0fe2a96b587ce61f82d7
Signed-off-by: Lee Leahy <leroy.p.leahy(a)intel.com>
Reviewed-on: http://review.coreboot.org/10334
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10334 for details.
-gerrit
the following patch was just integrated into master:
commit f4d65872d789307a25a80479fcfc1a66c53d42ae
Author: Subrata <subrata.banik(a)intel.com>
Date: Thu May 14 14:38:07 2015 +0530
tpm: Add Infineon TPM 1.2 support
This patch provides support for TPM Infineon TT1.2
devices by enumerating the TT1.2 ID in the Infineon
device list.
BRANCH=None
BUG=None
TEST=Built for sklrvp and tested on RVP3.
Change-Id: I9daecc09311477fd9947e829d80abc040b2c9e3d
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Original-Commit-Id: 3ff86f96cb3e2f203dbc86e7004f1a037b98b90a
Original-Change-Id: I8b59eba348fc44632e22600646eb0b10eb2f4901
Original-Signed-off-by: Subrata <subrata.banik(a)intel.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/271256
Original-Reviewed-by: Duncan Laurie <dlaurie(a)chromium.org>
Original-Commit-Queue: Naveenkrishna Ch <naveenkrishna.ch(a)intel.com>
Original-Tested-by: Naveenkrishna Ch <naveenkrishna.ch(a)intel.com>
Reviewed-on: http://review.coreboot.org/10302
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
See http://review.coreboot.org/10302 for details.
-gerrit
the following patch was just integrated into master:
commit 41b08d99441fb8cf9e5f69eec0209c3495a40ec9
Author: Subrata <subrata.banik(a)intel.com>
Date: Thu May 14 14:38:07 2015 +0530
tpm: Fix multiple device support
Current TPM driver does not support multiple devices for
a given vendor. As the device object never takes the 2nd
ID in the list. This patch fixes the same.
BRANCH=None
BUG=None
TEST=Built for sklrvp and tested on RVP3.
Change-Id: I82c3267c6c74b22650fc53dc6abdc2eb3daa138e
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Original-Commit-Id: ff42613f11b4f1a79e907601f1ecb7b83a3aeaab
Original-Change-Id: Ieb44735c37208bfe90a8e22e0348dd41c8c642d2
Original-Signed-off-by: Subrata <subrata.banik(a)intel.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/271727
Original-Reviewed-by: Duncan Laurie <dlaurie(a)chromium.org>
Original-Commit-Queue: Naveenkrishna Ch <naveenkrishna.ch(a)intel.com>
Original-Tested-by: Naveenkrishna Ch <naveenkrishna.ch(a)intel.com>
Original-Commit-Queue: Pravin K Angolkar <pravin.k.angolkar(a)intel.com>
Original-Tested-by: Pravin K Angolkar <pravin.k.angolkar(a)intel.com>
Reviewed-on: http://review.coreboot.org/10303
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
See http://review.coreboot.org/10303 for details.
-gerrit
the following patch was just integrated into master:
commit 1ec23c9b52ed95bfcc71ed0637cca1c302e7a815
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri May 29 06:18:18 2015 +0300
intel/broadwell: Hide use of acpi_slp_type
Change-Id: I106779571df5168ec358ad1cc4dc4195639a7a7d
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10359
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10359 for details.
-gerrit
the following patch was just integrated into master:
commit 315a7b83836954917e993f5ce59b29cfe7c99470
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri May 29 06:18:08 2015 +0300
binaryPI: Hide use of acpi_slp_type
Change-Id: I867932db4388eb078b69b6f42c82967777d45d79
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10358
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/10358 for details.
-gerrit
the following patch was just integrated into master:
commit e4e0f9477f97e88e8ecaa7c4ffd31083ed1d327d
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Fri May 29 10:55:02 2015 +0300
x86 SMM: We have single SMM linker script now
Change-Id: I0c20b674b536a2964962f84228f681b53dc114dc
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10366
Reviewed-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/10366 for details.
-gerrit