summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-12-15MdePkg: Convert all .uni files to utf-8Jordan Justen107-0/+0
2015-12-14MdePkg/BaseIoLibIntrinsic: Add EBC supportMichael Kinney2-3/+179
2015-12-11MdePkg UefiScsiLib: Add non-blocking support for SCSI Read/Write commandHao Wu2-1/+779
2015-12-07MdePkg: DebugAssert enhancementBaraneedharan Anbazhagan4-4/+7
2015-11-26MdePkg SerialPortLib: Upstream Get(Set)Control/SetAttributes interfacesStar Zeng1-0/+85
2015-11-20MdePkg SerialPortLib: Fix typo in SerialPortWrite()Star Zeng1-2/+2
2015-11-11MdePkg: BaseLib don't require NASM with XcodeAndrew Fish1-0/+2
2015-11-11MdePkg: Add more DataBits support to Port80 outputLiming Gao2-5/+24
2015-10-27MdePkg/BaseSynchronizationLib: fix AArch64 return valuesHaojian Zhuang1-0/+2
2015-10-26MdePkg BaseExtractGuidedSectionLib: R15917 removed useful information wronglyStar Zeng1-6/+9
2015-10-23MdePkg: Add a new DxeServicesLib GetFileDevicePathFromAnyFv () functionShia Cinnamon1-0/+156
2015-10-09MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel1-0/+1
2015-10-09MdePkg: Add ASSERT to handle local APIC not config properlyHao Wu1-2/+37
2015-10-09MdePkg: Create GetRandomNumber128 in RngLibThomas Palmer1-0/+32
2015-09-25MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocationsArd Biesheuvel3-132/+2
2015-09-21MdePkg: Add RngLib into MdePkgQin Long3-0/+198
2015-09-21MdePkg: Add CPU RdRand access APIs for random number generationQin Long5-0/+335
2015-09-17MdePkg/SmmServicesTableLib: Return TRUE in InSmm ()Jeff Fan1-21/+9
2015-09-10MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER statusFeng Tian1-149/+236
2015-09-10MdePkg: Refine UefiFileHandleLib to avoid write non-ASCII char into ASCII file.Qiu Shumin1-0/+7
2015-09-08MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocolLiming Gao2-1/+2
2015-09-08MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via DebugPort.Masamitsu MURASE3-0/+386
2015-08-28MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2-4/+18
2015-08-28MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2-2/+2
2015-08-28MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2-2/+2
2015-08-28MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2-5/+6
2015-08-28MdePkg: Add the missing module UNI filesLiming Gao2-0/+1
2015-08-26MdePkg: Make the FileHandleGetFileName return the file name in right format.Qiu Shumin1-1/+11
2015-08-24MdePkg/Library/UefiFileHandleLib: Make FileHandleReadLine return the right bu...Qiu Shumin1-11/+23
2015-08-24MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao3-13/+345
2015-08-24MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type ...Qiu Shumin1-2/+2
2015-08-05MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu1-3/+5
2015-08-04MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text IssueTapan Shah1-10/+11
2015-07-16MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel1-1/+1
2015-07-15MdePkg: Add BMC device path definition and its node/text conversionHao Wu2-0/+68
2015-07-13MdePkg: ensure SafeString length functions don't access beyond MaxSizeLeif Lindholm1-2/+2
2015-07-09MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin8-10/+10
2015-07-09MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian1-0/+8
2015-07-09MdePkg: SmmMemLib.inf: add Depex section and update protocol usage.Qiu Shumin1-1/+4
2015-07-08MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian3-0/+283
2015-07-06MdePkg: Fix bug in CatVSPrint introduced by r17742.Heyi Guo1-1/+5
2015-06-30MdePkg UefiLib: Use safe string functionsHao Wu2-9/+5
2015-06-30MdePkg UefiDevicePathLib: Remove unsafe string functionsHao Wu1-4/+13
2015-06-24MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII...Qiu Shumin1-9/+88
2015-06-19MdePkg: Refine the cod logic of FileHandleLib.Qiu Shumin1-14/+27
2015-06-19MdePkg: Enhance the comments for SmmMemoryAllocationLib instance.Qiu Shumin1-18/+19
2015-06-18MdePkg/DxeServicesLib: Return NULL GetFileBufferByFilePath reads directoryRuiyu Ni1-11/+13
2015-06-17MdePkg: Refine the comments for FileHandleLib.Qiu Shumin1-21/+18
2015-06-15MdePkg: Refine the comments for FileHandleIsDirectory.Qiu Shumin1-9/+8
2015-06-08MdePkg: Add %u and %lu support for PrintLib and DebugLib.Qiu Shumin2-5/+24