TianoCore EDK2 master
Loading...
Searching...
No Matches
TO_MIGRATE_FV_INFO Struct Reference

#include <MdeModulePkg/Include/Guid/MigratedFvInfo.h>

Data Fields

UINT32 FvOrgBaseOnTempRam
 
UINT32 FvMigrationFlags
 

Detailed Description

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.

Field Documentation

◆ FvMigrationFlags

UINT32 TO_MIGRATE_FV_INFO::FvMigrationFlags

Definition at line 39 of file MigratedFvInfo.h.

◆ FvOrgBaseOnTempRam

UINT32 TO_MIGRATE_FV_INFO::FvOrgBaseOnTempRam

Definition at line 33 of file MigratedFvInfo.h.


The documentation for this struct was generated from the following file: