diff --git a/src/soc/amd/common/psp_verstage/psp_verstage.c b/src/soc/amd/common/psp_verstage/psp_verstage.c index 05f0cdac39..9d0fb2259a 100644 --- a/src/soc/amd/common/psp_verstage/psp_verstage.c +++ b/src/soc/amd/common/psp_verstage/psp_verstage.c @@ -252,6 +252,11 @@ void Main(void) if (bootmode == PSP_BOOT_MODE_S0i3_RESUME) { psp_verstage_s0i3_resume(); + post_code(POSTCODE_SAVE_BUFFERS); + retval = save_buffers(); + if (retval) + post_code(retval); + post_code(POSTCODE_UNMAP_FCH_DEVICES); unmap_fch_devices();