aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/Makefile.inc
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2020-05-10 11:16:45 -0700
committerDuncan Laurie <dlaurie@chromium.org>2020-06-02 18:07:00 +0000
commit9db8c2585ae3b14631edf170a5394440d1bceed3 (patch)
tree7bd100b19d49d801ddfe3724c1e6dbfdb6287522 /src/mainboard/google/volteer/Makefile.inc
parent4dffa9cbb7bd8c6a0af4133d3eec9cb4fa8ab4e7 (diff)
mb/google/volteer: Add firmware configuration table
Add the current firmware configuration table for the volteer mainboard and define some actions based on probe results 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. 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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41215 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/Makefile.inc')
-rw-r--r--src/mainboard/google/volteer/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/Makefile.inc b/src/mainboard/google/volteer/Makefile.inc
index c7e1daef2e..f66c5206d7 100644
--- a/src/mainboard/google/volteer/Makefile.inc
+++ b/src/mainboard/google/volteer/Makefile.inc
@@ -8,6 +8,7 @@ romstage-y += romstage.c
ramstage-$(CONFIG_CHROMEOS) += chromeos.c
ramstage-y += ec.c
+ramstage-$(CONFIG_FW_CONFIG) += fw_config.c
ramstage-y += mainboard.c
smm-y += smihandler.c