]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseLib/BaseLibInternals.h
1. Removal PalCallStatic API
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Nov 2008 06:48:03 +0000 (06:48 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Nov 2008 06:48:03 +0000 (06:48 +0000)
commitaad6137d5cdd23e8f7678918d3ab2e2a99f216eb
tree34b1c2f44e053ae77c3ffa79807c26502e8c30fe
parent8f446d021f37b8aa8456a9ffbcdf13eec8680f06
1. Removal PalCallStatic API
2. Two two new ReadApplicationRegister.c(), ReadControlRegister.c() API together with its related definitions in BaseLib.h
3. Remove prototype of AsmSwitchStackAndBackingStore() in public BaseLib.h, it is supposed to be a worker function for AsmSwitchStack()

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6757 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/BaseLib.h
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg/Library/BaseLib/Ipf/PalCallStatic.s [deleted file]
MdePkg/Library/BaseLib/Ipf/ReadApplicationRegister.c [new file with mode: 0644]
MdePkg/Library/BaseLib/Ipf/ReadAr.s [new file with mode: 0644]
MdePkg/Library/BaseLib/Ipf/ReadControlRegister.c [new file with mode: 0644]
MdePkg/Library/BaseLib/Ipf/ReadCr.s [new file with mode: 0644]