]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib
Code have been checked with spec
[mirror_edk2.git] / MdePkg / Library / BaseLib /
2008-12-12 gikidyFix some typo.
2008-12-11 gikidySynchronize MdePkg h files to Library/Base* c files.
2008-12-11 gikidySynchronize BaseLib h files to c files.
2008-12-09 gikidySynchronize comment of BaseLib.h and it's implementatio...
2008-12-05 gikidyMake comments match the Spec.
2008-12-05 qhuang8Update the text to use "x64" instead of "X64" in MdePkg.
2008-12-04 gikidyChange function IpfFlushCacheRange() to AsmFlushCacheRa...
2008-12-03 qhuang8Add AsmEnableCache() and AsmDisableCache() as the IA32...
2008-12-01 qhuang8De-Unicode in MdePkg source files.
2008-12-01 klu2Fix the issue that wrong doxygen header comments.
2008-12-01 lgao4Remove NibbleToHexChar() function from BaseLib
2008-11-27 qhuang81. Removal PalCallStatic API
2008-11-26 qhuang8Remove checking for overflow in several Multiple functi...
2008-11-25 gikidySynchronize function comment in MdePkg\Library\BaseLib...
2008-11-25 qhuang8Fix minor issues in GCC assembly. The operand is 64bit...
2008-11-25 lgao4Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATI...
2008-11-25 qhuang8Use ".486" for the instruction of "wbinvd"
2008-11-24 mdkinneyAdd EnableCache() and DisableCache() implementations...
2008-11-19 qhuang8Detab
2008-11-19 qwang12Update doxygen comment for VarArg list parameter. ...
2008-11-05 qwang12Add two EFI Modifier.
2008-11-03 qhuang8Update to use DOS format
2008-10-31 qhuang8Use #include <XXX.h> for public include files.
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-31 qhuang8Update to use DOS format
2008-10-31 qhuang8Update to use DOS format
2008-10-29 eric_tianRemove unnessary UEFI_SPECIFICATION_VERSION and PI_SPEC...
2008-10-28 xli24Refine comments of X64 assembly files of MDE BaseLib.
2008-10-28 vanjeffsync comments.
2008-10-28 xli24Refine file header for INF files of MDE library instances.
2008-10-28 vanjeffmove Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.
2008-10-28 vanjeffCopied remotely
2008-10-24 xli24Refine code for ECC check.
2008-10-24 xli24Revert CpuId and CpuIdEx to r6213.
2008-10-24 xli24Sync function prototype of CpuId and CpuIdEx with MDE...
2008-10-24 vanjeffECC Cleanup.
2008-10-24 vanjeffrename filename to match the actual ones.
2008-10-24 vanjeffRenamed
2008-10-24 vanjeffRenamed
2008-10-24 vanjeffRenamed
2008-10-24 vanjeffRenamed
2008-10-23 xli24Update EBC sub-dir of BaseLib according to code review...
2008-10-23 xli24Update GCC assembly files for MdePkg/Library/BaseLib/X64
2008-10-23 xli24Update GCC assembly files for MdePkg/Library/BaseLib...
2008-10-22 vanjeff1.removed DivS64x64Remainder.c since it has been moved...
2008-10-21 qwang12Update some comments.
2008-10-20 xli24Change style of (CONSTANT == Var) to (Var == CONSTANT...
2008-10-20 vanjeffremoved blank lines to refine source codes.
2008-10-11 xli24Modify MDE source code according to MDE library update.
2008-09-25 vanjeffClean up code according to code review.
2008-09-25 vanjeff1. Changing filename to match actual ones.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-25 vanjeffChange name.
2008-09-24 vanjeffChanging unsigned int into UINTN according to code...
2008-09-24 vanjeffclean up baselib according to review comments.
2008-09-24 xli24Update BaseLib according to code review comments.
2008-09-18 lgao41. Change 0 == Length style to Length == 0
2008-09-17 vanjeffremove unnecessary comments introduced by tools from...
2008-09-11 vanjeffremove '../' from Base Library.
2008-09-11 vanjeffmove and rename it
2008-09-09 eric_tianFunction description in baselib.h is not clear. change...
2008-08-25 lgao4remove the unused msa files in MdePkg.
2008-08-20 jljustenedk2/MdePkg/Library/BaseLib/BaseLib.inf:
2008-08-20 lgao4Cleanup Cpu library class and CpuLib instance and BaseL...
2008-07-31 jljustenMdePkg/Library/BaseLib/X64/ReadCr2.S:
2008-07-31 eric_tianGcc cleanup
2008-07-31 eric_tianGcc cleanup for baselib & basememorylib in mdepkg/library/
2008-07-25 yshang1Code Scrub for MdePkg.
2008-07-08 yshang1Code scrub:
2008-05-30 qhuang81. Add comments about reserve space on space according...
2008-05-27 qhuang8De-unicode in comment for all source files.
2008-05-23 qwang121) Add BufToHexString, HexStringToBuf and IsHexDigit...
2008-04-22 klu2Fix typo in comment.
2008-03-10 qhuang8Replace "addr16" with other instructions.
2008-02-01 qhuang8Remove the DivU64x64Remainder.c (embedded asm version...
2008-02-01 qhuang81. Add conformance checking to ensure the input & outpu...
2008-02-01 qhuang8Fix the asserting error for SetJump().
2008-02-01 qhuang8Fix the issues about the loop count for checksum 16...
2008-01-24 xli24Update Thunk16.S of X64 for BaseLib.
2008-01-22 xli24Check in implementation in GNU assembly for Thunk16...
2008-01-21 xli24Fix bugs in GNU assembly files for writing CR and DR...
2007-11-30 mdkinneyFix timeout logic in AcquireSpinLock(). It could fail...
2007-10-30 jljustenMdePkg/Library/BaseLib/ChkStkGcc.c:
2007-10-16 qwang12add in include for header file to get value for MACRO...
2007-10-11 vprabhalthese files have moved to cpulib
2007-10-05 vprabhalmoved CpuSleep and CpuFlushTlb to the CpuLib to use...
2007-09-19 yshang1Update Mde/MdeModulePkg to support ICC build for IA32...
2007-09-18 vprabhalfixed one asm routine
next