the following patch was just integrated into master:
commit cb8849b68671c54ea2521cd8fb1ba289136b5b85
Author: Subrata Banik <subrata.banik(a)intel.com>
Date: Fri Nov 4 13:26:41 2016 +0530
soc/intel/skylake: Fix SATA booting to OS issue
SATA device remains unrecognized if connected at Port 2.
Port control and Status register (PCS) is by default set by
hardware to the disabled state as a result of an initial
power on reset. OS read PCS register during boot causes
disabling of SATA ports and can't detect any devices.
BRANCH=none
BUG=chrome-os-partner:59335
TEST=Build and boot SKL from SATA device connected at Port 2.
Change-Id: I4866ca44567f5024edaca2d48098af5b4c67a7ac
Signed-off-by: Subrata Banik <subrata.banik(a)intel.com>
Reviewed-on: https://review.coreboot.org/17229
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/17229 for details.
-gerrit
Naresh Solanki (naresh.solanki(a)intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17265
-gerrit
commit 24364ea5c35d437fdf0c8818c17c346f0468aad9
Author: Naresh G Solanki <naresh.solanki(a)intel.com>
Date: Tue Nov 8 00:27:41 2016 +0530
vboot: Fix line greater than 80 columns
Fix comment greater than 80 columns.
Change-Id: Ie0be96868e8a99f79781c6bafc8991a955f37ffa
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com>
---
src/vboot/vboot_logic.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vboot/vboot_logic.c b/src/vboot/vboot_logic.c
index 41896e1..57d83a0 100644
--- a/src/vboot/vboot_logic.c
+++ b/src/vboot/vboot_logic.c
@@ -119,8 +119,8 @@ static int handle_digest_result(void *slot_hash, size_t slot_hash_sz)
int is_resume;
/*
- * Chrome EC is the only support for vboot_save_hash()/vboot_retrieve_hash(), if Chrome EC
- * is not enabled then return.
+ * Chrome EC is the only support for vboot_save_hash() &
+ * vboot_retrieve_hash(), if Chrome EC is not enabled then return.
*/
if (!IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC))
return 0;
the following patch was just integrated into master:
commit 3d44d69f93693b44758465244d7e58770fc4918c
Author: Naresh G Solanki <naresh.solanki(a)intel.com>
Date: Sun Nov 6 12:51:14 2016 +0530
vboot: Disable vboot verification when Chrome EC disabled
When Chrome EC is disabled, vboot hash is not available during S3 resume
Hence disable vboot verification when Chrome EC is not available.
Change-Id: I665f5f0e2e53da7b735de30443d323572d8a1a9c
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com>
Reviewed-on: https://review.coreboot.org/17246
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/17246 for details.
-gerrit
the following patch was just integrated into master:
commit 8d353afe08f01f0864b30848ac70f81e43e1de17
Author: Naresh G Solanki <naresh.solanki(a)intel.com>
Date: Sun Nov 6 12:42:30 2016 +0530
soc/intel/skylake: Avoid use of variable Local0 in TEVT in thermal.asl
Avoid use of Local0 variable in TEVT acpi method.
If mainboard doesn't expose any thermal sensor, then warning is
generated for variable Local0 not been used.
Change-Id: I0634961a01144e41a8480c8c6ed8b7fdd358e768
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com>
Reviewed-on: https://review.coreboot.org/17245
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/17245 for details.
-gerrit