summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)Author
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao4
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin
2010-08-16Refine code.sfu5
2010-08-13Refine code.sfu5
2010-08-09Fixed K9 scan issues.hhuan13
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter
2010-06-11Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter
2010-06-01Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a
2010-05-20MdePkg BaseLib: Fix GCC build breakjljusten
2010-05-20Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang8
2010-05-20Fix some typosqhuang8
2010-05-18Update copyright formathhtian
2010-05-181. Restore the inline C implementation of GCC assembly files that was tempora...qhuang8
2010-05-10Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu2
2010-05-07Fix ICC 11.1 build breakmdkinney
2010-04-23Update the copyright notice formathhtian
2010-04-16Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a
2010-04-16Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a
2010-03-17Add Math64.S to reduce the number of compiler intrinsics that need to be supp...andrewfish
2010-03-01Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney
2010-02-241. Correct File header to ## @filelgao4
2010-02-23Disable interrupt when changing IDTR register.klu2
2010-02-23Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang8
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang8
2009-12-23Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL termina...qhuang8
2009-12-07according to IA32 intel architecture spec, mwait instuction needs not the ope...eric_tian
2009-12-07fix GCC build issue, mWait instruction need not the operands.eric_tian
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH
2009-11-211) Add new BaseLib API GetPreviousNode()mdkinney
2009-11-17Add ASM_PFX() for exposed symoble from assemble to Cklu2
2009-09-01Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two API...qhuang8
2009-08-24Fix file headersmdkinney
2009-08-201. Use .p2align directive instead of ambiguous .align directive.qhuang8
2009-08-19Remove tabs in source code in MdePkg.qhuang8
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8
2009-08-18Make EOL consistentmdkinney
2009-08-18Add ARM supportmdkinney
2009-08-11Minor update source to make end-of-line consistent. qhuang8
2009-08-11Remove all unnecessary .align directives in MdePkgqhuang8
2009-07-28Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu2
2009-07-23Rename BaseLib internal functions by adding InternalBaseLib.lgao4
2009-06-10For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy