]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseLib
according to IA32 intel architecture spec, mwait instuction needs not the operands.
[mirror_edk2.git] / MdePkg / Library / BaseLib /
2009-12-07 eric_tianaccording to IA32 intel architecture spec, mwait instuc...
2009-12-07 eric_tianfix GCC build issue, mWait instruction need not the...
2009-12-06 AJFISHFixes for ARM build in the EdkCompatibilityPkg and...
2009-11-21 mdkinney1) Add new BaseLib API GetPreviousNode()
2009-11-17 klu2Add ASM_PFX() for exposed symoble from assemble to C
2009-09-01 qhuang8Split AsmReadKr7() and AsmWriteKr7() from AccessKr...
2009-08-24 mdkinneyFix file headers
2009-08-20 qhuang81. Use .p2align directive instead of ambiguous .align...
2009-08-19 qhuang8Remove tabs in source code in MdePkg.
2009-08-19 qhuang8Update to make end-of-line consistent for all source...
2009-08-18 mdkinneyMake EOL consistent
2009-08-18 mdkinneyAdd ARM support
2009-08-11 qhuang8Minor update source to make end-of-line consistent.
2009-08-11 qhuang8Remove all unnecessary .align directives in MdePkg
2009-07-28 klu2Add PcdVerifyNoteInList for judge whether do verificati...
2009-07-23 lgao4Rename BaseLib internal functions by adding InternalBas...
2009-06-10 gikidyFor X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump...
2009-06-10 gikidySave/Restore xmm6-xmm15 in function setJump/longJump.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2 Need use 32-bit register to hold 32-bit stack address.
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-05 klu2Fix the bug that if code is run above 4G, AsmDisablePag...
2009-06-04 xli24Add ASSERT check for AsmFlushCacheRange().
2009-06-03 qhuang81. Fix the bug that we should use rip relative addressi...
2009-06-03 qhuang8Save label "@F" to 64-bit register (r10) instead of...
2009-06-02 qhuang8Use rip relative addressing for x64 label for Thunk16...
2009-05-26 qhuang8Correct one minor instruction to clear the lower 4...
2009-05-26 qhuang8Fix the bug in x64 thunk code that it cannot handle...
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-20 xli241. Remove .extern from GCC assembly.
2009-05-12 rsun3Fix the implementation of AsciiStrStr() and StrStr...
2009-05-08 rsun3Fix bugs in StrStr() and AsciiStrStr().
2009-05-04 klu2Update function comments for AsmPrepareThunk16, AsmThun...
2009-05-04 klu2Add checking for ThunkAttribute to avoid THUNK_ATTRIBUT...
2009-04-30 qhuang8Fix the bug that EnablePaging64() should assert() for...
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.
next