]> git.proxmox.com Git - mirror_edk2.git/commit
created a CpuLib for CpuSleep and CpuFlushTlb from BaseLib to remove circular depende...
authorvprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2007 18:47:03 +0000 (18:47 +0000)
committervprabhal <vprabhal@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2007 18:47:03 +0000 (18:47 +0000)
commite0337bfab8f1d3affab9e0313121d6015f0d996c
tree1315ad8a139c688f27af579b5d2342d9fae7f056
parent052ad7e1912d93798fa80f74c6a6ab364b4d13d8
created a CpuLib for CpuSleep and CpuFlushTlb from BaseLib to remove circular dependency on PalCallLib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4020 6f19259b-4bc3-4df7-8a09-765794883524
20 files changed:
MdePkg/Library/CpuLib/CpuLib.inf [new file with mode: 0644]
MdePkg/Library/CpuLib/Ebc/CpuSleepFlushTlb.c [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.S [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.asm [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuFlushTlb.c [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuPause.S [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuPause.asm [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuPause.c [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuSleep.S [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuSleep.asm [new file with mode: 0644]
MdePkg/Library/CpuLib/Ia32/CpuSleep.c [new file with mode: 0644]
MdePkg/Library/CpuLib/Ipf/CpuFlushTlb.s [new file with mode: 0644]
MdePkg/Library/CpuLib/Ipf/CpuPause.s [new file with mode: 0644]
MdePkg/Library/CpuLib/Ipf/CpuSleep.c [new file with mode: 0644]
MdePkg/Library/CpuLib/X64/CpuFlushTlb.S [new file with mode: 0644]
MdePkg/Library/CpuLib/X64/CpuFlushTlb.asm [new file with mode: 0644]
MdePkg/Library/CpuLib/X64/CpuPause.S [new file with mode: 0644]
MdePkg/Library/CpuLib/X64/CpuPause.asm [new file with mode: 0644]
MdePkg/Library/CpuLib/X64/CpuSleep.S [new file with mode: 0644]
MdePkg/Library/CpuLib/X64/CpuSleep.asm [new file with mode: 0644]