summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2015-10-09MdePkg/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel1-0/+1
2015-10-09MdePkg: Add ASSERT to handle local APIC not config properlyHao Wu1-2/+37
2015-10-09MdePkg: Create GetRandomNumber128 in RngLibThomas Palmer2-0/+49
2015-09-25MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocationsArd Biesheuvel3-132/+2
2015-09-21NetworkPkg: Fix typos in some EFI_HTTP_STATUS_CODE definitionsSamer El-Haj-Mahmoud1-2/+2
2015-09-21MdePkg: Http.h - Add HttpMethodMax to EFI_HTTP_METHOD.Samer El-Haj-Mahmoud1-1/+3
2015-09-21MdePkg: Add RngLib into MdePkgQin Long6-0/+272
2015-09-21MdePkg: Add CPU RdRand access APIs for random number generationQin Long6-0/+386
2015-09-17MdePkg/SmmServicesTableLib: Return TRUE in InSmm ()Jeff Fan1-21/+9
2015-09-10MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER statusFeng Tian2-295/+469
2015-09-10MdePkg: Refine UefiFileHandleLib to avoid write non-ASCII char into ASCII file.Qiu Shumin1-0/+7
2015-09-08MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocolLiming Gao2-1/+2
2015-09-08MdePkg: Add UefiDebugLibDebugPortProtocol to output logs via DebugPort.Masamitsu MURASE4-0/+387
2015-08-28MdePkg UefiDevicePathLib: Fix possible memory read/write cross boundaryHao Wu2-4/+18
2015-08-28MdePkg: Modify string expression of Wi-Fi device path to follow UEFI specHao Wu2-2/+2
2015-08-28MdePkg: Modify string expression of BMC device path to follow UEFI specHao Wu2-2/+2
2015-08-28MdePkg: Refine the device path text format for Bluetooth to follow spec.Qiu Shumin2-5/+6
2015-08-28MdePkg: Change the EFI_ACPI_PNP_HID_END to EFI_PNP_ID (0x0000)Ruiyu Ni1-1/+1
2015-08-28MdePkg: Add the missing module UNI filesLiming Gao2-0/+1
2015-08-27MdePkg: Convert the UNIX to DOS end of line formatJiaxin Wu1-124/+124
2015-08-26MdePkg: Make the FileHandleGetFileName return the file name in right format.Qiu Shumin2-2/+14
2015-08-24MdePkg/Library/UefiFileHandleLib: Make FileHandleReadLine return the right bu...Qiu Shumin2-11/+25
2015-08-24MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao4-19/+422
2015-08-24MdePkg: Add four PcdGetSize() API in PcdLibLiming Gao1-1/+57
2015-08-24MdePkg: Update DEC and DSC version from 1.05 to 1.06Liming Gao2-2/+2
2015-08-24MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type ...Qiu Shumin1-2/+2
2015-08-24MdePkg: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2Star Zeng1-4/+4
2015-08-24MdePkg: Add header file for HTTP utilities protocolJiaxin Wu2-0/+127
2015-08-14Clean up unused data type - BOOL.Yao, Jiewen1-1/+0
2015-08-13Add TPM2 definition in trusted computing group.Yao, Jiewen6-19/+594
2015-08-05MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu1-3/+5
2015-08-04MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text IssueTapan Shah1-10/+11
2015-07-28Add Secure MOR implementation.Yao, Jiewen2-0/+46
2015-07-27MdePkg: Add missing PCD usage information in UNI files.Qiu Shumin1-0/+0
2015-07-16MdePkg: Update comment for PcdDefaultTerminalTypeHeyi Guo1-1/+2
2015-07-16MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel1-1/+1
2015-07-16MdePkg: Correct comment typo from ECB to EBC in DebugLib.hLiming Gao1-1/+1
2015-07-15MdePkg: Add BMC device path definition and its node/text conversionHao Wu3-0/+90
2015-07-15MdePkg: Fix a comment typo in Include/Ppi/MpServices.hHao Wu1-1/+1
2015-07-14MdePkg/ImageAuthentication.h: Fixed ARM toolchain errorOlivier Martin1-1/+1
2015-07-13MdePkg: ensure SafeString length functions don't access beyond MaxSizeLeif Lindholm1-2/+2
2015-07-09MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin8-10/+10
2015-07-09MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian1-0/+8
2015-07-09MdePkg: SmmMemLib.inf: add Depex section and update protocol usage.Qiu Shumin1-1/+4
2015-07-08MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian5-2/+349
2015-07-06MdePkg: Fix bug in CatVSPrint introduced by r17742.Heyi Guo1-1/+5
2015-07-01MdePkg: Add P2P Bridge Secondary Latency Timer register definitionSamer El-Haj-Mahmoud1-1/+2
2015-06-30MdePkg UefiLib: Use safe string functionsHao Wu2-9/+5
2015-06-30MdePkg UefiDevicePathLib: Remove unsafe string functionsHao Wu1-4/+13
2015-06-24MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII...Qiu Shumin2-10/+97