summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ipf
AgeCommit message (Expand)Author
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-05-10Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu2
2010-05-07Fix ICC 11.1 build breakmdkinney
2010-04-23Update the copyright notice formathhtian
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang8
2009-09-01Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang8
2009-08-24Fix file headersmdkinney
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli24
2009-05-20Replace .globl with ASM_GLOBALxli24
2009-03-02Fix the error that part of instructions of AsmWriteIva() is not included into...xli24
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2008-12-29Update copyright for files modified in this yearqhuang8
2008-12-22Update to use Dos format for all .s filesqhuang8
2008-12-17Add AccessMsrDb.s for MSFT tool chain. It uses raw data to represent instruct...qhuang8
2008-12-151. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang8
2008-12-04Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy
2008-12-01Fix the issue that wrong doxygen header comments.klu2
2008-11-271. Removal PalCallStatic APIqhuang8
2008-11-19Detabqhuang8
2008-10-31Use #include <XXX.h> for public include files.qhuang8
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-10-31Update to use DOS formatqhuang8
2008-10-24Renamedvanjeff
2008-10-24Renamedvanjeff
2008-10-24Renamedvanjeff
2008-10-24Renamedvanjeff
2008-09-24clean up baselib according to review comments.vanjeff
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2008-08-20edk2/MdePkg/Library/BaseLib/BaseLib.inf:jljusten
2008-07-25Code Scrub for MdePkg.yshang1
2008-05-27De-unicode in comment for all source files.qhuang8
2007-10-11these files have moved to cpulibvprabhal
2007-10-05moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal
2007-09-18fixed one asm routinevprabhal
2007-09-18fixed one asm routinevprabhal
2007-08-30Update for ICC 10mdkinney
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2006-10-23Did not check in new files correctly the first time!ajfish
2006-10-22Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish
2006-09-251.Fix .global issue in GAS (EdkT207).qhuang8
2006-08-211. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing
2006-08-17Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing
2006-07-191. added functions header for BaseUefiDecompressLivanjeff
2006-07-101. Fixed a logical error in PciReadBuffer() and PciWriteBuffer()bxing