Hello Patrick Rudolph, Paul Menzel, build bot (Jenkins), Hannah Williams, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/29394
to look at the new patch set (#11).
Change subject: src/soc/intel/braswell/hda.c: Configure HDA codecs ......................................................................
src/soc/intel/braswell/hda.c: Configure HDA codecs
The support of the HDA did not configure the codecs. Add: - hda_enable() - hda_init()
hda_enable() will disable the HDA controller when controllered is not used. hda_init() will detect attached codecs and configure the codecs using cim_verb_data[].
Based on intel/broadwell/hda.c implementation.
BUG=N/A TEST=Intel CherryHill CRB
Change-Id: I5c23ec311e5b5a6dfd6f031aa19617407fe8ed63 Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/mainboard/google/cyan/Makefile.inc A src/mainboard/google/cyan/hda_verb.c M src/mainboard/intel/strago/Makefile.inc A src/mainboard/intel/strago/hda_verb.c M src/soc/intel/braswell/hda.c M src/soc/intel/braswell/include/soc/ramstage.h M src/soc/intel/braswell/southcluster.c 7 files changed, 124 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/29394/11