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