summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/Base: introduce MAX_ALLOC_ADDRESSArd Biesheuvel2018-12-205-0/+25
* MdePkg/BaseMemoryLibOptDxe ARM: add missing function annotationsArd Biesheuvel2018-12-134-0/+8
* Revert "MdePkg/ProcessorBind.h AARCH64: limit MAX_ADDRESS to 48 bits"Ard Biesheuvel2018-12-071-2/+2
* MdePkg/ProcessorBind.h AARCH64: limit MAX_ADDRESS to 48 bitsArd Biesheuvel2018-11-291-2/+2
* MdePkg ACPI: fix the typos in Acpi61.h and Acpi62.hGary Lin2018-11-272-2/+2
* MdePkg: Check input Ptrs in GetSectionFromAnyFvByFileTypeDandan Bi2018-11-211-0/+3
* MdePkg: check Length para before use in DevPathToTextUsbWWIDDandan Bi2018-11-211-1/+1
* SecurityPkg: TCG Add more Event typeZhang, Chao B2018-11-201-0/+9
* MdePkg/BaseIoLibIntrinsicArmVirt ARM: avoid double word loads and storesArd Biesheuvel2018-11-152-4/+8
* MdePkg BaseUefiDecompressLib: Fix UEFI Decompression logic issueLiming Gao2018-11-111-0/+6
* MdePkg: Fix incorrect check for DisplayOnly text format in AcpiExDandan Bi2018-11-111-1/+1
* MdePkg/BaseSynchronizationLib: Fix InternalSync[De|In]crementRuiyu Ni2018-11-082-4/+4
* MdePkg/Base.h: Implement BASE_CR() via OFFSET_OF().Marvin.Haeuser@outlook.com2018-11-021-1/+1
* MdePkg: Handle AcpiExp device path when optional para is not specifiedDandan Bi2018-10-242-8/+26
* MdePkg: Handle USBxxx device path when optional para is not specifiedDandan Bi2018-10-241-5/+25
* MdePkg: Handle Sata device path when optional para is not specifiedDandan Bi2018-10-241-1/+9
* MdePkg-BaseLib: Fix PathCleanUpDirectories() issue with "\\..\\.."Jim.Dailey@dell.com2018-10-241-7/+7
* MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only...Liming Gao2018-10-241-2/+15
* MdePkg/BaseLib: AsciiStrToUnicodeStr(S) not handle EASCII properlyHao Wu2018-10-232-3/+3
* MdePkg UefiLib: Check Table against NULL in ScanTableInSDTStar Zeng2018-10-211-1/+1
* MdePkg/BaseSynchronizationLib GCC: simplify IA32 InternalSyncCompareExchange64()Laszlo Ersek2018-10-171-4/+1
* 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-304-0/+88
* MdePkg/BaseLib: Remove an unused PCDshenglei2018-09-301-1/+0
* MdePkg UefiLib: Add new EfiLocateXXXAcpiTable() APIsStar Zeng2018-09-273-0/+499
* 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-25182-19402/+152
* MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return valueRuiyu Ni2018-09-2516-152/+56
* MdePkg UefiPciLibPciRootBridgeIo: Remove redundant dependencyZhang, Shenglei2018-09-251-2/+0
* MdePkg UefiPciSegmentLibPciRootBridgeIo: Remove redundant dependencyZhang, Shenglei2018-09-251-1/+0
* MdePkg: Add a inf path in MdePkg.dscZhang, Shenglei2018-09-251-1/+1
* MdePkg/BasePeCoffLib: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-241-52/+9
* MdePkg: Update the comments in decshenglei2018-09-141-1/+1
* MdePkg: Add the missing spec version information for header filesshenglei2018-08-2926-7/+87
* MdePkg SmBios.h: Add SMBIOS 3.2.0 definitionsStar Zeng2018-08-281-35/+120
* MdePkg/UefiLib: don't special-case EFI_FILE_MODE_CREATE in OpenModeLaszlo Ersek2018-08-222-50/+9
* MdePkg/UefiLib: introduce EfiOpenFileByDevicePath()Laszlo Ersek2018-08-163-0/+316
* MdePkg Cper.h: Add generic error macros for ARM platformedk2-stable201808Ming Huang2018-08-151-0/+3
* MdePkg/BaseLib: Add an additional check within AsciiStriCmpRuiyu Ni2018-08-061-1/+1
* MdePkg FirmwareManagement.h: Fix code style issueStar Zeng2018-08-011-4/+4
* MdePkg/SmmMemLib: Avoid possible NULL ptr dereferenceHao Wu2018-07-311-1/+1