summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
...
* MdePkg/Include: Add Nasm.incYao, Jiewen2019-02-282-0/+56
* MdePkg/UefiDevicePathLibDevicePathProtocol: Add sanity check for FilePath dev...Jian J Wang2019-02-211-0/+9
* MdePkg/UefiDevicePathLib: Add sanity check for FilePath device pathJian J Wang2019-02-211-0/+9
* MdePkg/BaseLib: Change a variable type in a bitwise operationShenglei Zhang2019-02-191-1/+1
* MdePkg/StatusCodeDataTypeId.h: Add new definition per PI1.7 SpecDandan Bi2019-02-191-1/+21
* MdePkg: Support EFI_PEI_CORE_FV_LOCATION_PPIChasel, Chiu2019-02-152-2/+57
* MdePkg: Change function parameter typeShenglei Zhang2019-02-141-4/+4
* MdePkg/BaseLib: implement SpeculationBarrier() for ARM and AArch64Ard Biesheuvel2019-02-126-32/+160
* MdePkg: Fix coding style issuesBi, Dandan2019-02-023-12/+12
* MdePkg/BaseLib: Add Base64Encode() and Base64Decode()Mike Turner2019-02-022-0/+387
* MdePkg/UefiLib: Add a new API GetVariable3Bret Barkelew2019-01-312-6/+120
* MdePkg/UefiDevicePathLib: Add a checking stepMike Turner2019-01-312-10/+10
* MdePkg/BaseLib: Remove definitions of two functionsShenglei Zhang2019-01-311-43/+1
* MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publiclyMike Turner2019-01-313-15/+55
* MdePkg/IndustryStandard: Remove an incorrectly spelled macroBret Barkelew2019-01-311-2/+0
* MdePkg/IndustryStandard: Introduce a correctly spelled macroBret Barkelew2019-01-311-0/+2
* MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk featureChen A Chen2019-01-311-0/+5
* MdePkg/BasePeCoffLib: skip runtime relocation if reloc info is invalidHsueh, Hong-chihX2019-01-311-10/+20
* MdePkg/UefiGpt.h: Add new definition for enable GPT supportChen A Chen2019-01-311-1/+5
* MdeModulePkg:Tpm2Acpi.h: Upgrade UEFI supporting TCG spec infoZhang, Chao B2019-01-281-2/+5
* MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modulesArd Biesheuvel2019-01-211-1/+1
* MdePkg/BasePeCoffLib: Correct the address of RelocBaseEndDandan Bi2019-01-211-1/+1
* MdePkg: add MM_STANDALONE implementation of MmServicesTableLibArd Biesheuvel2019-01-164-0/+101
* MdePkg: introduce standalone MM entry point library implementationArd Biesheuvel2019-01-164-0/+154
* MdePkg: introduce standalone MM entry point library classArd Biesheuvel2019-01-162-0/+134
* MdePkg/BasePeCoffLib: Add more check for relocation dataDandan Bi2019-01-161-70/+95
* MdePkg: implement MmServicesTableLib based on traditional SMMArd Biesheuvel2019-01-144-0/+132
* MdePkg/Include: add MmServicesTableLib header fileJagadeesh Ujja2019-01-142-0/+29
* MdePkg/UefiLib: Abstract driver model protocol uninstallationAshish Singhal2019-01-102-1/+1074
* Revert "MdePkg: avoid __builtin_unreachable() on GCC v4.4"Laszlo Ersek2019-01-081-2/+1
* MdePkg/BaseLib: Introduce new SpeculationBarrier APIHao Wu2018-12-255-0/+112
* MdePkg/Arm/ProcessorBind.h: fix copy/paste errorArd Biesheuvel2018-12-201-1/+1
* 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