Justin TerAvest has uploaded this change for review. ( https://review.coreboot.org/25537
Change subject: soc/intel/apollolake: Set GLK LPSS clock to 100MHz
......................................................................
soc/intel/apollolake: Set GLK LPSS clock to 100MHz
The LPSS clock speed setting is incorrect for GLK; the value has changed
from 133MHz to 100MHz.
BUG=b:75306520
BRANCH=None
TEST=Measured SPI communication at intended 1MHz on GLK w/ scope
Change-Id: I4d6201ca7ba0f0016178aea56243eba90fc570c6
Signed-off-by: Justin TerAvest <teravest(a)chromium.org>
---
M src/soc/intel/apollolake/Kconfig
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/25537/1
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index fcb1ef7..e9d9c39 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -161,7 +161,8 @@
config SOC_INTEL_COMMON_LPSS_CLOCK_MHZ
int
- default 133
+ default 133 if !SOC_INTEL_GLK
+ default 100 if SOC_INTEL_GLK
config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
int
--
To view, visit https://review.coreboot.org/25537
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: I4d6201ca7ba0f0016178aea56243eba90fc570c6
Gerrit-Change-Number: 25537
Gerrit-PatchSet: 1
Gerrit-Owner: Justin TerAvest <teravest(a)chromium.org>
Hannah Williams has abandoned this change. ( https://review.coreboot.org/19825 )
Change subject: soc/intel/apollolake: for GLK enable HDA
......................................................................
Abandoned
already done
--
To view, visit https://review.coreboot.org/19825
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: Ieb8866b4f9cd177ca4947b875134e4dbbbf94cb1
Gerrit-Change-Number: 19825
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Sathyanarayana Nujella <sathyanarayana.nujella(a)intel.com>
Hannah Williams has abandoned this change. ( https://review.coreboot.org/20931 )
Change subject: mainboard/intel/glkrvp: Turn on Fan
......................................................................
Abandoned
was already done in another commit
--
To view, visit https://review.coreboot.org/20931
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I2b5ef9fabb9fa1b5e0501247c720f6c8dd22d509
Gerrit-Change-Number: 20931
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams(a)intel.com>
Hannah Williams has abandoned this change. ( https://review.coreboot.org/22764 )
Change subject: soc/intel/apollolake: Add check for invalid dev value
......................................................................
Abandoned
Not needed
--
To view, visit https://review.coreboot.org/22764
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: Ic713a4d18499dcdf7f485e0d8521d2aaeb1f0308
Gerrit-Change-Number: 22764
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams(a)intel.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25461 )
Change subject: mb/google/poppy/variants/nami: Add SPD file for Vayne
......................................................................
Patch Set 2:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/69546/ : SUCCESS
--
To view, visit https://review.coreboot.org/25461
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: I33503de21c9fc14537c00c092986fd4d2998dace
Gerrit-Change-Number: 25461
Gerrit-PatchSet: 2
Gerrit-Owner: Chris Zhou <chris_zhou(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Chris Zhou <chris_zhou(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Van Chen <van_chen(a)compal.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: luke yang <luke_yang(a)compal.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 05 Apr 2018 16:07:33 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No