Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60327 )
Change subject: mb/google/volteer/lindar: Probe for RT1011_ALC5682I_I2S
......................................................................
mb/google/volteer/lindar: Probe for RT1011_ALC5682I_I2S
My variant of lindar uses RT1011_ALC5682I_I2S and currently it isn't
probed, which causes the audio controller being disabled. Thus, probe
for it.
Change-Id: Ib848b65b4939dd43d78cb7fd7b8b271e95f324be
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
---
M src/mainboard/google/volteer/variants/lindar/overridetree.cb
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/60327/1
diff --git a/src/mainboard/google/volteer/variants/lindar/overridetree.cb b/src/mainboard/google/volteer/variants/lindar/overridetree.cb
index 2eb482d..cb9ee7a 100644
--- a/src/mainboard/google/volteer/variants/lindar/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/lindar/overridetree.cb
@@ -274,6 +274,7 @@
probe AUDIO MAX98373_ALC5682_SNDW
probe AUDIO MAX98373_ALC5682I_I2S_UP4
probe AUDIO MAX98360_ALC5682I_I2S
+ probe AUDIO RT1011_ALC5682I_I2S
end
device ref pcie_rp9 on
chip soc/intel/common/block/pcie/rtd3
--
To view, visit https://review.coreboot.org/c/coreboot/+/60327
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib848b65b4939dd43d78cb7fd7b8b271e95f324be
Gerrit-Change-Number: 60327
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-MessageType: newchange
Attention is currently required from: Tim Wawrzynczak, Nick Vaccaro, Ronak Kanabar, Zhuohao Lee, Patrick Rudolph.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60031 )
Change subject: Revert "Revert "vendorcode/intel/fsp: Add Alder Lake FSP headers for FSP v2471_02""
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/60031
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2d858edee2eb24506c3e55a1cb808a1ccbd58da2
Gerrit-Change-Number: 60031
Gerrit-PatchSet: 2
Gerrit-Owner: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <felixsinger(a)posteo.net>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak(a)chromium.org>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Attention: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Attention: Zhuohao Lee <zhuohao(a)google.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 23 Dec 2021 22:20:36 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Patrick Rudolph.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50143 )
Change subject: nb/intel/haswell: Program Mini-HD EM4 and EM5 registers
......................................................................
Patch Set 3:
(1 comment)
File src/northbridge/intel/haswell/minihd.c:
https://review.coreboot.org/c/coreboot/+/50143/comment/08f5a692_77b66fc6
PS3, Line 67: /* Mini-HD configuration */
: reg32 = read32(base + 0x100c);
: reg32 &= 0xfffc0000;
: reg32 |= 0x4;
: write32(base + 0x100c, reg32);
:
: reg32 = read32(base + 0x1010);
: reg32 &= 0xfffc0000;
: reg32 |= 0x4b;
: write32(base + 0x1010, reg32);
Looks like this programs the EM4/EM5 registers with fixed values. Given that Broadwell code also has this, I'd prefer to look into removing this once the code is deduplicated.
--
To view, visit https://review.coreboot.org/c/coreboot/+/50143
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8d4542b7b66afc852e6bf288729c10ae2182585f
Gerrit-Change-Number: 50143
Gerrit-PatchSet: 3
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Jamal Wright <Crabstorage(a)getbackinthe.kitchen>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 23 Dec 2021 22:16:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Paul Menzel, Patrick Rudolph.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50136 )
Change subject: nb/intel/haswell/gma.c: Refactor CdClk init code
......................................................................
Patch Set 5:
(1 comment)
File src/northbridge/intel/haswell/gma.c:
https://review.coreboot.org/c/coreboot/+/50136/comment/33e83433_1a2337d4
PS3, Line 369: * ULX defaults to 337MHz with possible override for 450MHz
: * ULT is fixed at 450MHz
: * others default to 540MHz with possible override for 450MHz
> It's aligning the numbers. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/50136
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaa9e9085d5dca0ced7bed4ca8fece139c29bc46c
Gerrit-Change-Number: 50136
Gerrit-PatchSet: 5
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Jamal Wright <Crabstorage(a)getbackinthe.kitchen>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 23 Dec 2021 22:12:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment