summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path DefinitionsFeng Tian2015-05-082-0/+61
* MdePkg: Add ToText/FromText support for URI device path nodeRuiyu Ni2015-05-082-0/+73
* MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin2015-05-063-4/+87
* Add ASSERT comment for SafeString API in BaseLib for MdePkg.Yao, Jiewen2015-05-061-1/+13
* MdePkg/BaseLib: Preserve EBX register and fix stack offset to LinearAddress i...Michael Kinney2015-04-302-1/+3
* MdePkg: Add UFS (Universal Flash Storage) related definitionsFeng Tian2015-04-292-0/+60
* MdePkg/BaseMemoryLibRepStr: Support IA32 processors without CMOVxMichael Kinney2015-04-279-18/+34
* MdePkg/BaseLib: Support IA32 processors without CMOVxMichael Kinney2015-04-2716-53/+83
* MdePkg/BaseLib: Support IA32 processors without CLFLUSHMichael Kinney2015-04-273-5/+43
* MdePkg/BaseCacheMaintenanceLib: Support IA32 processors without CLFLUSHMichael Kinney2015-04-272-13/+25
* MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in orig...Star Zeng2015-04-103-147/+1186
* MdePkg: fix ARM version of InternalMathSwapBytes64 ()Ard Biesheuvel2015-03-271-12/+4
* MdePkg: BaseSynchronizationLib: fix Increment/Decrement retvals for ARMTyler Smith2015-03-202-0/+4
* MdePkg:Fix typo 'caculate' in MdePkg.Qiu Shumin2015-03-173-7/+7
* MdePkg: Convert non DOS format files to DOS formatHot Tian2015-03-054-169/+169
* MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16Ard Biesheuvel2015-02-2816-0/+596
* MdePkg/BaseSynchronizationLib: Added proper support for ARM architectureOlivier Martin2015-02-286-232/+497
* Fix typo.Yao, Jiewen2015-02-251-4/+4
* MdePkg: BasePciLibPciExpress: list ARM and AARCH64 as valid architecturesLaszlo Ersek2015-02-231-1/+1
* MdePkg: Update BaseDebugLibStdErr libraryLiming Gao2015-02-062-2/+21
* MdePkg: Update BaseDebugLibConOut libraryLiming Gao2015-02-062-2/+21
* MdePkg: Update BaseDebugLibNull libraryLiming Gao2015-02-061-1/+20
* MdePkg: Update BaseDebugLibSerialPort libraryLiming Gao2015-02-062-1/+21
* MdePkg: Refine the protocol format in SmmMemLib.Shumin Qiu2015-02-061-1/+1
* MdePkg: Remove redundant ModeModulePkg dependence in SmmMemLib.Shumin Qiu2015-02-041-1/+0
* Add SmmMemLib, which can be used by SMM driver or SMM core to check communica...Yao, Jiewen2015-02-023-0/+396
* MdePkg: Refine the format of INF files and the declaration in header file.Shumin Qiu2015-01-231-4/+4
* Resolve buffer check overrun issue.Yao, Jiewen2015-01-221-2/+2
* Fix GCC build error.Yao, Jiewen2015-01-201-2/+2
* Add HSTI support.Yao, Jiewen2015-01-195-0/+897
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-134-0/+1329
* Do not assert when the device path node length is invalid.Ruiyu Ni2014-12-231-8/+3
* MdePkg: fix mixed dos and linux EOL format issueHot Tian2014-12-233-80/+80
* MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong2014-12-151-0/+26
* MdePkg: UefiScsiLib: do not encode LUN in CDB for other SCSI commandsLaszlo Ersek2014-11-281-52/+1
* MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITELaszlo Ersek2014-11-281-28/+0
* MdePkg DxePcdLib: Updates DxePcdLib instance comments.Liming Gao2014-11-191-0/+5
* Add safe string function to base lib.jyao12014-11-072-0/+898
* MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob()Star Zeng2014-10-311-4/+5
* MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API.Star Zeng2014-10-273-2/+106
* MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16Jordan Justen2014-09-042-3/+3
* MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bugJordan Justen2014-09-042-2/+10
* MdePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-03102-0/+0
* MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0Jordan Justen2014-09-012-2/+2
* MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' codeJordan Justen2014-09-012-49/+46
* MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit codeJordan Justen2014-09-012-115/+87
* MdePkg BaseLib NASM Thunk16: Use NASM local labelsJordan Justen2014-09-012-65/+65
* MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM versionJordan Justen2014-09-012-1/+335
* MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM versionJordan Justen2014-09-012-1/+278
* Don't initialize local variables in its declaration. Gao, Liming2014-08-281-2/+4