summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* 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-172-0/+123
* 1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang82008-12-156-1109/+258
* Fix some typo.gikidy2008-12-121-5/+5
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-1/+1
* Synchronize BaseLib h files to c files.gikidy2008-12-1118-113/+145
* Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy2008-12-094-5/+5
* Make comments match the Spec.gikidy2008-12-052-35/+33
* Update the text to use "x64" instead of "X64" in MdePkg.qhuang82008-12-0577-114/+114
* Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy2008-12-041-3/+4
* Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib...qhuang82008-12-032-6/+6
* De-Unicode in MdePkg source files.qhuang82008-12-011-1/+1
* Fix the issue that wrong doxygen header comments.klu22008-12-012-17/+20
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-247/+0
* 1. Removal PalCallStatic APIqhuang82008-11-277-49/+2003
* Remove checking for overflow in several Multiple functions in BaseLib, for it...qhuang82008-11-263-6/+0
* Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy2008-11-2527-394/+406
* Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should ...qhuang82008-11-252-8/+8
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-251-1/+0
* Use ".486" for the instruction of "wbinvd"qhuang82008-11-252-2/+2
* Add EnableCache() and DisableCache() implementations for IA32 and X64 to the ...mdkinney2008-11-2411-0/+414
* Detabqhuang82008-11-1924-35/+35
* Update doxygen comment for VarArg list parameter. "..."'s description is added.qwang122008-11-191-0/+4
* Add two EFI Modifier.qwang122008-11-051-0/+2
* Update to use DOS formatqhuang82008-11-0385-3502/+3502
* Use #include <XXX.h> for public include files.qhuang82008-10-311-2/+1
* Use #include "XXX.h" for module internal header files.qhuang82008-10-3129-91/+91
* Update to use DOS formatqhuang82008-10-312-14/+14
* Update to use DOS formatqhuang82008-10-312-126/+126
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-291-2/+0
* Refine comments of X64 assembly files of MDE BaseLib.xli242008-10-2815-59/+50
* sync comments.vanjeff2008-10-2819-77/+77
* Refine file header for INF files of MDE library instances.xli242008-10-281-2/+1
* move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.vanjeff2008-10-286-67/+3
* Copied remotelyvanjeff2008-10-281-0/+53
* Refine code for ECC check.xli242008-10-2410-1/+10
* Revert CpuId and CpuIdEx to r6213.xli242008-10-242-24/+24
* Sync function prototype of CpuId and CpuIdEx with MDE library specification.xli242008-10-242-24/+24
* ECC Cleanup.vanjeff2008-10-2420-123/+72
* rename filename to match the actual ones.vanjeff2008-10-241-4/+4
* Renamedvanjeff2008-10-241-0/+0
* Renamedvanjeff2008-10-241-0/+0
* Renamedvanjeff2008-10-241-0/+0
* Renamedvanjeff2008-10-241-0/+0
* Update EBC sub-dir of BaseLib according to code review comments.xli242008-10-232-28/+7
* Update GCC assembly files for MdePkg/Library/BaseLib/X64xli242008-10-237-23/+22
* Update GCC assembly files for MdePkg/Library/BaseLib/Ia32xli242008-10-2392-187/+187
* 1.removed DivS64x64Remainder.c since it has been moved to upper directory.vanjeff2008-10-222-60/+1
* Update some comments.qwang122008-10-211-1/+0
* Change style of (CONSTANT == Var) to (Var == CONSTANT) for BaseLib/String.c.xli242008-10-201-33/+33