summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ipf
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-2529-3617/+0
* MdePkg: Clean up source filesLiming Gao2018-06-283-14/+14
* Current IPF version SwitchStack implementation uses loadrs instruction to res...li-elvin2012-04-111-2/+4
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2229-42/+42
* Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu22010-05-101-1/+2
* Fix ICC 11.1 build breakmdkinney2010-05-071-1/+1
* Update the copyright notice formathhtian2010-04-2329-58/+58
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-271-2/+1
* Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang82009-09-012-50/+65
* Fix file headersmdkinney2009-08-241-2/+1
* Add ASSERT check for AsmFlushCacheRange().xli242009-06-042-17/+66
* Replace .globl with ASM_GLOBALxli242009-05-201-1/+1
* Fix the error that part of instructions of AsmWriteIva() is not included into...xli242009-03-021-1/+1
* Split out Synchronization Library from Base Librarymdkinney2009-01-303-134/+0
* Update copyright for files modified in this yearqhuang82008-12-2915-15/+15
* Update to use Dos format for all .s filesqhuang82008-12-225-5/+5
* Add AccessMsrDb.s for MSFT tool chain. It uses raw data to represent instruct...qhuang82008-12-171-0/+121
* 1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang82008-12-155-1106/+256
* Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy2008-12-041-3/+4
* Fix the issue that wrong doxygen header comments.klu22008-12-012-17/+20
* 1. Removal PalCallStatic APIqhuang82008-11-275-48/+1140
* Detabqhuang82008-11-191-4/+4
* Use #include <XXX.h> for public include files.qhuang82008-10-311-2/+1
* Use #include "XXX.h" for module internal header files.qhuang82008-10-314-31/+31
* Update to use DOS formatqhuang82008-10-312-14/+14
* Renamedvanjeff2008-10-241-0/+0
* Renamedvanjeff2008-10-241-0/+0
* Renamedvanjeff2008-10-241-0/+0
* Renamedvanjeff2008-10-241-0/+0
* clean up baselib according to review comments.vanjeff2008-09-241-22/+21
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-173-9/+3
* edk2/MdePkg/Library/BaseLib/BaseLib.inf:jljusten2008-08-201-0/+79
* Code Scrub for MdePkg.yshang12008-07-252-30/+29
* De-unicode in comment for all source files.qhuang82008-05-271-1/+1
* these files have moved to cpulibvprabhal2007-10-111-58/+0
* moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those function...vprabhal2007-10-052-33/+0
* fixed one asm routinevprabhal2007-09-181-1/+9
* fixed one asm routinevprabhal2007-09-181-5/+15
* Update for ICC 10mdkinney2007-08-302-8/+120
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-125-8/+0
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-0226-0/+3218
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-0126-3208/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1...gtian2007-05-144-26/+264
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1...gtian2007-05-147-0/+1614
* 1. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2007-03-222-53/+68
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-252-32/+15
* Did not check in new files correctly the first time!ajfish2006-10-232-0/+122
* Removed duplicate PalCallStatic functions in different libraries. Moved ReadI...ajfish2006-10-221-15/+0
* 1.Fix .global issue in GAS (EdkT207).qhuang82006-09-252-2/+2
* 1. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() ...bxing2006-08-211-0/+53