summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* MdePkg/BaseSynchronizationLib GCC: fix X64 InternalSyncCompareExchange64()Laszlo Ersek2018-10-171-6/+4
* MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange32()Laszlo Ersek2018-10-172-11/+8
* MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange16()Laszlo Ersek2018-10-172-11/+8
* MdePkg/BaseSynchronizationLib GCC: fix whitespace and commentsLaszlo Ersek2018-10-172-49/+39
* MdePkg: Use VENDOR_DEVICE_PATH structure for Debug Port device pathDandan Bi2018-10-121-3/+3
* MdePkg-BaseLib: Fix PathCleanUpDirectories() error involving "\..\.."Jim.Dailey@dell.com2018-10-121-1/+4
* MdePkg: Add PciRoot/PcieRoot text for ACPI Expanded Device PathDandan Bi2018-10-091-0/+21
* MdePkg: Correct condition check for AcpiExp text formatDandan Bi2018-10-091-1/+1
* MdePkg: Correct the string order of ACPI Expanded Device PathDandan Bi2018-10-091-6/+6
* MdePkg: Correct the string expression of UTF8 vendor device pathDandan Bi2018-10-091-1/+1
* MdePkg/BaseLib: Add new AsmLfence APIHao Wu2018-09-303-0/+75
* MdePkg/BaseLib: Remove an unused PCDshenglei2018-09-301-1/+0
* MdePkg UefiLib: Add new EfiLocateXXXAcpiTable() APIsStar Zeng2018-09-272-0/+431
* MdePkg/BaseSynchronizationLib: fix XADD operands in GCC IA32/X64 assemblyLaszlo Ersek2018-09-262-12/+12
* MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-25173-17505/+151
* MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return valueRuiyu Ni2018-09-2515-148/+54
* MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependencyZhang, Shenglei2018-09-251-2/+0
* MdePkg UefiPciSegmentLibPciRootBridgeIo: Remove redundant dependencyZhang, Shenglei2018-09-251-1/+0
* MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-241-52/+9
* MdePkg/UefiLib: don't special-case EFI_FILE_MODE_CREATE in OpenModeLaszlo Ersek2018-08-221-34/+6
* MdePkg/UefiLib: introduce EfiOpenFileByDevicePath()Laszlo Ersek2018-08-162-0/+228
* MdePkg/BaseLib: Add an additional check within AsciiStriCmpRuiyu Ni2018-08-061-1/+1
* MdePkg/SmmMemLib: Avoid possible NULL ptr dereferenceHao Wu2018-07-311-1/+1
* MdePkg/SmmMemLib: Check EFI_MEMORY_RO in UEFI mem attrib table.Jiewen Yao2018-07-262-3/+59
* MdePkg/SmmMemLib: Check for untested memory in GCDJiewen Yao2018-07-262-5/+92
* MdePkg/BaseLib: Add bit field population calculating methodsTomas Pilar (tpilar)2018-07-091-0/+86
* MdePkg: Clean up source filesLiming Gao2018-06-28369-5993/+5993
* MdePkg/PerformanceLib.h: Add new Perf macrosBi, Dandan2018-06-261-1/+56
* MdePkg UefiLib: Use comparison logic to check UINTN parameterLiming Gao2018-06-121-5/+5
* MdePkg/BaseIoLibIntrinsic: make BaseIoLibIntrinsic safe for ArmVirt/KVMArd Biesheuvel2018-06-117-0/+1399
* MdePkg: Remove X86 ASM and S filesLiming Gao2018-06-07308-15375/+8
* MdePkg UefiLib: Fix in EfiLocateProtocolBuffer()Star Zeng2018-06-051-0/+4
* MdePkg/UefiRuntimeLib: Do not allow to be linked by DXE driverRuiyu Ni2018-06-051-2/+2
* MdePkg/DxeServicesLib: introduce AllocatePeiAccessiblePages routineArd Biesheuvel2018-05-293-1/+133
* MdePkg UefiLib: Fix XCODE5 varargs warningLiming Gao2018-05-231-1/+1
* MdePkg/SmmPeriodicSmiLib: Get Periodic SMI Context More RobustlyRuiyu Ni2018-05-211-23/+15
* MdePkg/UefiLib: Add 'OUT' decorator where necessary.Marvin.Haeuser@outlook.com2018-05-171-9/+9
* MdePkg/PeiServicesLib: Decorate 'PpiDescriptor' as OPTIONAL for LocatePpi().Marvin.Haeuser@outlook.com2018-05-171-2/+2
* MdePkg/DevicePathToText: Fix iSCSI.Lun byte order issueRuiyu Ni2018-05-021-6/+8
* MdePkg/Library/BaseCpuLib: Enable VS2017/ARM64 buildsPete Batard2018-04-173-3/+84
* MdePkg/Library/BaseSynchronizationLib: Enable VS2017/ARM64 buildsPete Batard2018-04-172-1/+207
* MdePkg DxeHstiLib: Fix ErrorString pointer incorrectly calculatedStar Zeng2018-04-131-2/+2
* MdePkg/BaseLib: add PatchInstructionX86()Laszlo Ersek2018-04-042-0/+91
* MdePkg BaseStackCheckLib: Correct style of file headerLiming Gao2018-03-201-5/+2
* MdePkg/Library/BaseLib/AArch64: Comment style harmonizationPete Batard2018-03-202-94/+98
* MdePkg/Library/BaseLib: Enable VS2017/ARM64 buildsPete Batard2018-03-198-0/+378
* MdePkg/DevicePathFromText: Fix byte orders of iSCSI.LunRuiyu Ni2018-03-031-1/+3
* MdePkg/DevicePathFromText: Fix bug when converting iSCSI nodeRuiyu Ni2018-03-031-2/+2
* MdePkg/BaseSafeIntLib: Fix VS2015 IA32 NOOPT build failureDandan Bi2018-02-283-5/+10
* MdePkg BaseCpuLib: Make it pass VS ARM buildLiming Gao2018-02-261-1/+3