summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)Author
2016-06-28MdePkg BaseLib: Convert Ia32/WriteMm6.asm to NASMJordan Justen
2016-06-28MdePkg BaseLib: Convert Ia32/WriteMm7.asm to NASMJordan Justen
2016-06-28MdePkg BaseLib: Convert Ia32/Wbinvd.asm to NASMJordan Justen
2016-06-28MdePkg BaseLib: Convert Ia32/RdRand.asm to NASMJordan Justen
2016-06-28MdePkg BaseLib: Convert Ia32/EnablePaging64.asm to NASMJordan Justen
2016-06-28MdePkg BaseLib: Convert Ia32/DivU64x64Remainder.asm to NASMJordan Justen
2016-06-28MdePkg BaseLib: Remove unused GNU assembly filesJordan Justen
2016-06-28MdePkg BaseLib Thunk16: Add Thunk16 NASM versions for MSFT/INTELJordan Justen
2016-06-28MdePkg BaseLib Ia32/DivU64x64Remainder: Make _@DivRemU64x64 privateJordan Justen
2016-06-28MdePkg BaseLib X64: Tag MSFT/INTEL for .asm routines in GccInline.cJordan Justen
2016-06-28MdePkg BaseLib Ia32 assembly: Specify DWORD sizesJordan Justen
2016-06-28MdePkg BaseLib: EXTERNDEF=>EXTERN in X64/SetJumpJordan Justen
2016-06-22MdePkg: Fix 'cd ..\..' go up only 1 level.Qiu Shumin
2016-06-21MdePkg: Indicate UnicodeStrToAsciiStr/AsciiStrToUnicodeStr to be deprecatedStar Zeng
2016-06-06MdePkg/BaseLib: Add 2 more safe string functions.Jiewen Yao
2016-05-24MdePkg/BaseLib: Add more comments for safe string functions.Jiewen Yao
2016-02-23MdePkg: BaseLib: fix AArch64 DAIF interrupt mask definitionsCohen, Eugene
2015-12-31MdePkg/BaseLib: do not rely on undefined behavior in arithmetic shiftArd Biesheuvel
2015-12-15MdePkg: Convert all .uni files to utf-8Jordan Justen
2015-11-11MdePkg: BaseLib don't require NASM with XcodeAndrew Fish
2015-09-21MdePkg: Add CPU RdRand access APIs for random number generationQin Long
2015-07-13MdePkg: ensure SafeString length functions don't access beyond MaxSizeLeif Lindholm
2015-07-09MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin
2015-05-06Add ASSERT comment for SafeString API in BaseLib for MdePkg.Yao, Jiewen
2015-04-30MdePkg/BaseLib: Preserve EBX register and fix stack offset to LinearAddress i...Michael Kinney
2015-04-27MdePkg/BaseLib: Support IA32 processors without CMOVxMichael Kinney
2015-04-27MdePkg/BaseLib: Support IA32 processors without CLFLUSHMichael Kinney
2015-03-27MdePkg: fix ARM version of InternalMathSwapBytes64 ()Ard Biesheuvel
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel
2014-12-15MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong
2014-11-07Add safe string function to base lib.jyao1
2014-09-04MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16Jordan Justen
2014-09-04MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bugJordan Justen
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming
2014-09-01MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0Jordan Justen
2014-09-01MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' codeJordan Justen
2014-09-01MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit codeJordan Justen
2014-09-01MdePkg BaseLib NASM Thunk16: Use NASM local labelsJordan Justen
2014-09-01MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM versionJordan Justen
2014-09-01MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM versionJordan Justen
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming
2014-08-16MdePkg: library INF files should reference feature PCDs under [FeaturePcd]Laszlo Ersek
2014-08-11MdePkg: Fix Clang build failureGao, Liming
2014-07-21MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng
2014-06-24Correct comment typo in AsmReadCr0() function. Gao, Liming
2014-01-22Fix CRLF formatTian, Hot
2013-12-30MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse
2013-12-30Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse
2013-10-29Use rsp instead of esp to save 64-bit stack pointer.Elvin Li