build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21315 )
Change subject: ifdtool: improve the "new layout" feature
......................................................................
Patch Set 73:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/20054/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/65323/ : SUCCESS
--
To view, visit https://review.coreboot.org/21315
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia2b92c3f835f9849a243a48c37588c2dbe7449bf
Gerrit-Change-Number: 21315
Gerrit-PatchSet: 73
Gerrit-Owner: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Christopher Douglass <cdouglass.orion(a)gmail.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philippe Mathieu-Daudé <f4bug(a)amsat.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 05 Jan 2018 04:38:14 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21607 )
Change subject: ifdtool: Port the feature to jail ME from me_cleaner
......................................................................
Patch Set 30:
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/20052/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/65321/ : SUCCESS
--
To view, visit https://review.coreboot.org/21607
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I00533f4e2569c4763fbfc302bb460db1e60e5564
Gerrit-Change-Number: 21607
Gerrit-PatchSet: 30
Gerrit-Owner: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 05 Jan 2018 04:34:12 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23129 )
Change subject: google/gru: switch to spi2 for all scarlet based boards
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/20049/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/65318/ : SUCCESS
--
To view, visit https://review.coreboot.org/23129
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib67109786512c068bb957890f456bccff7addc86
Gerrit-Change-Number: 23129
Gerrit-PatchSet: 1
Gerrit-Owner: Ege Mihmanli <egemih(a)google.com>
Gerrit-Reviewer: Ege Mihmanli <egemih(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 05 Jan 2018 04:11:20 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Ege Mihmanli has uploaded this change for review. ( https://review.coreboot.org/23129
Change subject: google/gru: switch to spi2 for all scarlet based boards
......................................................................
google/gru: switch to spi2 for all scarlet based boards
Rainier, a scarlet derived board, was configured to use spi0 for tpm
driver by default. This patch switches it to spi2 to reflect recent
changes in scarlet-derived boards.
Change-Id: Ib67109786512c068bb957890f456bccff7addc86
Signed-off-by: Ege Mihmanli <egemih(a)google.com>
---
M src/mainboard/google/gru/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/23129/1
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig
index bbaec72..e97dce4 100644
--- a/src/mainboard/google/gru/Kconfig
+++ b/src/mainboard/google/gru/Kconfig
@@ -90,7 +90,7 @@
config DRIVER_TPM_SPI_BUS
hex
- default 0x2 if BOARD_GOOGLE_SCARLET
+ default 0x2 if GRU_BASEBOARD_SCARLET
default 0x0
config CONSOLE_SERIAL_UART_ADDRESS
--
To view, visit https://review.coreboot.org/23129
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib67109786512c068bb957890f456bccff7addc86
Gerrit-Change-Number: 23129
Gerrit-PatchSet: 1
Gerrit-Owner: Ege Mihmanli <egemih(a)google.com>