summaryrefslogtreecommitdiff
path: root/src/mainboard/google/myst/variants/baseboard
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2023-06-01 15:33:50 -0600
committerMartin L Roth <gaumless@gmail.com>2023-06-15 15:57:52 +0000
commit5b5ee5830fd1726a4442fae93981fd492c4e26ba (patch)
tree3efa9addc8e218a323a5124eb3681a361275390e /src/mainboard/google/myst/variants/baseboard
parentb15946d72cbf98157ecf5062f5d610f821c0284e (diff)
mb/google/myst: Add PSP verstage callbacks
Lay the groundwork to prepare for enabling PSP verstage. This change adds PSP verstage callback to enable eSPI, TPM etc. BUG=b:284984667 TEST=Build Myst BIOS image with PSP verstage enabled. Change-Id: Ifc800e8bb27cc4c3fbccc2ab9f51138a7c4b03a6 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75585 Reviewed-by: Tim Van Patten <timvp@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/myst/variants/baseboard')
-rw-r--r--src/mainboard/google/myst/variants/baseboard/Makefile.inc1
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 3ef89cac66..74839fa863 100644
--- a/src/mainboard/google/myst/variants/baseboard/Makefile.inc
+++ b/src/mainboard/google/myst/variants/baseboard/Makefile.inc
@@ -8,5 +8,6 @@ romstage-y += gpio.c
romstage-y += tpm_tis.c
verstage-y += tpm_tis.c
+verstage-$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK) += gpio.c
smm-y += smihandler.c