summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64
AgeCommit message (Expand)Author
2009-08-24Fix file headersmdkinney
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8
2009-08-18Add ARM supportmdkinney
2009-08-11Minor update source to make end-of-line consistent. qhuang8
2009-08-11Remove all unnecessary .align directives in MdePkgqhuang8
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy
2009-06-10Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu2
2009-06-05 Need use 32-bit register to hold 32-bit stack address.klu2
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu2
2009-06-05Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu2
2009-06-031. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang8
2009-06-03Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang8
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang8
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang8
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang8
2009-05-20Replace .globl with ASM_GLOBALxli24
2009-05-201. Remove .extern from GCC assembly.xli24
2009-04-30Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang8
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang8
2009-04-10Fix some build issues encountered with ELFGCC.jljusten
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2009-01-13Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli24
2008-12-29Update copyright for files modified in this yearqhuang8
2008-11-25Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should ...qhuang8
2008-11-24Add EnableCache() and DisableCache() implementations for IA32 and X64 to the ...mdkinney
2008-11-19Detabqhuang8
2008-11-03Update to use DOS formatqhuang8
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-10-31Update to use DOS formatqhuang8
2008-10-28Refine comments of X64 assembly files of MDE BaseLib.xli24
2008-10-24Refine code for ECC check.xli24
2008-10-24ECC Cleanup.vanjeff
2008-10-23Update GCC assembly files for MdePkg/Library/BaseLib/X64xli24
2008-10-21Update some comments.qwang12
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2008-09-11remove '../' from Base Library.vanjeff
2008-08-20Cleanup Cpu library class and CpuLib instance and BaseLib instance; and add c...lgao4
2008-07-31MdePkg/Library/BaseLib/X64/ReadCr2.S:jljusten
2008-07-31Gcc cleanuperic_tian
2008-07-31Gcc cleanup for baselib & basememorylib in mdepkg/library/eric_tian
2008-07-25Code Scrub for MdePkg.yshang1
2008-05-301. Add comments about reserve space on space according to x64 calling conventionqhuang8
2008-01-24Update Thunk16.S of X64 for BaseLib.xli24
2008-01-22Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli24
2008-01-21Fix bugs in GNU assembly files for writing CR and DR registers.xli24
2007-10-11these files have moved to cpulibvprabhal
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff