summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)AuthorFilesLines
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang85-16/+45
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang81-2/+10
2009-12-07according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian1-1/+1
2009-12-07fix GCC build issue, mWait instruction need not the operands.eric_tian1-1/+1
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2-30/+30
2009-11-211) Add new BaseLib API GetPreviousNode()mdkinney1-2/+37
2009-11-17Add ASM_PFX() for exposed symoble from assemble to Cklu21-2/+2
2009-09-01Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang83-50/+66
2009-08-24Fix file headersmdkinney22-37/+38
2009-08-201. Use .p2align directive instead of ambiguous .align directive.qhuang81-1/+1
2009-08-19Remove tabs in source code in MdePkg.qhuang85-8/+8
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang817-4469/+4469
2009-08-18Make EOL consistentmdkinney1-20/+20
2009-08-18Add ARM supportmdkinney18-2/+4491
2009-08-11Minor update source to make end-of-line consistent. qhuang81-14/+14
2009-08-11Remove all unnecessary .align directives in MdePkgqhuang845-90/+45
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22-46/+86
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao43-29/+29
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2-20/+20
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2-0/+24
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2-1/+25
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu21-3/+3
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu21-3/+14
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu21-1/+15
2009-06-04Add ASSERT check for AsmFlushCacheRange().xli244-20/+102
2009-06-031. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang81-8/+8
2009-06-03Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang81-5/+5
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang81-1/+1
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang81-1/+1
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82-3/+37
2009-05-20Replace .globl with ASM_GLOBALxli2496-112/+112
2009-05-201. Remove .extern from GCC assembly.xli2476-77/+76
2009-05-12Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun31-2/+2
2009-05-08Fix bugs in StrStr() and AsciiStrStr().rsun31-19/+18
2009-05-04Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu21-6/+6
2009-05-04Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu21-1/+3
2009-04-30Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang84-127/+44
2009-04-29Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu21-0/+9
2009-04-23update string function comment to clear the semantic meaning.eric_tian1-18/+26
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82-22/+42
2009-04-10Fix some build issues encountered with ELFGCC.jljusten1-10/+10
2009-04-07add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian1-41/+60
2009-03-10Remove incorrect assertion. According to spec, it should not assert and shoul...qhuang81-1/+0
2009-03-02Fix the error that part of instructions of AsmWriteIva() is not included into...xli241-1/+1
2009-02-23Clean up to remove unreferenced data structureqhuang81-9/+0
2009-02-10Change style 0 == Index to Index == 0lgao41-1/+1
2009-01-30Split out Synchronization Library from Base Librarymdkinney31-2482/+0
2009-01-30Split out Synchronization Library from Base Librarymdkinney2-133/+0
2009-01-13Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli242-3/+7