summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64
AgeCommit message (Expand)AuthorFilesLines
2010-06-01Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a1-1/+1
2010-05-20Fix some typosqhuang81-2/+2
2010-05-18Update copyright formathhtian1-3/+3
2010-05-181. Restore the inline C implementation of GCC assembly files that was tempora...qhuang868-2379/+1806
2010-04-23Update the copyright notice formathhtian162-324/+324
2010-04-16Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a1-1/+1
2010-04-16Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2-3/+4
2010-03-01Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2-15/+21
2010-02-23Disable interrupt when changing IDTR register.klu22-2/+8
2010-02-23Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang81-1806/+0
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang81-5/+5
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-08-24Fix file headersmdkinney1-1/+1
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang81-1806/+1806
2009-08-18Add ARM supportmdkinney1-0/+1806
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-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-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_GLOBALxli243-18/+18
2009-05-201. Remove .extern from GCC assembly.xli2476-77/+76
2009-04-30Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang83-125/+44
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-01-30Split out Synchronization Library from Base Librarymdkinney12-507/+0
2009-01-13Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli242-3/+7
2008-12-29Update copyright for files modified in this yearqhuang873-73/+73
2008-11-25Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should ...qhuang82-8/+8
2008-11-24Add EnableCache() and DisableCache() implementations for IA32 and X64 to the ...mdkinney4-0/+164
2008-11-19Detabqhuang822-23/+23
2008-11-03Update to use DOS formatqhuang878-3189/+3189
2008-10-31Use #include "XXX.h" for module internal header files.qhuang81-1/+1
2008-10-31Update to use DOS formatqhuang82-126/+126
2008-10-28Refine comments of X64 assembly files of MDE BaseLib.xli2415-59/+50
2008-10-24Refine code for ECC check.xli247-0/+7
2008-10-24ECC Cleanup.vanjeff3-3/+3
2008-10-23Update GCC assembly files for MdePkg/Library/BaseLib/X64xli247-23/+22
2008-10-21Update some comments.qwang121-1/+0
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff1-3/+1