summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2018-03-03MdePkg/DevicePathFromText: Fix byte orders of iSCSI.LunRuiyu Ni1-1/+3
2018-03-03MdePkg/DevicePathFromText: Fix bug when converting iSCSI nodeRuiyu Ni1-2/+2
2018-02-28MdePkg/BaseSafeIntLib: Fix VS2015 IA32 NOOPT build failureDandan Bi3-5/+10
2018-02-26MdePkg BaseCpuLib: Make it pass VS ARM buildLiming Gao1-1/+3
2018-02-24MdePkg: introduce DxeRuntimeDebugLibSerialPortArd Biesheuvel3-0/+422
2018-02-21MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Mult()Laszlo Ersek1-0/+2
2018-02-21MdePkg/BaseSafeIntLib: clean up parentheses in MIN_INT64_MAGNITUDELaszlo Ersek1-1/+1
2018-02-21MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Add()Laszlo Ersek1-10/+46
2018-02-21MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Sub()Laszlo Ersek1-11/+39
2018-02-11MdePkg/UefiLib: Add EfiLocateProtocolBuffer()Michael D Kinney1-1/+111
2018-02-09MdePkg/UefiRuntimeLib: Support more module types.Ruiyu Ni1-2/+2
2018-02-09MdePkg/PeiServicesLib: Add PeiServicesResetSystem2()Michael D Kinney1-0/+26
2018-02-07MdePkg/Library/BaseLib: Enable VS2017/ARM buildsPete Batard2-4/+17
2018-02-07MdePkg/Library/BaseStackCheckLib: Add Null handler for VS2017/ARMPete Batard2-2/+21
2018-02-06MdePkg/SafeString: Fix potential out-of-bound memory accessRuiyu Ni1-9/+9
2018-01-25MdePkg/BaseSafeIntLib: Add SafeIntLib class and instanceSean Brogan5-0/+5832
2018-01-10MdePkg/BaseLib: add attribute 'RETURNS_TWICE' to SetJumpM1cha2-0/+2
2018-01-02MdePkg/BasePrintLib: Fix incomplete print outputWang, Jian J1-2/+6
2017-12-28MdePkg/BasePrintLib: Fix error in Precision position calculationJian J Wang1-2/+5
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