summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in...Shumin Qiu2014-01-271-1/+1
* Fix CRLF formatTian, Hot2014-01-221-276/+276
* Optimize the code to not call StrToBuf when DataLength is 0.Ruiyu Ni2014-01-211-1/+3
* Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.Gao, Liming2014-01-174-0/+4
* Follow UEFI2.4.a spec, add more description on parameter check.jyao12014-01-161-2/+3
* Follow UEFI spec to convert unrecognized device path structure from/to hex du...Ruiyu Ni2014-01-153-16/+210
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-155-42/+120
* Update FMP Header file Comments per UEFI2.4AGao, Liming2014-01-141-2/+4
* Update the comments to follow spec update.Eric Dong2014-01-141-2/+2
* Follow UEFI2.4.a spec, deprecate 6 hash algo.jyao12014-01-131-1/+11
* Add a new header file to define Adapter Information Protocol.Shumin Qiu2014-01-132-0/+232
* Add EFI_FILE_PROTOCOL_LATEST_REVISION macro to SimpleFileSystem.h.Ruiyu Ni2014-01-131-5/+7
* MdePkg: add missing #defines for decoding PCIe 2.1 extended capability struct...Jaben Carsey2014-01-101-0/+4
* MdePkg: Add PCI Express 2.1 and 3.0 structuresJaben Carsey2014-01-093-2/+249
* Updates MdePkg package version from 1.03 to 1.04Gao, Liming2014-01-092-5/+5
* Correct function comments of S3BootScriptCloseTable().Liming Gao2014-01-092-2/+2
* Add processor family 2 definition in SMBIOS header file.Yi Li2014-01-091-1/+17
* MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng2014-01-074-76/+169
* Correct function comments of S3BootScriptSaveDispatch2().Liming Gao2014-01-032-4/+4
* Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf...Liming Gao2013-12-314-3/+18
* MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse2013-12-302-29/+35
* Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse2013-12-301-50/+71
* MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv...Star Zeng2013-12-232-2/+8
* Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni2013-12-181-35/+40
* 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan2013-12-101-1/+5
* Correct file header comments for DiskIo2.h.Ruiyu Ni2013-12-041-4/+3
* Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and upd...Shumin Qiu2013-11-261-2/+3
* TempRam Done PPI definition in PI1.2.1Liming Gao2013-11-222-4/+4
* Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1.Jeff Fan2013-11-223-6/+121
* Add 2.4 to system table version.Shumin Qiu2013-11-201-3/+3
* Update revisions for PI1.3.Shumin Qiu2013-11-203-4/+4
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-2012-16/+830
* Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech...Long, Qin2013-11-192-0/+167
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-186-86/+68
* Add support for PI1.2.1 TempRam Done PPI.Liming Gao2013-11-154-6/+96
* Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu2013-11-083-0/+579
* Fix several bugs in DevicePathLib implementation regarding the device path no...Ruiyu Ni2013-11-072-64/+71
* Support unhook notification function for Smst->SmmRegisterProtocolNotify() pe...Jeff Fan2013-11-051-1/+3
* Update SimpleFileSystem.h to add the asynchronous File IO API definition.Ruiyu Ni2013-10-301-3/+162
* Use rsp instead of esp to save 64-bit stack pointer.Elvin Li2013-10-292-6/+6
* Enable UEFI firmware to support FMP capsule format.czhang462013-10-153-1/+100
* MdePkg PeiServicesLib: Refine the code to avoid error report.Star Zeng2013-10-141-0/+2
* Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO...Ruiyu Ni2013-10-141-25/+15
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-118-41/+521
* Update PeiCore to support load PEIM into memory on S3 boot path. Liming Gao2013-10-091-2/+5
* Add the definition for Timestamp Protocol and a new driver base on TimerLib ...Shumin Qiu2013-09-292-0/+104
* Resolve GCC build error, where #pragma pack(push[, id], <n>) is not supported.jyao12013-09-221-2/+2
* Add TPM2 related header file.jyao12013-09-185-0/+2186
* Remove the non-ASCII characters in the comments of StatusCodeDataTypeIdShumin Qiu2013-09-171-2/+2
* MdeModulePkg: Add support for weakly aligned FVs.Star Zeng2013-09-161-3/+3