Attention is currently required from: Tim Wawrzynczak.
Hello Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68117
to look at the new patch set (#2).
Change subject: src/soc/intel/alderlake: Add HDA link enable parameter ......................................................................
src/soc/intel/alderlake: Add HDA link enable parameter
This patch adds HDA link enable parameter. The PchHDaAudioLinkHdaEnable is required to be set for HDA link signals. The FSP uses it to enable HDA SDI signal wake/response through HDA PCR registers. Otherwise, the HDA link is not going to work even the HDA GPIO pins are configured properly.
TEST=Add pch_hda_link_enable = "1" in devicetree & make & ensure the HDA ALC711 codec (HDA configured) is recognized on ADL-S RVP
Signed-off-by: Gaggery Tsai gaggery.tsai@intel.com Change-Id: Id72cc9c3924250bd8f27174299a641c09c2dcad6 --- M src/soc/intel/alderlake/chip.h M src/soc/intel/alderlake/romstage/fsp_params.c 2 files changed, 25 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/68117/2