diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-07 10:25:56 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-07 10:25:56 +0000 |
commit | c4869732ece19962c1262f1157a96d8a6240be6c (patch) | |
tree | 9b28569ccec08791c308770da73156fc51e64e1c /MdeModulePkg/Core/Dxe/DxeMain.inf | |
parent | 069cb38f00f8232ff8b72c70b0561fc392d21391 (diff) | |
download | edk2-platforms-c4869732ece19962c1262f1157a96d8a6240be6c.tar.xz |
Cache FvImage at buffer with its required alignment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4372 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/DxeMain.inf')
-rw-r--r-- | MdeModulePkg/Core/Dxe/DxeMain.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index 981c12d7f8..ce6d55f654 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -87,6 +87,7 @@ DxeCoreEntryPoint
PeCoffLib
ExtractGuidedSectionLib
+ MemoryAllocationLib
[Guids]
gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
|