summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-06-15 21:42:29 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-19 00:30:32 +0000
commit56fa67c15157628abd182edfc6370f9e63c0360b (patch)
treec06a8c6d9aec580da4bcc3875f94c8bfb24c9fac /src/mainboard
parent18c997f439038a08f24d066283ee1d871027fdef (diff)
downloadcoreboot-56fa67c15157628abd182edfc6370f9e63c0360b.tar.gz
coreboot-56fa67c15157628abd182edfc6370f9e63c0360b.tar.bz2
coreboot-56fa67c15157628abd182edfc6370f9e63c0360b.zip
soc/amd/sabrina/fsp_m_params: add UPD pointer parameter to mb callback
This allows the mainboard code to change FSP-M parameters depending on parameters that are only known at run time and not at build time. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I3e0e196a5d861acd7635c59db44ecf1970b73ce2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65855 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')
-rw-r--r--src/mainboard/google/skyrim/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/skyrim/romstage.c b/src/mainboard/google/skyrim/romstage.c
index bd7af6a9cd1c..fe5b6760e41b 100644
--- a/src/mainboard/google/skyrim/romstage.c
+++ b/src/mainboard/google/skyrim/romstage.c
@@ -3,7 +3,7 @@
#include <baseboard/variants.h>
#include <soc/platform_descriptors.h>
-void mb_pre_fspm(void)
+void mb_pre_fspm(FSP_M_CONFIG *mcfg)
{
size_t base_num_gpios;
const struct soc_amd_gpio *base_gpios;