build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25290 )
Change subject: soc/intel/cannonlake: Clear EMMC timeout when booting from USB
......................................................................
Patch Set 8:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/68880/ : SUCCESS
--
To view, visit https://review.coreboot.org/25290
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: I4eef23f637f781b709696951c5bd825530cc1d11
Gerrit-Change-Number: 25290
Gerrit-PatchSet: 8
Gerrit-Owner: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 21 Mar 2018 18:14:27 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/25306 )
Change subject: util/ifdtool: Fix region access control for SKL/KBL
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/25306/1/util/ifdtool/ifdtool.c
File util/ifdtool/ifdtool.c:
https://review.coreboot.org/#/c/25306/1/util/ifdtool/ifdtool.c@829
PS1, Line 829: PLATFORM_SKLKBL
> How about putting different entries as below for SKL and KBL considering different variants like SKL […]
Are the values different for each variant?
--
To view, visit https://review.coreboot.org/25306
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: I1328d8006c25be282b3223268d8f1fd0a64e2ed3
Gerrit-Change-Number: 25306
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Comment-Date: Wed, 21 Mar 2018 18:13:22 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/25306 )
Change subject: util/ifdtool: Fix region access control for SKL/KBL
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/25306/1/util/ifdtool/ifdtool.c
File util/ifdtool/ifdtool.c:
https://review.coreboot.org/#/c/25306/1/util/ifdtool/ifdtool.c@829
PS1, Line 829: PLATFORM_SKLKBL
How about putting different entries as below for SKL and KBL considering different variants like SKL-U, SKL-Y, KBL-U and KBL-Y.
case PLATFORM_SKL:
case PLATFORM_KBL:
--
To view, visit https://review.coreboot.org/25306
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: I1328d8006c25be282b3223268d8f1fd0a64e2ed3
Gerrit-Change-Number: 25306
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Comment-Date: Wed, 21 Mar 2018 18:11:55 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/25307
Change subject: soc/intel/skylake: Define IFD_CHIPSET
......................................................................
soc/intel/skylake: Define IFD_CHIPSET
This change defines IFD_CHIPSET as sklkbl to allow ifdtool to set the
right access control bits for SKL/KBL platforms.
BUG=b:76098647
BRANCH=poppy
TEST=Verified that the access control bits on KBL platforms are set correctly.
Change-Id: I7b2131caa06d6a975e703262931ec0ea519a86aa
Signed-off-by: Furquan Shaikh <furquan(a)google.com>
---
M src/soc/intel/skylake/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/25307/1
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 34893dc..aac4a8f 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -355,4 +355,8 @@
hex
default 0xc35
+config IFD_CHIPSET
+ string
+ default "sklkbl"
+
endif
--
To view, visit https://review.coreboot.org/25307
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: I7b2131caa06d6a975e703262931ec0ea519a86aa
Gerrit-Change-Number: 25307
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>