summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Add PciSegmentLib instance based on PciLibRuiyu Ni2016-01-183-0/+1350
* MdePkg/BaseLib: do not rely on undefined behavior in arithmetic shiftArd Biesheuvel2015-12-311-1/+1
* MdePkg UefiScsiLib: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-4/+4
* MdePkg UefiScsiLib: Close event when SCSI command failsHao Wu2015-12-221-4/+44
* MdePkg: Convert IoLibEbc.c source file to DOS formatLiming Gao2015-12-171-171/+171
* MdePkg: Convert all .uni files to utf-8Jordan Justen2015-12-15107-0/+0
* MdePkg/BaseIoLibIntrinsic: Add EBC supportMichael Kinney2015-12-142-3/+179
* MdePkg UefiScsiLib: Add non-blocking support for SCSI Read/Write commandHao Wu2015-12-112-1/+779
* MdePkg: DebugAssert enhancementBaraneedharan Anbazhagan2015-12-074-4/+7
* MdePkg SerialPortLib: Upstream Get(Set)Control/SetAttributes interfacesStar Zeng2015-11-261-0/+85
* MdePkg SerialPortLib: Fix typo in SerialPortWrite()Star Zeng2015-11-201-2/+2
* MdePkg: BaseLib don't require NASM with XcodeAndrew Fish2015-11-111-0/+2
* MdePkg: Add more DataBits support to Port80 outputLiming Gao2015-11-112-5/+24
* MdePkg/BaseSynchronizationLib: fix AArch64 return valuesHaojian Zhuang2015-10-271-0/+2
* MdePkg BaseExtractGuidedSectionLib: R15917 removed useful information wronglyStar Zeng2015-10-261-6/+9
* MdePkg: Add a new DxeServicesLib GetFileDevicePathFromAnyFv () functionShia Cinnamon2015-10-231-0/+156
* MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel2015-10-091-0/+1
* MdePkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-2/+37
* MdePkg: Create GetRandomNumber128 in RngLibThomas Palmer2015-10-091-0/+32
* MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocationsArd Biesheuvel2015-09-253-132/+2
* MdePkg: Add RngLib into MdePkgQin Long2015-09-213-0/+198
* MdePkg: Add CPU RdRand access APIs for random number generationQin Long2015-09-215-0/+335
* MdePkg/SmmServicesTableLib: Return TRUE in InSmm ()Jeff Fan2015-09-171-21/+9
* MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER statusFeng Tian2015-09-101-149/+236
* MdePkg: Refine UefiFileHandleLib to avoid write non-ASCII char into ASCII file.Qiu Shumin2015-09-101-0/+7
* MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocolLiming Gao2015-09-082-1/+2
* MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via DebugPort.Masamitsu MURASE2015-09-083-0/+386
* MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2015-08-282-4/+18
* MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2015-08-282-2/+2
* MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2015-08-282-2/+2
* MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2015-08-282-5/+6
* MdePkg: Add the missing module UNI filesLiming Gao2015-08-282-0/+1
* MdePkg: Make the FileHandleGetFileName return the file name in right format.Qiu Shumin2015-08-261-1/+11
* MdePkg/Library/UefiFileHandleLib: Make FileHandleReadLine return the right bu...Qiu Shumin2015-08-241-11/+23
* MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao2015-08-243-13/+345
* MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type ...Qiu Shumin2015-08-241-2/+2
* MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu2015-08-051-3/+5
* MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text IssueTapan Shah2015-08-041-10/+11
* MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdePkg: Add BMC device path definition and its node/text conversionHao Wu2015-07-152-0/+68
* MdePkg: ensure SafeString length functions don't access beyond MaxSizeLeif Lindholm2015-07-131-2/+2
* MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin2015-07-098-10/+10
* MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian2015-07-091-0/+8
* MdePkg: SmmMemLib.inf: add Depex section and update protocol usage.Qiu Shumin2015-07-091-1/+4
* MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian2015-07-083-0/+283
* MdePkg: Fix bug in CatVSPrint introduced by r17742.Heyi Guo2015-07-061-1/+5
* MdePkg UefiLib: Use safe string functionsHao Wu2015-06-302-9/+5
* MdePkg UefiDevicePathLib: Remove unsafe string functionsHao Wu2015-06-301-4/+13
* MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII...Qiu Shumin2015-06-241-9/+88
* MdePkg: Refine the cod logic of FileHandleLib.Qiu Shumin2015-06-191-14/+27