diff options
author | Jon Murphy <jpmurphy@google.com> | 2023-05-03 21:13:00 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-05-08 13:14:58 +0000 |
commit | 4a44f6a6b276fcd3abe24a2328dd93e439b877d5 (patch) | |
tree | c74c9ac6ddc3484b6606f30b8e25ecd2eef25555 /src/mainboard/google/myst/variants/baseboard/Makefile.inc | |
parent | c20afb801af05f3fc48446727251ffbda230cd71 (diff) |
mb/google/myst: Add selective FP init
Add FW_CONFIG item for FP sensor init and conditionally init
the GPIOs based on whether we're using a SPI or UART FP sensor.
BUG=b:276939271
TEST=builds
Change-Id: I9815bd17df1d15f73529beb15d08cde1ef90efad
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74958
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/myst/variants/baseboard/Makefile.inc')
-rw-r--r-- | src/mainboard/google/myst/variants/baseboard/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/variants/baseboard/Makefile.inc b/src/mainboard/google/myst/variants/baseboard/Makefile.inc index ffa462ab8f..3ef89cac66 100644 --- a/src/mainboard/google/myst/variants/baseboard/Makefile.inc +++ b/src/mainboard/google/myst/variants/baseboard/Makefile.inc @@ -1,5 +1,6 @@ bootblock-y += gpio.c +ramstage-$(CONFIG_FW_CONFIG) += fw_config.c ramstage-y += gpio.c ramstage-y += tpm_tis.c |