summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseIoLibIntrinsic: fix SEV (=unrolled) variants of IoWriteFifoXX()Laszlo Ersek2017-09-112-6/+6
* MdePkg/PciSegmentLibSegmentInfo: fix typo in PciSegmentBitFieldAnd*()Ruiyu Ni2017-09-061-3/+3
* MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPagesStar Zeng2017-09-041-132/+40
* MdePkg PeiMemoryAllocationLib: Update Free(Aligned)PagesStar Zeng2017-09-041-7/+9
* MdePkg PeiServicesLib: Add PeiServicesFreePagesStar Zeng2017-09-041-5/+30
* MdePkg/S3PciSegmentLib: Add S3PciSegmentLib class and instance.Ruiyu Ni2017-08-283-0/+1317
* MdePkg/PciSegmentLib: Add instances that consumes PciSegmentInfoLibRuiyu Ni2017-08-288-0/+1967
* MdePkg/PciSegmentInfoLib: Add PciSegmentInfoLib class and instance.Ruiyu Ni2017-08-283-0/+99
* MdePkg/PciSegmentLib: Fix typo in function header commentsRuiyu Ni2017-08-283-248/+255
* MdePkg/BaseLib: Update internal LinkedList verifications.Marvin.Haeuser@outlook.com2017-08-161-58/+49
* MdePkg/BaseLib: Add IsNodeInList() function.Marvin.Haeuser@outlook.com2017-08-162-29/+65
* MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2017-08-142-0/+139
* MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefinedAndrew Fish2017-08-111-3/+3
* MdePkg DxeHstiLib: Fix memory leak issueStar Zeng2017-07-181-2/+5
* MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2017-06-072-0/+72
* MdePkg SmmIoLib: Use NULL pointer check instead of useless Status checkStar Zeng2017-06-061-5/+6
* MdePkg SmmMemLib: Remove ASSERT in SmmIsBufferOutsideSmmValidStar Zeng2017-06-061-2/+1
* MdePkg/BasePrintLib: Avoid reading content beyond the format stringHao Wu2017-06-011-8/+8
* MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2017-05-312-32/+17
* MdePkg DxeServicesLib: Handle potential NULL FvHandleStar Zeng2017-05-081-3/+13
* MdePkg/SmmIoLib: Add sample instance.Jiewen Yao2017-04-263-0/+406
* PeCoffGetEntryPointLib: Fix spelling issueJeff Fan2017-04-261-1/+1
* MdePkg/UefiLib: Avoid mis-calculate of graphic console sizeHao Wu2017-04-141-2/+9
* MdePkg: BaseIoLibIntrinsic (IoLib class) libraryLeo Duran2017-04-133-0/+646
* MdePkg/PeCoffGetEntryPointLib: Add PeCoffSerachImageBase()Jeff Fan2017-04-071-1/+71
* MdePkg: Convert files to CRLF line endingHao Wu2017-04-061-19/+20
* MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsingJiaxin Wu2017-03-301-1/+8
* MdePkg/DevicePathLib: Fix FromText bug for multi-instance devicepathRuiyu Ni2017-03-231-0/+1
* MdePkg/UefiDevicePathLib: Fix the wrong MAC address lengthJiaxin Wu2017-03-151-0/+4
* MdePkg/SmiHandlerProfile: Add Context support in UnregisterJiewen Yao2017-03-131-1/+7
* MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS APIHao Wu2017-03-131-2/+1
* MdePkg/SafeString.c: Fix code to be more readableRuiyu Ni2017-03-071-10/+16
* MdePkg: Refine casting expression result to bigger sizeHao Wu2017-03-065-15/+13
* MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu2017-03-021-0/+12
* MdePkg/UefiDevicePathLib: Use BaseLib string conversion servicesRuiyu Ni2017-02-281-204/+17
* MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+591
* MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+613
* MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failureRuiyu Ni2017-02-281-9/+9
* MdePkg/SmiHandlerProfileLibNull: Add NULL instance.Jiewen Yao2017-02-223-0/+129
* MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-213-0/+393
* MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu2017-02-214-213/+315
* MdePkg/BaseLib: Refine logic for (Ascii)StrnLenS to handle MaxSize = 0Hao Wu2017-02-151-4/+4
* MdePkg UefiLib: Make the event empty function publicStar Zeng2017-01-203-46/+26
* MdePkg: Avoid Non-Boolean type used as BooleanDandan Bi2017-01-203-13/+12
* MdePkg DxeHobLib: Make GetHobList working before Constructor is calledStar Zeng2017-01-201-33/+34
* MdePkg/SmmIoLibSmmCpuIo2: Add new Fifo routines in IoLib classLeo Duran2017-01-171-0/+216
* MdePkg/DxeIoLibEsal: Add new Fifo routines in IoLib classLeo Duran2017-01-171-2/+276
* MdePkg/PeiIoLibCpuIo: Add new Fifo routines in IoLib classLeo Duran2017-01-171-0/+261
* MdePkg/DxeIoLibCpuIo2: Add new Fifo routines in IoLib classLeo Duran2017-01-172-11/+320
* MdePkg: Expand BaseIoLibIntrinsic (IoLib class) libraryLeo Duran2017-01-178-1/+1077