summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2016-11-09MdePkg DevicePathLib: Validate before touch input buffer.Eric Dong1-5/+21
2016-11-09MdePkg DevicePathLib: Rollback former change.Eric Dong1-16/+6
2016-11-04MdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()Ard Biesheuvel8-8/+40
2016-11-04MdePkg/BaseLib: Move CHAR_NULL definition to Base.h in BaseLibSong, BinX3-3/+5
2016-10-27MdePkg/Include: Add enumeration size checks to Base.hMichael Kinney1-0/+16
2016-10-27MdePkg/PciSegmentLib: Optimize PCI_SEGMENT_LIB_ADDRESS()Michael Kinney1-6/+13
2016-10-27MdePkg PeiServicesLib: Make sure FvInfo has FFS2 format if NULL FvFormatStar Zeng1-1/+14
2016-10-27MdePkg/Include/Base.h: introduce the ARRAY_SIZE() function-like macroLaszlo Ersek1-0/+13
2016-10-26MdePkg ACPI60: Update MADT Revision per ACPI 6.0 Errata ALiming Gao1-3/+3
2016-10-26MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata BLiming Gao1-4/+4
2016-10-25MdePkg/DebugLib.h: add ASSERT_RETURN_ERROR()Laszlo Ersek1-0/+27
2016-10-25MdePkg BaseMemoryLibOptDxe: Add function comment for InternalMemCompareGuidLiming Gao1-0/+13
2016-10-21MdePkg: Fix typos in commentsGary Lin19-31/+31
2016-10-20MdePkg: Add ACPI Low Power Idle Table (LPIT) definitionsGiri P Mudusuru1-0/+82
2016-10-19MdePkg: Merge ShellBase.h and remove Efi prefix from header filesRuiyu Ni4-163/+143
2016-10-19MdePkg: Include Shell/ShellDynamicCommand/ShellParameters definitionsRuiyu Ni5-0/+1448
2016-10-19MdePkg UefiDevicePathLibDevicePathProtocol: Validate before use.Eric Dong1-7/+17
2016-10-19MdePkg UefiDevicePathLib: Validate buffer length before use buffer.Eric Dong1-7/+18
2016-10-18MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASMHao Wu10-30/+30
2016-10-18MdePkg BaseSynchronizationLib InterlockedCompareExchange64: Fix ICC buildLiming Gao1-1/+1
2016-10-18MdePkg/TrEEProtocol.h: Fix typo 'Ihis' with 'This' in commentHao Wu1-2/+2
2016-10-12MdePkg/GraphicsInfoHob: Add GraphicsDeviceInfo HOB GUID and structureRuiyu Ni2-1/+22
2016-10-09MdePkg:Correct the comment for the DEBUG_NET.Zhang Lubo1-2/+2
2016-10-07MdePkg: Fix some typing errors in the header filesThomas Huth27-36/+36
2016-10-07MdePkg: Fix some typing errorsThomas Huth4-15/+15
2016-09-28MdePkg/HiiImage.h: Include GraphicsOutput.hRuiyu Ni1-1/+3
2016-09-28MdePkg/HiiImageDecoder.h: Add missing EFI_HII_IMAGE_DECODER_OTHER_INFORuiyu Ni1-9/+21
2016-09-28MdePkg/HiiImageDecoder.h: Rename from ImageDecoder.hRuiyu Ni1-0/+0
2016-09-27MdePkg/BaseMemoryLibOptDxe: replace deprecated uses of IT blocksArd Biesheuvel5-27/+33
2016-09-27MdePkg/BaseMemoryLibOptDxe ARM: fix Thumb-2 bug in ScanMem()Ard Biesheuvel1-4/+5
2016-09-27MdePkg: Add SMM PciExpressLib InstanceGao, Liming3-0/+1473
2016-09-27MdePkg UefiHii: Add IMAGE_TOKEN macro to access image resource in C and VFRLiming Gao1-1/+7
2016-09-23MdePkg/BaseMemoryLibOptDxe ARM AARCH64: fix thinko in SetMem##Ard Biesheuvel3-19/+44
2016-09-21MdePkg/BaseMemoryLibOptDxe ARM|AARCH64: implement accelerated GUID functionsArd Biesheuvel5-1/+333
2016-09-21MdePkg/BaseMemoryLibOptDxe ARM: fix arithmetic bugs in CompareMem()Ard Biesheuvel1-2/+2
2016-09-13MdePkg/BaseMemoryLibOptDxe ARM|AARCH64: disallow use in SEC & PEI phasesArd Biesheuvel1-0/+9
2016-09-13MdePkg/BaseMemoryLibOptDxe: add accelerated AARCH64 routinesArd Biesheuvel5-1/+839
2016-09-13MdePkg/BaseMemoryLibOptDxe: add accelerated ARM routinesArd Biesheuvel10-14/+1209
2016-09-13MdePkg/BaseMemoryLib: widen aligned accesses to 32 or 64 bitsArd Biesheuvel3-14/+140
2016-09-09MdePkg/BaseLib AARCH64: terminate stack frame list on stack switchArd Biesheuvel1-0/+1
2016-09-02MdePkg/UefiSpec.h: Align function header of ResetSystem to UEFI SpecRuiyu Ni1-2/+6
2016-08-22MdePkg BaseMemoryLibSse2: Add SSE2 implementation of API IsZeroBuffer()Hao Wu5-2/+226
2016-08-22MdePkg BaseMemoryLib: Add assembly implementation of API IsZeroBuffer()Hao Wu20-8/+746
2016-08-22MdePkg BaseMemoryLib: Add C implementation of API IsZeroBuffer()Hao Wu13-9/+335
2016-08-22MdePkg BaseMemoryLib: Add implementation of API IsZeroGuid()Hao Wu9-9/+261
2016-08-17MdePkg/MpService.h: Trim whitespace at end of lineJeff Fan1-235/+235
2016-08-17MdePkg/MpService.h: Fixed typo in function header to match PI specJeff Fan1-17/+17
2016-08-16MdePkg: Fix guid conflict.Dong, Eric2-4/+20
2016-08-12MdePkg RVCT: add definition of UNREACHABLEArd Biesheuvel1-0/+7
2016-08-11MdePkg/HiiImageEx: Fix incorrect parameter type in GetImageInfo()Dandan Bi1-1/+1