Attention is currently required from: Tim Wawrzynczak, Patrick Rudolph. Hello build bot (Jenkins), Tim Wawrzynczak, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54716
to look at the new patch set (#2).
Change subject: mb/google/brya: Add firmware configuration probing for audio ......................................................................
mb/google/brya: Add firmware configuration probing for audio
For all of the audio devices in overridetree.cb add the probe matches that will determine if the device should be enabled or not based on the selected audio daughter board type.
AUDIO=MAX98357_ALC5682I_I2S: enable max98357, dmic1 and alc5682i AUDIO=MAX98373_ALC5682_SNDW: enable max98373, dmic2 and alc5682
BUG=b:188696010 TEST=test different audio devices based on fw_config value:
AUDIO=UNKNOWN
ectool cbi set 6 0x00000000 4 2
AUDIO=MAX98357_ALC5682I_I2S
ectool cbi set 6 0x00000100 4 2
AUDIO=MAX98373_ALC5682_SNDW
ectool cbi set 6 0x00000200 4 2
Change-Id: I6f159442516830f9d304d78c83f070e4fcff4a37 Signed-off-by: Sugnan Prabhu S sugnan.prabhu.s@intel.com --- M src/mainboard/google/brya/Kconfig M src/mainboard/google/brya/Makefile.inc A src/mainboard/google/brya/fw_config.c M src/mainboard/google/brya/variants/brya0/overridetree.cb M src/soc/intel/alderlake/soundwire.c 5 files changed, 123 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/54716/2