summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ipf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added AsmSwitchStackAndBackingStore() to BaseLib.h for stack switching on IPF.bxing2006-08-171-122/+50
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-191-0/+43
* 1. Fixed a logical error in PciReadBuffer() and PciWriteBuffer()bxing2006-07-101-1/+1
* 1. Simplified PalCallStatic.s's by removing unnecessary condition testings.bxing2006-07-064-36/+44
* 1. Sync LinkedList.c with MWGvanjeff2006-07-061-1/+1
* 1. Updated SetJump() and LongJump() for IPFbxing2006-06-105-301/+248
* Deleted x64\SwitchStack.c Ipf/SwitchStack.c.vanjeff2006-06-021-3/+3
* Removed file/foldervanjeff2006-06-021-49/+0
* Created as wrapper for SwitchStack() to add assert() vanjeff2006-05-311-0/+49
* Changed SwitchStack() to _SwitchStack()vanjeff2006-05-311-3/+3
* Changed LongJump() to _LongJump()vanjeff2006-05-311-3/+3
* added ASSERT()vanjeff2006-05-241-0/+17
* 1. Updated CpuFlushTlb() according to IA-64 programmer's guidebxing2006-05-242-5/+80
* Added CpuFlushTlb() for IPFbxing2006-05-171-0/+29
* Updated BaseLib for THUNK functions and some CPU functionsbxing2006-05-152-0/+43
* Initial import.bbahnsen2006-04-219-0/+1108