summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)Author
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-04Add ASSERT check for AsmFlushCacheRange().xli24
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-05-12Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun3
2009-05-08Fix bugs in StrStr() and AsciiStrStr().rsun3
2009-05-04Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu2
2009-05-04Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu2
2009-04-30Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang8
2009-04-29Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu2
2009-04-23update string function comment to clear the semantic meaning.eric_tian
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-04-07add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian
2009-03-10Remove incorrect assertion. According to spec, it should not assert and shoul...qhuang8
2009-03-02Fix the error that part of instructions of AsmWriteIva() is not included into...xli24
2009-02-23Clean up to remove unreferenced data structureqhuang8
2009-02-10Change style 0 == Index to Index == 0lgao4
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2009-01-13Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli24
2009-01-09INF file verified, and Coding Style reviewed.gikidy
2009-01-08Update function header.vanjeff
2008-12-29Update copyright for files modified in this yearqhuang8
2008-12-22Update to use Dos format for all .s filesqhuang8
2008-12-17Add AccessMsrDb.s for MSFT tool chain. It uses raw data to represent instruct...qhuang8
2008-12-151. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang8
2008-12-12Fix some typo.gikidy
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy
2008-12-11Synchronize BaseLib h files to c files.gikidy
2008-12-09Synchronize comment of BaseLib.h and it's implementation to match the Spec.gikidy
2008-12-05Make comments match the Spec.gikidy
2008-12-05Update the text to use "x64" instead of "X64" in MdePkg.qhuang8
2008-12-04Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_L...gikidy
2008-12-03Add AsmEnableCache() and AsmDisableCache() as the IA32 & x64 specific BaseLib...qhuang8
2008-12-01De-Unicode in MdePkg source files.qhuang8
2008-12-01Fix the issue that wrong doxygen header comments.klu2
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao4
2008-11-271. Removal PalCallStatic APIqhuang8
2008-11-26Remove checking for overflow in several Multiple functions in BaseLib, for it...qhuang8