summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2021-05-12 13:03:21 -0600
committerMartin Roth <martinroth@google.com>2021-05-31 15:14:22 +0000
commit9d9dae1d960304656681864b558d899183a83834 (patch)
treef6f1282bf286eeddf3662efc4f8245b1ff1d29c3 /src/soc/amd/cezanne/include
parent43aa527eecbf272e179a09b0c3313636b0e6e19c (diff)
downloadcoreboot-9d9dae1d960304656681864b558d899183a83834.tar.gz
coreboot-9d9dae1d960304656681864b558d899183a83834.tar.bz2
coreboot-9d9dae1d960304656681864b558d899183a83834.zip
soc/amd/cezanne: Add pre-FSPM call to the mainboard
The Guybrush platform needs to set up some GPIOs immediately before the FSP-M runs. Add a platform specific call. This will be used in a follow-on commit. BUG=b:184796302, b:184598323 TEST=Build Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I37d2625ff426347852e98a9a50f15368e0213449 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54638 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/cezanne/include')
-rw-r--r--src/soc/amd/cezanne/include/soc/platform_descriptors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/include/soc/platform_descriptors.h b/src/soc/amd/cezanne/include/soc/platform_descriptors.h
index d68cd7fab9ab..3a4bc6233969 100644
--- a/src/soc/amd/cezanne/include/soc/platform_descriptors.h
+++ b/src/soc/amd/cezanne/include/soc/platform_descriptors.h
@@ -12,4 +12,6 @@ void mainboard_get_dxio_ddi_descriptors(
const fsp_dxio_descriptor **dxio_descs, size_t *dxio_num,
const fsp_ddi_descriptor **ddi_descs, size_t *ddi_num);
+void mb_pre_fspm(void);
+
#endif /* AMD_PICASSO_PLATFORM_DESCRIPTORS_H */