diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-17 06:15:06 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-17 06:15:06 +0000 |
commit | b6b2bb74dfa1f930f7a880454f56dc3570ba7916 (patch) | |
tree | adef0e7d0be2e54ddaf6eccbd1359185ff4708b0 /EdkCompatibilityPkg/Compatibility | |
parent | b1a025efdbffea1ff4896a71b501aadc2771aedb (diff) | |
download | edk2-platforms-b6b2bb74dfa1f930f7a880454f56dc3570ba7916.tar.xz |
add a comment about why gEfiPeiMemoryDiscoveredPpiGuid is used as dpx.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5346 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/FvHobToFvInfoThunk/FvHobToFvInfoThunk.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FvHobToFvInfoThunk/FvHobToFvInfoThunk.inf b/EdkCompatibilityPkg/Compatibility/FvHobToFvInfoThunk/FvHobToFvInfoThunk.inf index 2ab47abd29..b8bfbf9d5e 100644 --- a/EdkCompatibilityPkg/Compatibility/FvHobToFvInfoThunk/FvHobToFvInfoThunk.inf +++ b/EdkCompatibilityPkg/Compatibility/FvHobToFvInfoThunk/FvHobToFvInfoThunk.inf @@ -59,4 +59,6 @@ gEfiPeiFirmwareVolumeInfoPpiGuid
[Depex]
+ # This DPX ensure that this module is dispatched as late as possible in PEI phase
+ # so that all FV HOB has been built.
gEfiPeiMemoryDiscoveredPpiGuid
|