]> git.proxmox.com Git - mirror_edk2.git/commit
1. Merger generic functions into one file.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Dec 2008 05:28:12 +0000 (05:28 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Dec 2008 05:28:12 +0000 (05:28 +0000)
commit6e8a984eca4c9763038e887b8d813b2110bbaed6
treeb418c1c4d5e8981e00c5b27717039758680e6935
parent4ef55dfc766c2206378ab7e5a3101a2a7a32d569
1. Merger generic functions into one file.
2. Use the basic definitions in BaseLib.h, instead of local definitions

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6986 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm
MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h [new file with mode: 0644]
MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c
MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.h
MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupportIa32.c [new file with mode: 0644]
MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h
MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.asm
MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c [deleted file]
MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.h
MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupportX64.c [new file with mode: 0644]