summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2455-293/+293
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2229-42/+42
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter2010-06-22162-165/+165
* Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter2010-06-1169-114/+114
* Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2010-06-012-2/+2
* MdePkg BaseLib: Fix GCC build breakjljusten2010-05-201-1/+2
* Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang82010-05-201-1/+2
* Fix some typosqhuang82010-05-202-4/+4
* Update copyright formathhtian2010-05-182-6/+6
* 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