Age | Commit message (Expand) | Author | Files | Lines |
2010-03-17 | Add Math64.S to reduce the number of compiler intrinsics that need to be supp... | andrewfish | 2 | -2/+267 |
2010-03-01 | Remove assumption that the transition code for transitioning from 64-bit to 3... | mdkinney | 2 | -15/+21 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 | 1 | -4/+4 |
2010-02-23 | Disable interrupt when changing IDTR register. | klu2 | 5 | -5/+20 |
2010-02-23 | Temporarily remove the C implementation of some GCC assembly files in MdePkg.... | qhuang8 | 2 | -3564/+0 |
2010-01-27 | Clean up MdePkg source to correct some coding style issues, etc. | qhuang8 | 5 | -16/+45 |
2009-12-23 | Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina... | qhuang8 | 1 | -2/+10 |
2009-12-07 | according to IA32 intel architecture spec, mwait instuction needs not the ope... | eric_tian | 1 | -1/+1 |
2009-12-07 | fix GCC build issue, mWait instruction need not the operands. | eric_tian | 1 | -1/+1 |
2009-12-06 | Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo... | AJFISH | 2 | -30/+30 |
2009-11-21 | 1) Add new BaseLib API GetPreviousNode() | mdkinney | 1 | -2/+37 |
2009-11-17 | Add ASM_PFX() for exposed symoble from assemble to C | klu2 | 1 | -2/+2 |
2009-09-01 | Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API... | qhuang8 | 3 | -50/+66 |
2009-08-24 | Fix file headers | mdkinney | 22 | -37/+38 |
2009-08-20 | 1. Use .p2align directive instead of ambiguous .align directive. | qhuang8 | 1 | -1/+1 |
2009-08-19 | Remove tabs in source code in MdePkg. | qhuang8 | 5 | -8/+8 |
2009-08-19 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 | 17 | -4469/+4469 |
2009-08-18 | Make EOL consistent | mdkinney | 1 | -20/+20 |
2009-08-18 | Add ARM support | mdkinney | 18 | -2/+4491 |
2009-08-11 | Minor update source to make end-of-line consistent. | qhuang8 | 1 | -14/+14 |
2009-08-11 | Remove all unnecessary .align directives in MdePkg | qhuang8 | 45 | -90/+45 |
2009-07-28 | Add PcdVerifyNoteInList for judge whether do verification of node in list in ... | klu2 | 2 | -46/+86 |
2009-07-23 | Rename BaseLib internal functions by adding InternalBaseLib. | lgao4 | 3 | -29/+29 |
2009-06-10 | For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl... | gikidy | 2 | -20/+20 |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump for GAS. | gikidy | 2 | -0/+24 |
2009-06-10 | Save/Restore xmm6-xmm15 in function setJump/longJump. | gikidy | 2 | -1/+25 |
2009-06-05 | Need use 32-bit register to hold 32-bit stack address. | klu2 | 1 | -3/+3 |
2009-06-05 | Need use 32-bit register to hold 32-bit stack address. | klu2 | 1 | -3/+3 |
2009-06-05 | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failed | klu2 | 1 | -3/+14 |
2009-06-05 | Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure. | klu2 | 1 | -1/+15 |
2009-06-04 | Add ASSERT check for AsmFlushCacheRange(). | xli24 | 4 | -20/+102 |
2009-06-03 | 1. Fix the bug that we should use rip relative addressing for x64 label to pr... | qhuang8 | 1 | -8/+8 |
2009-06-03 | Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ... | qhuang8 | 1 | -5/+5 |
2009-06-02 | Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb... | qhuang8 | 1 | -1/+1 |
2009-05-26 | Correct one minor instruction to clear the lower 4 bits of r11. | qhuang8 | 1 | -1/+1 |
2009-05-26 | Fix the bug in x64 thunk code that it cannot handle the case when GDT is load... | qhuang8 | 2 | -3/+37 |
2009-05-20 | Replace .globl with ASM_GLOBAL | xli24 | 96 | -112/+112 |
2009-05-20 | 1. Remove .extern from GCC assembly. | xli24 | 76 | -77/+76 |
2009-05-12 | Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length... | rsun3 | 1 | -2/+2 |
2009-05-08 | Fix bugs in StrStr() and AsciiStrStr(). | rsun3 | 1 | -19/+18 |
2009-05-04 | Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun... | klu2 | 1 | -6/+6 |
2009-05-04 | Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD... | klu2 | 1 | -1/+3 |
2009-04-30 | Fix the bug that EnablePaging64() should assert() for x64 platform. | qhuang8 | 4 | -127/+44 |
2009-04-29 | Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ... | klu2 | 1 | -0/+9 |
2009-04-23 | update string function comment to clear the semantic meaning. | eric_tian | 1 | -18/+26 |
2009-04-17 | Save segment registers on stack in case the thunk code assembly calls CF9 sof... | qhuang8 | 2 | -22/+42 |
2009-04-10 | Fix some build issues encountered with ELFGCC. | jljusten | 1 | -10/+10 |
2009-04-07 | add assertion condition to satisfy the requirement in MdePkg library spec 0.61p | eric_tian | 1 | -41/+60 |
2009-03-10 | Remove incorrect assertion. According to spec, it should not assert and shoul... | qhuang8 | 1 | -1/+0 |
2009-03-02 | Fix the error that part of instructions of AsmWriteIva() is not included into... | xli24 | 1 | -1/+1 |