summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64
AgeCommit message (Expand)Author
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
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff
2007-01-101. Added comments to ASM filesbxing
2006-11-23To Fix PVCS 429.yshang1
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen
2006-11-17Add an underscore for gcc.bbahnsen
2006-11-16Initial port to x86_64 gnu assembly.bbahnsen
2006-11-15Enabled 4G+ memory in thunk.bxing
2006-10-04Use intrinsicmdkinney
2006-10-04Use intrinsicmdkinney
2006-09-14Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing