summaryrefslogtreecommitdiff
path: root/MdePkg/Include
AgeCommit message (Expand)AuthorFilesLines
2013-11-22TempRam Done PPI definition in PI1.2.1Liming Gao1-1/+1
2013-11-22Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1.Jeff Fan2-0/+108
2013-11-20Add 2.4 to system table version.Shumin Qiu1-3/+3
2013-11-20Update revisions for PI1.3.Shumin Qiu3-4/+4
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng6-1/+490
2013-11-19Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech...Long, Qin1-0/+156
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng4-66/+62
2013-11-15Add support for PI1.2.1 TempRam Done PPI.Liming Gao1-0/+52
2013-11-05Support unhook notification function for Smst->SmmRegisterProtocolNotify() pe...Jeff Fan1-1/+3
2013-10-30Update SimpleFileSystem.h to add the asynchronous File IO API definition.Ruiyu Ni1-3/+162
2013-10-15Enable UEFI firmware to support FMP capsule format.czhang462-1/+94
2013-10-14Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO...Ruiyu Ni1-25/+15
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng5-4/+330
2013-10-09Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao1-2/+5
2013-09-29Add the definition for Timestamp Protocol and a new driver base on TimerLib ...Shumin Qiu1-0/+101
2013-09-22Resolve GCC build error, where #pragma pack(push[, id], <n>) is not supported.jyao11-2/+2
2013-09-18Add TPM2 related header file.jyao14-0/+2183
2013-09-17Remove the non-ASCII characters in the comments of StatusCodeDataTypeIdShumin Qiu1-2/+2
2013-09-16MdeModulePkg: Add support for weakly aligned FVs.Star Zeng1-3/+3
2013-09-16Add definition for EFI_FIRMWARE_CONTENTS_SIGNED_GUID.Shumin Qiu1-0/+26
2013-09-11Update UpdateCapsule() service return status to follow UEFI2.3.1 D.Liming Gao1-2/+10
2013-09-11Add missing SCSI_IO related definitions.Feng Tian1-1/+26
2013-09-04Enable warningif opcode in browser.Eric Dong1-1/+8
2013-08-29MdePkg/AArch64: Fixed some definitions in ProcessorBind.hOlivier Martin1-6/+13
2013-08-29Update status code data structures according errata. Shumin Qiu1-16/+16
2013-08-23Update SetVariable() function description for the clarification of requireme...Shumin Qiu1-5/+13
2013-08-23Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY.Shumin Qiu1-2/+2
2013-08-23Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI...Ruiyu Ni1-1/+7
2013-08-23Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii...Eric Dong1-3/+8
2013-08-23Update comments to follow new spec definition.Eric Dong1-8/+5
2013-08-22Update firmware management protocol definition to expose the lowest supported...Shumin Qiu1-2/+7
2013-08-21Add the new reset type (EfiResetPlatformSpecific) to UefiSpec.h to follow UEF...Ruiyu Ni1-1/+9
2013-08-20Refine the comments to follow spec.Eric Dong4-21/+48
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu1-0/+2
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni1-0/+173
2013-08-20Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang2-10/+16
2013-08-19MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng3-30/+165
2013-08-16MdePkg/IndustryStandard: Update Atapi.h to comply with latest ATA8-ACS spec (...Feng Tian1-20/+38
2013-08-14Add I2C related definition in PI 1.3 spec.Elvin Li7-0/+1223
2013-08-13Add defines for MAX values for EBC arch.Liming Gao1-1/+7
2013-08-12Add NVM Express related definition.Feng Tian2-3/+23
2013-08-09Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li1-2/+7
2013-08-08Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu1-2/+2
2013-07-29MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel1-0/+33
2013-07-29MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64Harry Liebel1-0/+4
2013-07-29MdePkg: Added ARM Aarch64 architecture supportHarry Liebel4-4/+252
2013-07-29MdePkg: Added ARM Aarch64 support to PE/COFF supportHarry Liebel1-1/+2
2013-07-29Clarify PrintLib behavior on %d, %x, %l.Liming Gao1-11/+11
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni1-1/+81
2013-07-121. Add defines for MAX values for UEFI data types.Liming Gao6-8/+45