summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-12-08MdePkg/BaseLib: Add stack switch related definitions for IA32Jian J Wang3-0/+76
2017-11-14MdePkg: Fix MSFT C4255 warningSong, BinX3-2/+3
2017-11-01MdePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B1-2/+2
2017-10-10MdePkg HobLib: Add BuildFv3Hob APIStar Zeng3-2/+125
2017-10-10MdePkg: Correct BaseS3PciSegmentLib module name to match its uni fileLiming Gao1-2/+2
2017-10-10MdePkg BaseLib: Add new API CalculateCrc32()Liming Gao1-0/+295
2017-09-29MdePkg/PrintLib: Fix possible negative value left shiftHao Wu1-1/+1
2017-09-21MdePkg/BaseLib: Avoid reading content beyond string boundaryHao Wu1-2/+2
2017-09-11MdePkg/BaseIoLibIntrinsic: fix SEV (=unrolled) variants of IoWriteFifoXX()Laszlo Ersek2-6/+6
2017-09-06MdePkg/PciSegmentLibSegmentInfo: fix typo in PciSegmentBitFieldAnd*()Ruiyu Ni1-3/+3
2017-09-04MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPagesStar Zeng1-132/+40
2017-09-04MdePkg PeiMemoryAllocationLib: Update Free(Aligned)PagesStar Zeng1-7/+9
2017-09-04MdePkg PeiServicesLib: Add PeiServicesFreePagesStar Zeng1-5/+30
2017-08-28MdePkg/S3PciSegmentLib: Add S3PciSegmentLib class and instance.Ruiyu Ni3-0/+1317
2017-08-28MdePkg/PciSegmentLib: Add instances that consumes PciSegmentInfoLibRuiyu Ni8-0/+1967
2017-08-28MdePkg/PciSegmentInfoLib: Add PciSegmentInfoLib class and instance.Ruiyu Ni3-0/+99
2017-08-28MdePkg/PciSegmentLib: Fix typo in function header commentsRuiyu Ni3-248/+255
2017-08-16MdePkg/BaseLib: Update internal LinkedList verifications.Marvin.Haeuser@outlook.com1-58/+49
2017-08-16MdePkg/BaseLib: Add IsNodeInList() function.Marvin.Haeuser@outlook.com2-29/+65
2017-08-14MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns librariesJiaxin Wu2-0/+139
2017-08-11MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefinedAndrew Fish1-3/+3
2017-07-18MdePkg DxeHstiLib: Fix memory leak issueStar Zeng1-2/+5
2017-06-07MdePkg/DevicePath: Add BluetoothLe device path node supportRuiyu Ni2-0/+72
2017-06-06MdePkg SmmIoLib: Use NULL pointer check instead of useless Status checkStar Zeng1-5/+6
2017-06-06MdePkg SmmMemLib: Remove ASSERT in SmmIsBufferOutsideSmmValidStar Zeng1-2/+1
2017-06-01MdePkg/BasePrintLib: Avoid reading content beyond the format stringHao Wu1-8/+8
2017-05-31MdePkg/DevicePathLib: Reverse the byte order of BD_ADDR for BluetoothHao Wu2-32/+17
2017-05-08MdePkg DxeServicesLib: Handle potential NULL FvHandleStar Zeng1-3/+13
2017-04-26MdePkg/SmmIoLib: Add sample instance.Jiewen Yao3-0/+406
2017-04-26PeCoffGetEntryPointLib: Fix spelling issueJeff Fan1-1/+1
2017-04-14MdePkg/UefiLib: Avoid mis-calculate of graphic console sizeHao Wu1-2/+9
2017-04-13MdePkg: BaseIoLibIntrinsic (IoLib class) libraryLeo Duran3-0/+646
2017-04-07MdePkg/PeCoffGetEntryPointLib: Add PeCoffSerachImageBase()Jeff Fan1-1/+71
2017-04-06MdePkg: Convert files to CRLF line endingHao Wu1-19/+20
2017-03-30MdePkg/UefiDevicePathLib: Refine the DevPathFromTextiSCSI protocol parsingJiaxin Wu1-1/+8
2017-03-23MdePkg/DevicePathLib: Fix FromText bug for multi-instance devicepathRuiyu Ni1-0/+1
2017-03-15MdePkg/UefiDevicePathLib: Fix the wrong MAC address lengthJiaxin Wu1-0/+4
2017-03-13MdePkg/SmiHandlerProfile: Add Context support in UnregisterJiewen Yao1-1/+7
2017-03-13MdePkg/BasePrintLib: Refine the comment for AsciiValueToStringS APIHao Wu1-2/+1
2017-03-07MdePkg/SafeString.c: Fix code to be more readableRuiyu Ni1-10/+16
2017-03-06MdePkg: Refine casting expression result to bigger sizeHao Wu5-15/+13
2017-03-02MdePkg/BasePrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu1-0/+12
2017-02-28MdePkg/UefiDevicePathLib: Use BaseLib string conversion servicesRuiyu Ni1-204/+17
2017-02-28MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]AddressRuiyu Ni1-0/+591
2017-02-28MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]AddressRuiyu Ni1-0/+613
2017-02-28MdePkg/UefiDevicePathLib: Rename StrToGuid to avoid link failureRuiyu Ni1-9/+9
2017-02-22MdePkg/SmiHandlerProfileLibNull: Add NULL instance.Jiewen Yao3-0/+129
2017-02-21MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu3-0/+393
2017-02-21MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu4-213/+315
2017-02-15MdePkg/BaseLib: Refine logic for (Ascii)StrnLenS to handle MaxSize = 0Hao Wu1-4/+4