summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-05-11MdePkg: Update PeiMemoryAllocationLib to allocate EfiReservedMemoryType memor...Star Zeng1-29/+2
2015-05-08MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path DefinitionsFeng Tian2-0/+61
2015-05-08MdePkg: Add ToText/FromText support for URI device path nodeRuiyu Ni2-0/+73
2015-05-06MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin3-4/+87
2015-05-06Add ASSERT comment for SafeString API in BaseLib for MdePkg.Yao, Jiewen1-1/+13
2015-04-30MdePkg/BaseLib: Preserve EBX register and fix stack offset to LinearAddress i...Michael Kinney2-1/+3
2015-04-29MdePkg: Add UFS (Universal Flash Storage) related definitionsFeng Tian2-0/+60
2015-04-27MdePkg/BaseMemoryLibRepStr: Support IA32 processors without CMOVxMichael Kinney9-18/+34
2015-04-27MdePkg/BaseLib: Support IA32 processors without CMOVxMichael Kinney16-53/+83
2015-04-27MdePkg/BaseLib: Support IA32 processors without CLFLUSHMichael Kinney3-5/+43
2015-04-27MdePkg/BaseCacheMaintenanceLib: Support IA32 processors without CLFLUSHMichael Kinney2-13/+25
2015-04-10MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in orig...Star Zeng3-147/+1186
2015-03-27MdePkg: fix ARM version of InternalMathSwapBytes64 ()Ard Biesheuvel1-12/+4
2015-03-20MdePkg: BaseSynchronizationLib: fix Increment/Decrement retvals for ARMTyler Smith2-0/+4
2015-03-17MdePkg:Fix typo 'caculate' in MdePkg.Qiu Shumin3-7/+7
2015-03-05MdePkg: Convert non DOS format files to DOS formatHot Tian4-169/+169
2015-02-28MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16Ard Biesheuvel16-0/+596
2015-02-28MdePkg/BaseSynchronizationLib: Added proper support for ARM architectureOlivier Martin6-232/+497
2015-02-25Fix typo.Yao, Jiewen1-4/+4
2015-02-23MdePkg: BasePciLibPciExpress: list ARM and AARCH64 as valid architecturesLaszlo Ersek1-1/+1
2015-02-06MdePkg: Update BaseDebugLibStdErr libraryLiming Gao2-2/+21
2015-02-06MdePkg: Update BaseDebugLibConOut libraryLiming Gao2-2/+21
2015-02-06MdePkg: Update BaseDebugLibNull libraryLiming Gao1-1/+20
2015-02-06MdePkg: Update BaseDebugLibSerialPort libraryLiming Gao2-1/+21
2015-02-06MdePkg: Refine the protocol format in SmmMemLib.Shumin Qiu1-1/+1
2015-02-04MdePkg: Remove redundant ModeModulePkg dependence in SmmMemLib.Shumin Qiu1-1/+0
2015-02-02Add SmmMemLib, which can be used by SMM driver or SMM core to check communica...Yao, Jiewen3-0/+396
2015-01-23MdePkg: Refine the format of INF files and the declaration in header file.Shumin Qiu1-4/+4
2015-01-22Resolve buffer check overrun issue.Yao, Jiewen1-2/+2
2015-01-20Fix GCC build error.Yao, Jiewen1-2/+2
2015-01-19Add HSTI support.Yao, Jiewen5-0/+897
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel4-0/+1329
2014-12-23Do not assert when the device path node length is invalid.Ruiyu Ni1-8/+3
2014-12-23MdePkg: fix mixed dos and linux EOL format issueHot Tian3-80/+80
2014-12-15MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong1-0/+26
2014-11-28MdePkg: UefiScsiLib: do not encode LUN in CDB for other SCSI commandsLaszlo Ersek1-52/+1
2014-11-28MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITELaszlo Ersek1-28/+0
2014-11-19MdePkg DxePcdLib: Updates DxePcdLib instance comments.Liming Gao1-0/+5
2014-11-07Add safe string function to base lib.jyao12-0/+898
2014-10-31MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob()Star Zeng1-4/+5
2014-10-27MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API.Star Zeng3-2/+106
2014-09-04MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16Jordan Justen2-3/+3
2014-09-04MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bugJordan Justen2-2/+10
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming102-0/+0
2014-09-01MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0Jordan Justen2-2/+2
2014-09-01MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' codeJordan Justen2-49/+46
2014-09-01MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit codeJordan Justen2-115/+87
2014-09-01MdePkg BaseLib NASM Thunk16: Use NASM local labelsJordan Justen2-65/+65
2014-09-01MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM versionJordan Justen2-1/+335
2014-09-01MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM versionJordan Justen2-1/+278