summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* 1. Restore the inline C implementation of GCC assembly files that was tempora...qhuang82010-05-18132-4716/+3566
* Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu22010-05-101-1/+2
* Fix ICC 11.1 build breakmdkinney2010-05-071-1/+1
* Update the copyright notice formathhtian2010-04-23538-1092/+1092
* Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a2010-04-161-1/+1
* Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2010-04-162-3/+4
* Add Math64.S to reduce the number of compiler intrinsics that need to be supp...andrewfish2010-03-172-2/+267
* Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2010-03-012-15/+21
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Disable interrupt when changing IDTR register.klu22010-02-235-5/+20
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-232-3564/+0
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-275-16/+45
* Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang82009-12-231-2/+10
* according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian2009-12-071-1/+1
* fix GCC build issue, mWait instruction need not the operands.eric_tian2009-12-071-1/+1
* Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2009-12-062-30/+30
* 1) Add new BaseLib API GetPreviousNode()mdkinney2009-11-211-2/+37
* Add ASM_PFX() for exposed symoble from assemble to Cklu22009-11-171-2/+2
* Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang82009-09-013-50/+66
* Fix file headersmdkinney2009-08-2422-37/+38
* 1. Use .p2align directive instead of ambiguous .align directive.qhuang82009-08-201-1/+1
* Remove tabs in source code in MdePkg.qhuang82009-08-195-8/+8
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-1917-4469/+4469
* Make EOL consistentmdkinney2009-08-181-20/+20
* Add ARM supportmdkinney2009-08-1818-2/+4491
* Minor update source to make end-of-line consistent. qhuang82009-08-111-14/+14
* Remove all unnecessary .align directives in MdePkgqhuang82009-08-1145-90/+45
* Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22009-07-282-46/+86
* Rename BaseLib internal functions by adding InternalBaseLib.lgao42009-07-233-29/+29
* For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2009-06-102-20/+20
* Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2009-06-102-0/+24
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-102-1/+25
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failedklu22009-06-051-3/+14
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu22009-06-051-1/+15
* Add ASSERT check for AsmFlushCacheRange().xli242009-06-044-20/+102
* 1. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang82009-06-031-8/+8
* Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang82009-06-031-5/+5
* Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang82009-06-021-1/+1
* Correct one minor instruction to clear the lower 4 bits of r11.qhuang82009-05-261-1/+1
* Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82009-05-262-3/+37
* Replace .globl with ASM_GLOBALxli242009-05-2096-112/+112
* 1. Remove .extern from GCC assembly.xli242009-05-2076-77/+76
* Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length...rsun32009-05-121-2/+2
* Fix bugs in StrStr() and AsciiStrStr().rsun32009-05-081-19/+18
* Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu22009-05-041-6/+6
* Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD...klu22009-05-041-1/+3
* Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang82009-04-304-127/+44
* Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu22009-04-291-0/+9