|
TianoCore EDK2 master
|
#include <MdeModulePkg/Include/Guid/MigratedFvInfo.h>
Data Fields | |
| UINT32 | FvOrgBaseOnTempRam |
| UINT32 | FvMigrationFlags |
In real use cases, not all FVs need migrate to permanent memory before TempRam tears down. EDKII_MIGRATION_INFO hob should be published by platform to indicate which FVs need migration to optimize boot performance. If this hob is not detected by Pei Core, all FVs on TempRam will be migrated and FV raw data will also be copied. Only one EDKII_MIGRATION_INFO hob should be published by platform, and this hob will take effect only when migration feature is enabled by PCD.
Definition at line 32 of file MigratedFvInfo.h.
| UINT32 TO_MIGRATE_FV_INFO::FvMigrationFlags |
Definition at line 39 of file MigratedFvInfo.h.
| UINT32 TO_MIGRATE_FV_INFO::FvOrgBaseOnTempRam |
Definition at line 33 of file MigratedFvInfo.h.