You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
In current code, BoardNotifyPhase() would update FPDT SBL performance table in S3 path. It could cause S3 issue since PcdAcpiTablesRsdp is not updated. Move the FPDT related code to AcpiFpdt.c Update FPDT SBL performance table in stage2 so that this table could be updated for all payloads. Signed-off-by: Guo Dong <guo.dong@intel.com>