Hello Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41215
to look at the new patch set (#2).
Change subject: mb/google/volteer: Add firmware configuration table ......................................................................
mb/google/volteer: Add firmware configuration table
Add the current firmware configuration table for the volteer mainboard. This is not completely filled out for all fields yet but has the entries needed for audio.
- When I2S options are selected disable the SoundWire GPIOs. - When SoundWire is enabled disable the I2S GPIOs. - When no audio is enabled disable all the GPIOs.
The current mainboard configuration value is read from the Embedded Controller CBI field and provided to the firmware configuration interface for probing.
BUG=b:147462631 TEST=Test that GPIOs are configured as expected based on the current value of the fw_config field in cbi.
Change-Id: I179f8b6436be83a2b37911777764bd26a0d404b7 Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/mainboard/google/volteer/Kconfig M src/mainboard/google/volteer/Makefile.inc A src/mainboard/google/volteer/fw_config.c 3 files changed, 136 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/41215/2