summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)AuthorFilesLines
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter55-293/+293
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter29-42/+42
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter162-165/+165
2010-06-11Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter69-114/+114
2010-06-01Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2-2/+2
2010-05-20MdePkg BaseLib: Fix GCC build breakjljusten1-1/+2
2010-05-20Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang81-1/+2
2010-05-20Fix some typosqhuang82-4/+4
2010-05-18Update copyright formathhtian2-6/+6
2010-05-181. Restore the inline C implementation of GCC assembly files that was tempora...qhuang8132-4716/+3566
2010-05-10Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu21-1/+2
2010-05-07Fix ICC 11.1 build breakmdkinney1-1/+1
2010-04-23Update the copyright notice formathhtian538-1092/+1092
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-17Add Math64.S to reduce the number of compiler intrinsics that need to be supp...andrewfish2-2/+267
2010-03-01Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2-15/+21
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-23Disable interrupt when changing IDTR register.klu25-5/+20
2010-02-23Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82-3564/+0
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang85-16/+45
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang81-2/+10
2009-12-07according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian1-1/+1
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-11-211) Add new BaseLib API GetPreviousNode()mdkinney1-2/+37
2009-11-17Add ASM_PFX() for exposed symoble from assemble to Cklu21-2/+2
2009-09-01Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang83-50/+66
2009-08-24Fix file headersmdkinney22-37/+38
2009-08-201. Use .p2align directive instead of ambiguous .align directive.qhuang81-1/+1
2009-08-19Remove tabs in source code in MdePkg.qhuang85-8/+8
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang817-4469/+4469
2009-08-18Make EOL consistentmdkinney1-20/+20
2009-08-18Add ARM supportmdkinney18-2/+4491
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-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22-46/+86
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao43-29/+29
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-04Add ASSERT check for AsmFlushCacheRange().xli244-20/+102
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