diff options
author | Awiral Shrivastava <awiral.shrivastava@intel.com> | 2024-07-05 08:37:41 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-30 13:51:41 +0000 |
commit | 5b08df03f8193261e4837ed4e91ff81fa7d17e4d (patch) | |
tree | 51a2c3c54c65e16a8536d65530ccb6d16ce21217 /MdeModulePkg/MdeModulePkg.dec | |
parent | 91a822749a6664dcaf0f67a837dcf0cd05783d17 (diff) | |
download | edk2-5b08df03f8193261e4837ed4e91ff81fa7d17e4d.tar.gz |
MdeModulePkg: Optimize PEI Core Migration Algorithm
REF : https://bugzilla.tianocore.org/show_bug.cgi?id=4750
Migrate the FV that doesn't contain the currently executing PEI Core
when permanent memory is initialized but PEI Core is still potentially
running from faster memory (Tepmorary RAM). This may reduce the time
required to migrate FVs to permanent memory. The FV containing PEI
Core is migrated after the PEI Core reentry when it is executed from
permanent memory.
This may or may not improve performance depending on the behavior of
temporary RAM and the actual performance changes must be measured with
the feature enabled and disabled.
This migration algorithm is only used for FVs specified in the
gEdkiiMigrationInfoGuid HOB and built with flag
FLAGS_FV_MIGRATE_BEFORE_PEI_CORE_REENTRY.
Signed-off-by: Awiral Shrivastava <awiral.shrivastava@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
0 files changed, 0 insertions, 0 deletions