summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel2015-10-091-0/+1
* MdePkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-2/+37
* MdePkg: Create GetRandomNumber128 in RngLibThomas Palmer2015-10-092-0/+49
* MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocationsArd Biesheuvel2015-09-253-132/+2
* NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud2015-09-211-2/+2
* MdePkg: Http.h - Add HttpMethodMax to EFI_HTTP_METHOD.Samer El-Haj-Mahmoud2015-09-211-1/+3
* MdePkg: Add RngLib into MdePkgQin Long2015-09-216-0/+272
* MdePkg: Add CPU RdRand access APIs for random number generationQin Long2015-09-216-0/+386
* MdePkg/SmmServicesTableLib: Return TRUE in InSmm ()Jeff Fan2015-09-171-21/+9
* MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER statusFeng Tian2015-09-102-295/+469
* MdePkg: Refine UefiFileHandleLib to avoid write non-ASCII char into ASCII file.Qiu Shumin2015-09-101-0/+7
* MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocolLiming Gao2015-09-082-1/+2
* MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via DebugPort.Masamitsu MURASE2015-09-084-0/+387
* MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2015-08-282-4/+18
* MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2015-08-282-2/+2
* MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2015-08-282-2/+2
* MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2015-08-282-5/+6
* MdePkg: Change the EFI_ACPI_PNP_HID_END to EFI_PNP_ID (0x0000)Ruiyu Ni2015-08-281-1/+1
* MdePkg: Add the missing module UNI filesLiming Gao2015-08-282-0/+1
* MdePkg: Convert the UNIX to DOS end of line formatJiaxin Wu2015-08-271-124/+124
* MdePkg: Make the FileHandleGetFileName return the file name in right format.Qiu Shumin2015-08-262-2/+14
* MdePkg/Library/UefiFileHandleLib: Make FileHandleReadLine return the right bu...Qiu Shumin2015-08-242-11/+25
* MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao2015-08-244-19/+422
* MdePkg: Add four PcdGetSize() API in PcdLibLiming Gao2015-08-241-1/+57
* MdePkg: Update DEC and DSC version from 1.05 to 1.06Liming Gao2015-08-242-2/+2
* MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type ...Qiu Shumin2015-08-241-2/+2
* MdePkg: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2Star Zeng2015-08-241-4/+4
* MdePkg: Add header file for HTTP utilities protocolJiaxin Wu2015-08-242-0/+127
* Clean up unused data type - BOOL.Yao, Jiewen2015-08-141-1/+0
* Add TPM2 definition in trusted computing group.Yao, Jiewen2015-08-136-19/+594
* MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu2015-08-051-3/+5
* MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text IssueTapan Shah2015-08-041-10/+11
* Add Secure MOR implementation.Yao, Jiewen2015-07-282-0/+46
* MdePkg: Add missing PCD usage information in UNI files.Qiu Shumin2015-07-271-0/+0
* MdePkg: Update comment for PcdDefaultTerminalTypeHeyi Guo2015-07-161-1/+2
* MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdePkg: Correct comment typo from ECB to EBC in DebugLib.hLiming Gao2015-07-161-1/+1
* MdePkg: Add BMC device path definition and its node/text conversionHao Wu2015-07-153-0/+90
* MdePkg: Fix a comment typo in Include/Ppi/MpServices.hHao Wu2015-07-151-1/+1
* MdePkg/ImageAuthentication.h: Fixed ARM toolchain errorOlivier Martin2015-07-141-1/+1
* MdePkg: ensure SafeString length functions don't access beyond MaxSizeLeif Lindholm2015-07-131-2/+2
* MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin2015-07-098-10/+10
* MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian2015-07-091-0/+8
* MdePkg: SmmMemLib.inf: add Depex section and update protocol usage.Qiu Shumin2015-07-091-1/+4
* MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian2015-07-085-2/+349
* MdePkg: Fix bug in CatVSPrint introduced by r17742.Heyi Guo2015-07-061-1/+5
* MdePkg: Add P2P Bridge Secondary Latency Timer register definitionSamer El-Haj-Mahmoud2015-07-011-1/+2
* MdePkg UefiLib: Use safe string functionsHao Wu2015-06-302-9/+5
* MdePkg UefiDevicePathLib: Remove unsafe string functionsHao Wu2015-06-301-4/+13
* MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII...Qiu Shumin2015-06-242-10/+97