]> git.proxmox.com Git - mirror_edk2.git/commit
1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadControlRegist...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Dec 2008 15:51:43 +0000 (15:51 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Dec 2008 15:51:43 +0000 (15:51 +0000)
commit59e0bb0cbde3c2228ecf555071490399852c02c9
tree7b8dabdfc4d3e8eabfe585ad6d0d7bd43dec0253
parent43a99f081e9af6aef9c24d35540f1299441b2970
1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadControlRegister() for IPF architecture.
2. Add AsmReadMsr() & AsmWriteMsr() for IPF architecture
3. update AsmCpuMisc.s to only support GCC tool chain to avoid symbol collision.

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