summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a2011-08-021-6/+6
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-124-26/+88
* Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey2011-06-281-1/+4
* For BaseLib IsNull() function , update retval value comment to match its func...lgao42011-06-151-3/+3
* Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish2011-02-016-39/+19
* Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish2010-12-156-2/+35
* MdePkg: Fix GCC Thunk support for IA32jljusten2010-12-061-2/+2
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-124-8/+8
* Refine code.sfu52010-08-161-44/+8
* Refine code.sfu52010-08-132-11/+12
* Fixed K9 scan issues.hhuan132010-08-093-11/+11
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-25112-137/+137
* 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