Sync the migration tool setting files with the definitions in latest UEFI 2.1 specification and the code in latest EDK II source tree.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4446 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2007-12-28 08:01:58 +00:00
parent 63245e966f
commit bbfa12f16e
5 changed files with 27 additions and 11 deletions

View File

@@ -33,6 +33,7 @@ EfiDriverLib,EfiLibAllocateRuntimeCopyPool,AllocateRuntimeCopyPool,MemoryAllocat
EfiDriverLib,EfiLibAllocateRuntimePool,AllocateRuntimePool,MemoryAllocationLib,MdePkg
EfiDriverLib,EfiLibAllocateRuntimeZeroPool,AllocateRuntimeZeroPool,MemoryAllocationLib,MdePkg
EfiDriverLib,EfiLibAllocateZeroPool,AllocateZeroPool,MemoryAllocationLib,MdePkg
EfiDriverLib,EfiLibSafeFreePool,SafeFreePool,MemoryAllocationLib,MdePkg
EfiDriverLib,EfiCreateEventReadyToBoot,EfiCreateEventReadyToBootEx,UefiLib,MdePkg
EfiDriverLib,EfiCreateEventLegacyBoot,EfiCreateEventLegacyBootEx,UefiLib,MdePkg
EfiDriverLib,EfiInitializeFwVolDevicepathNode,EfiInitializeFwVolDevicepathNode,UefiLib,MdePkg
@@ -74,6 +75,7 @@ EfiCommonLib,COMMA_TYPE,COMMA_TYPE,PrintLib,MdePkg
EfiCommonLib,DivU64x32,DivU64x64Remainder,BaseLib,MdePkg
EfiCommonLib,EfiAsciiStrCpy,AsciiStrCpy,BaseLib,MdePkg
EfiCommonLib,EfiAsciiStrLen,AsciiStrLen,BaseLib,MdePkg
EfiCommonLib,EfiAsciiStrCmp,AsciiStrCmp,BaseLib,MdePkg
EfiCommonLib,EfiCommonIoRead,n/a,n/a,MdePkg
EfiCommonLib,EfiCommonIoWrite,n/a,n/a,MdePkg
EfiCommonLib,EfiCommonLibCopyMem,CopyMem,BaseMemoryLib,MdePkg
@@ -88,14 +90,16 @@ EfiCommonLib,EfiDebugAssertWorker,n/a,n/a,MdePkg
EfiCommonLib,EfiDebugVPrintWorker,n/a,n/a,MdePkg
EfiCommonLib,EfiInitializeCommonDriverLib,n/a,n/a,MdePkg
EfiCommonLib,EfiLibGetSystemConfigurationTable,EfiGetSystemConfigurationTable,UefiLib,MdePkg
EfiCommonLib,EfiAsciiStrSize,AsciiStrSize,BaseLib,MdePkg
EfiCommonLib,EfiStrCat,StrCat,BaseLib,MdePkg
EfiCommonLib,EfiStrCmp,StrCmp,BaseLib,MdePkg
EfiCommonLib,EfiStrCpy,StrCpy,BaseLib,MdePkg
EfiCommonLib,EfiStrLen,StrLen,BaseLib,MdePkg
EfiCommonLib,EfiStrnCmp,StrnCmp,BaseLib,MdePkg
EfiCommonLib,EfiStrSize,StrSize,BaseLib,MdePkg
EfiCommonLib,EfiStrStr,StrStr,BaseLib,MdePkg
EfiCommonLib,EfiStrTrim,R8_EfiStrTrim,%,MdePkg
EfiCommonLib,EfiValueToHexStr,R8_EfiValueToHexStr,%,MdePkg
EfiCommonLib,EfiValueToString,AsciiValueToString,PrintLib,MdePkg
EfiCommonLib,EFI_ALIGN,ALIGN_POINTER,BaseLib,MdePkg
EfiCommonLib,GetPowerOfTwo,GetPowerOfTwo64,BaseLib,MdePkg
EfiCommonLib,HexStringToBuf,R8_HexStringToBuf,%,MdePkg
@@ -143,6 +147,8 @@ EfiCommonLib,EFI_D_GENERIC,(DEBUG_ERROR | DEBUG_INIT | DEBUG_WARN | DEBUG_INFO |
EfiCommonLib,EFI_D_INTRINSIC,(DEBUG_EVENT | DEBUG_POOL | DEBUG_PAGE | DEBUG_LOAD | DEBUG_BM | DEBUG_VARIABLE),DebugLib,MdePkg
EfiCommonLib,EFI_D_RESERVED,((DEBUG_ERROR | DEBUG_INIT | DEBUG_WARN | DEBUG_INFO | DEBUG_BLKIO | DEBUG_NET | DEBUG_UNDI) | (DEBUG_EVENT | DEBUG_POOL | DEBUG_PAGE | DEBUG_LOAD | DEBUG_BM | DEBUG_VARIABLE)),DebugLib,MdePkg
EfiCommonLib,EFI_DBUG_MASK,DEBUG_ERROR,DebugLib,MdePkg
EfiPrintLib,VSPrint,UnicodeVSPrint,PrintLib,MdePkg
EfiPrintLib,SPrint,UnicodeSPrint,PrintLib,MdePkg
PeiLib,ASPrint,AsciiSPrint,PrintLib,MdePkg
PeiLib,AvSPrint,AsciiVSPrint,PrintLib,MdePkg
PeiLib,CompareGuid,CompareGuid,BaseMemoryLib,MdePkg
1 R8.5LibClass R8.5Lib R9Lib R9LibClass Package
33 EfiDriverLib EfiLibAllocateRuntimePool AllocateRuntimePool MemoryAllocationLib MdePkg
34 EfiDriverLib EfiLibAllocateRuntimeZeroPool AllocateRuntimeZeroPool MemoryAllocationLib MdePkg
35 EfiDriverLib EfiLibAllocateZeroPool AllocateZeroPool MemoryAllocationLib MdePkg
36 EfiDriverLib EfiLibSafeFreePool SafeFreePool MemoryAllocationLib MdePkg
37 EfiDriverLib EfiCreateEventReadyToBoot EfiCreateEventReadyToBootEx UefiLib MdePkg
38 EfiDriverLib EfiCreateEventLegacyBoot EfiCreateEventLegacyBootEx UefiLib MdePkg
39 EfiDriverLib EfiInitializeFwVolDevicepathNode EfiInitializeFwVolDevicepathNode UefiLib MdePkg
75 EfiCommonLib DivU64x32 DivU64x64Remainder BaseLib MdePkg
76 EfiCommonLib EfiAsciiStrCpy AsciiStrCpy BaseLib MdePkg
77 EfiCommonLib EfiAsciiStrLen AsciiStrLen BaseLib MdePkg
78 EfiCommonLib EfiAsciiStrCmp AsciiStrCmp BaseLib MdePkg
79 EfiCommonLib EfiCommonIoRead n/a n/a MdePkg
80 EfiCommonLib EfiCommonIoWrite n/a n/a MdePkg
81 EfiCommonLib EfiCommonLibCopyMem CopyMem BaseMemoryLib MdePkg
90 EfiCommonLib EfiDebugVPrintWorker n/a n/a MdePkg
91 EfiCommonLib EfiInitializeCommonDriverLib n/a n/a MdePkg
92 EfiCommonLib EfiLibGetSystemConfigurationTable EfiGetSystemConfigurationTable UefiLib MdePkg
93 EfiCommonLib EfiAsciiStrSize AsciiStrSize BaseLib MdePkg
94 EfiCommonLib EfiStrCat StrCat BaseLib MdePkg
95 EfiCommonLib EfiStrCmp StrCmp BaseLib MdePkg
96 EfiCommonLib EfiStrCpy StrCpy BaseLib MdePkg
97 EfiCommonLib EfiStrLen StrLen BaseLib MdePkg
98 EfiCommonLib EfiStrnCmp StrnCmp BaseLib MdePkg
99 EfiCommonLib EfiStrSize StrSize BaseLib MdePkg
100 EfiCommonLib EfiStrStr StrStr BaseLib MdePkg
101 EfiCommonLib EfiStrTrim R8_EfiStrTrim % MdePkg
102 EfiCommonLib EfiValueToHexStr R8_EfiValueToHexStr % MdePkg
EfiCommonLib EfiValueToString AsciiValueToString PrintLib MdePkg
103 EfiCommonLib EFI_ALIGN ALIGN_POINTER BaseLib MdePkg
104 EfiCommonLib GetPowerOfTwo GetPowerOfTwo64 BaseLib MdePkg
105 EfiCommonLib HexStringToBuf R8_HexStringToBuf % MdePkg
147 EfiCommonLib EFI_D_INTRINSIC (DEBUG_EVENT | DEBUG_POOL | DEBUG_PAGE | DEBUG_LOAD | DEBUG_BM | DEBUG_VARIABLE) DebugLib MdePkg
148 EfiCommonLib EFI_D_RESERVED ((DEBUG_ERROR | DEBUG_INIT | DEBUG_WARN | DEBUG_INFO | DEBUG_BLKIO | DEBUG_NET | DEBUG_UNDI) | (DEBUG_EVENT | DEBUG_POOL | DEBUG_PAGE | DEBUG_LOAD | DEBUG_BM | DEBUG_VARIABLE)) DebugLib MdePkg
149 EfiCommonLib EFI_DBUG_MASK DEBUG_ERROR DebugLib MdePkg
150 EfiPrintLib VSPrint UnicodeVSPrint PrintLib MdePkg
151 EfiPrintLib SPrint UnicodeSPrint PrintLib MdePkg
152 PeiLib ASPrint AsciiSPrint PrintLib MdePkg
153 PeiLib AvSPrint AsciiVSPrint PrintLib MdePkg
154 PeiLib CompareGuid CompareGuid BaseMemoryLib MdePkg