diff options
author | Zhiguang Liu <zhiguang.liu@intel.com> | 2024-10-08 13:14:08 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-10 06:00:56 +0000 |
commit | 0bae161fed39d8996693e586b77f31094b61b9d7 (patch) | |
tree | 858911ac54bdd2ecd92d3e7740d6c8f8511dfc8c /UnitTestFrameworkPkg | |
parent | 6f17bd5eaf9bec4571dc23fe201bb8c11236aae2 (diff) | |
download | edk2-0bae161fed39d8996693e586b77f31094b61b9d7.tar.gz |
UefiCpuPkg/MpLib: Remove NotifyOnS3SmmInitDonePpi
Previously, the SMM S3 resume code required taking control of APs to
perform SMM rebase, which would overwrite the context set by MpLib.
As a result, MpLib needed to wake up APs using InitSipiSipi to restore
the context after SMM S3 resume.
With the recent change where SMM rebase occurs in the early PEI phase,
the SMM S3 resume code no longer modifies AP context. Therefore, the
forced use of InitSipiSipi after SMM S3 resume is no longer necessary.
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'UnitTestFrameworkPkg')
0 files changed, 0 insertions, 0 deletions