Ivy Jian has uploaded this change for review. ( https://review.coreboot.org/28782
Change subject: mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Fleex
......................................................................
mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Fleex
Enable DRAM_PART_NUM_IN_CBI feature to get DRAM part number from CBI
and set DRAM_PART_IN_CBI_BOARD_ID_MIN to 2 for DVT.
BUG=b:116721822
TEST=Verified it in Fleex EVT board which rework ram id.
Change-Id: I0f191c950aa6a70069bffa1f1802386ab263a310
Signed-off-by: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
---
M src/mainboard/google/octopus/Kconfig
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/28782/1
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index d245a62..ba1e861 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -117,6 +117,7 @@
default y if BOARD_GOOGLE_PHASER
default y if BOARD_GOOGLE_MEEP
default y if BOARD_GOOGLE_AMPTON
+ default y if BOARD_GOOGLE_FLEEX
config DRAM_PART_NUM_ALWAYS_IN_CBI
bool
@@ -129,7 +130,7 @@
default 255 if BOARD_GOOGLE_YORP
default 255 if BOARD_GOOGLE_BIP
default 2 if BOARD_GOOGLE_PHASER
- default 9 if BOARD_GOOGLE_FLEEX
+ default 2 if BOARD_GOOGLE_FLEEX
default 9 if BOARD_GOOGLE_BOBBA
default 1 if BOARD_GOOGLE_MEEP
default 255 if BOARD_GOOGLE_AMPTON
--
To view, visit https://review.coreboot.org/28782
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: I0f191c950aa6a70069bffa1f1802386ab263a310
Gerrit-Change-Number: 28782
Gerrit-PatchSet: 1
Gerrit-Owner: Ivy Jian <ivy_jian(a)compal.corp-partner.google.com>
Sathyanarayana Nujella has posted comments on this change. ( https://review.coreboot.org/28780 )
Change subject: WIP: mb/google/poppy/variants/nocturne: add dmic cofig params to DT
......................................................................
Patch Set 1: Code-Review-1
Marking as "-1" as Kernel side we are yet to get it completely working.
Need some more time please.
--
To view, visit https://review.coreboot.org/28780
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: Iabf1d2329880d7e247efac00d2160606792dab00
Gerrit-Change-Number: 28780
Gerrit-PatchSet: 1
Gerrit-Owner: Sathyanarayana Nujella <sathyanarayana.nujella(a)intel.com>
Gerrit-Reviewer: HARSHAPRIYA N <harshapriya.n(a)intel.com>
Gerrit-Reviewer: Jairaj Arava <jairaj.arava(a)intel.com>
Gerrit-Reviewer: Jenny Tc <jenny.tc(a)intel.com>
Gerrit-Reviewer: Sathya Prakash M R <sathya.prakash.m.r(a)intel.com>
Gerrit-Reviewer: Sathyanarayana Nujella <sathyanarayana.nujella(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 28 Sep 2018 02:00:11 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Hello Jairaj Arava, HARSHAPRIYA N,
I'd like you to do a code review. Please visit
https://review.coreboot.org/28780
to review the following change.
Change subject: WIP: mb/google/poppy/variants/nocturne: add dmic cofig params to DT
......................................................................
WIP: mb/google/poppy/variants/nocturne: add dmic cofig params to DT
DMIC Codec needs minimum clock ON time to function it correctly
during switch from sleep-mode to wake-up mode.
Hence adding modeswitch_delay_ms as per DMIC spec.
BUG=b:112888584
TEST=Verified DT entry has modeswitch_delay_ms
Change-Id: Iabf1d2329880d7e247efac00d2160606792dab00
Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella(a)intel.com>
Signed-off-by: Jairaj Arava <jairaj.arava(a)intel.com>
Signed-off-by: Harsha Priya <harshapriya.n(a)intel.com>
---
M src/mainboard/google/poppy/variants/nocturne/devicetree.cb
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/28780/1
diff --git a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
index 70a379c..6c3e007 100644
--- a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
@@ -434,6 +434,10 @@
chip ec/google/chromeec
device pnp 0c09.0 on end
end
+ chip drivers/generic/dmic
+ register "modeswitch_delay_ms" = "35"
+ device generic 0 on end
+ end
end # LPC Interface
device pci 1f.1 on end # P2SB
device pci 1f.2 on end # Power Management Controller
--
To view, visit https://review.coreboot.org/28780
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: Iabf1d2329880d7e247efac00d2160606792dab00
Gerrit-Change-Number: 28780
Gerrit-PatchSet: 1
Gerrit-Owner: Sathyanarayana Nujella <sathyanarayana.nujella(a)intel.com>
Gerrit-Reviewer: HARSHAPRIYA N <harshapriya.n(a)intel.com>
Gerrit-Reviewer: Jairaj Arava <jairaj.arava(a)intel.com>
Marshall Dawson has posted comments on this change. ( https://review.coreboot.org/28767 )
Change subject: amd/stoneyridge: Load AOAC and USB gnvs values
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/28767/1/src/soc/amd/stoneyridge/southbridge…
File src/soc/amd/stoneyridge/southbridge.c:
https://review.coreboot.org/#/c/28767/1/src/soc/amd/stoneyridge/southbridge…
PS1, Line 914: 1;
> Search for "AOACx[7F:41:step2] Device D3 State" in the NDA BKDG (probably also available in the publ […]
I'm aware of where the AOAC registers are defined, and I understand the aoac_device_enabled() intent. However, I pref using the device tree settings for these. They're probably more accurate a representation of the proper configuration.
--
To view, visit https://review.coreboot.org/28767
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: I8af69c030eb2353ad75beeb2bfd3bef24abff04c
Gerrit-Change-Number: 28767
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Comment-Date: Thu, 27 Sep 2018 22:13:39 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No