]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib
Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect.
[mirror_edk2.git] / MdePkg / Library / BaseLib /
2009-04-29 klu2Add limitation clarification for usage of AsmPrepareThu...
2009-04-23 eric_tianupdate string function comment to clear the semantic...
2009-04-17 qhuang8Save segment registers on stack in case the thunk code...
2009-04-10 jljustenFix some build issues encountered with ELFGCC.
2009-04-07 eric_tianadd assertion condition to satisfy the requirement...
2009-03-10 qhuang8Remove incorrect assertion. According to spec, it shoul...
2009-03-02 xli24Fix the error that part of instructions of AsmWriteIva...
2009-02-23 qhuang8Clean up to remove unreferenced data structure
2009-02-10 lgao4Change style 0 == Index to Index == 0
2009-01-30 mdkinneySplit out Synchronization Library from Base Library
2009-01-30 mdkinneySplit out Synchronization Library from Base Library
2009-01-13 xli24Fix the bug that EntryPoint of DisablePaging64() is...
2009-01-09 gikidyINF file verified, and Coding Style reviewed.
2009-01-08 vanjeffUpdate function header.
2008-12-29 qhuang8Update copyright for files modified in this year
2008-12-22 qhuang8Update to use Dos format for all .s files
2008-12-17 qhuang8Add AccessMsrDb.s for MSFT tool chain. It uses raw...
2008-12-15 qhuang81. Simplify the implementation of AsmReadApplicationReg...
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...
next