diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 14:15:40 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 14:15:40 +0000 |
commit | 1fe4ef1bd813e285525a257af43ddbbcb8018b54 (patch) | |
tree | d1f69a2e1f05a7a601c5a8731b16b66c1dde09f9 /MdePkg/Library/DxeMemoryLib | |
parent | a7e63efe723159646d2a2968fffa7aa25df03fe1 (diff) | |
download | edk2-platforms-1fe4ef1bd813e285525a257af43ddbbcb8018b54.tar.xz |
1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.
2. Update .msa files to add some missing files files in MdePkg
3. Add Help text to Mde Library related PCDs.
4. Fix some bugs in CpuId.S and CpuIdEx.S.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@919 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeMemoryLib')
-rw-r--r-- | MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa b/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa index a3d47b4365..dfe66a5e1b 100644 --- a/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa +++ b/MdePkg/Library/DxeMemoryLib/DxeMemoryLib.msa @@ -5,8 +5,9 @@ <ModuleType>UEFI_DRIVER</ModuleType>
<GuidValue>f1bbe03d-2f28-4dee-bec7-d98d7a30c36a</GuidValue>
<Version>1.0</Version>
- <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
- <Description>FIX ME!</Description>
+ <Abstract>Component description file for Dxe Memory Library.</Abstract>
+ <Description>Base Memory Library implementation that uses EFI Boot Services
+ where possible for size reduction.</Description>
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
<License>All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -36,6 +37,7 @@ </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
+ <Filename>MemLibInternals.h</Filename>
<Filename>MemLib.c</Filename>
<Filename>MemLibGuid.c</Filename>
<Filename>MemLibGeneric.c</Filename>
|