aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/cezanne')
-rw-r--r--src/soc/amd/cezanne/fsp_s_params.c6
-rw-r--r--src/soc/amd/cezanne/romstage.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/amd/cezanne/fsp_s_params.c b/src/soc/amd/cezanne/fsp_s_params.c
index 60f3942802..a7ef95876f 100644
--- a/src/soc/amd/cezanne/fsp_s_params.c
+++ b/src/soc/amd/cezanne/fsp_s_params.c
@@ -18,10 +18,8 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd)
fsp_assign_vbios_upds(scfg);
/*
- * At this point FSP-S has been loaded into RAM. If we were to start loading the APOB
- * before FSP-S was loaded, we would introduce contention onto the SPI bus and
- * slow down the FSP-S read from SPI. Since FSP-S takes a while to execute and performs
- * no SPI operations, we can read the APOB while FSP-S executes.
+ * At this point FSP-S has been loaded into RAM. Since FSP-S takes a while to execute
+ * and performs no SPI operations, we can read the APOB while FSP-S executes.
*/
start_apob_cache_read();
/*
diff --git a/src/soc/amd/cezanne/romstage.c b/src/soc/amd/cezanne/romstage.c
index 2bf5e230c9..c6bba7b81e 100644
--- a/src/soc/amd/cezanne/romstage.c
+++ b/src/soc/amd/cezanne/romstage.c
@@ -18,6 +18,8 @@ void __noreturn romstage_main(void)
/* Snapshot chipset state prior to any FSP call */
fill_chipset_state();
+ preload_fspm();
+
fsp_memory_init(acpi_is_wakeup_s3());
/* Fixup settings FSP-M should not be changing */