| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ACPI5.1 header file. | jyao1 | 2014-07-28 | 3 | -9/+2127 |
* | MdePkg BaseLib: Fix a corner case of Source and Destination overlap. | Star Zeng | 2014-07-21 | 1 | -4/+4 |
* | MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran... | Star Zeng | 2014-07-14 | 1 | -1/+2 |
* | MdePkg/BasePrintLib: Do not do operations with NULL | Harry Liebel | 2014-07-09 | 1 | -7/+14 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-26 | 1 | -1/+2 |
* | Correct comment typo in AsmReadCr0() function. | Gao, Liming | 2014-06-24 | 1 | -2/+2 |
* | Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build. | Ruiyu Ni | 2014-05-22 | 1 | -6/+2 |
* | Fix comment typos. | Gao, Liming | 2014-05-13 | 4 | -9/+9 |
* | Update function descriptions of AIP EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES. | Gao, Liming | 2014-05-12 | 1 | -2/+2 |
* | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 2014-05-07 | 6 | -13/+49 |
* | MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r... | Star Zeng | 2014-05-06 | 1 | -3/+11 |
* | Add device path node/text conversion for NVMe device path node. | Ruiyu Ni | 2014-05-05 | 2 | -0/+75 |
* | MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou... | Tian, Feng | 2014-04-30 | 2 | -9/+9 |
* | MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an... | Star Zeng | 2014-03-25 | 1 | -1/+2 |
* | Support load 64 bit image from 32 bit core. | Eric Dong | 2014-03-25 | 1 | -6/+25 |
* | Removes MacString Rt attribute in Ip4Config/Mnp driver. | Fu Siyuan | 2014-03-20 | 1 | -3/+2 |
* | Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci... | jyao1 | 2014-03-01 | 2 | -2/+12 |
* | Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL... | Ari Zigler | 2014-02-25 | 1 | -1/+1 |
* | Add more check for PE COFF SizeOfHeader field. | jyao1 | 2014-02-12 | 1 | -1/+25 |
* | Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in... | Shumin Qiu | 2014-01-27 | 1 | -1/+1 |
* | Fix CRLF format | Tian, Hot | 2014-01-22 | 1 | -276/+276 |
* | Optimize the code to not call StrToBuf when DataLength is 0. | Ruiyu Ni | 2014-01-21 | 1 | -1/+3 |
* | Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'. | Gao, Liming | 2014-01-17 | 4 | -0/+4 |
* | Follow UEFI2.4.a spec, add more description on parameter check. | jyao1 | 2014-01-16 | 1 | -2/+3 |
* | Follow UEFI spec to convert unrecognized device path structure from/to hex du... | Ruiyu Ni | 2014-01-15 | 3 | -16/+210 |
* | 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib... | Gao, Liming | 2014-01-15 | 5 | -42/+120 |
* | Update FMP Header file Comments per UEFI2.4A | Gao, Liming | 2014-01-14 | 1 | -2/+4 |
* | Update the comments to follow spec update. | Eric Dong | 2014-01-14 | 1 | -2/+2 |
* | Follow UEFI2.4.a spec, deprecate 6 hash algo. | jyao1 | 2014-01-13 | 1 | -1/+11 |
* | Add a new header file to define Adapter Information Protocol. | Shumin Qiu | 2014-01-13 | 2 | -0/+232 |
* | Add EFI_FILE_PROTOCOL_LATEST_REVISION macro to SimpleFileSystem.h. | Ruiyu Ni | 2014-01-13 | 1 | -5/+7 |
* | MdePkg: add missing #defines for decoding PCIe 2.1 extended capability struct... | Jaben Carsey | 2014-01-10 | 1 | -0/+4 |
* | MdePkg: Add PCI Express 2.1 and 3.0 structures | Jaben Carsey | 2014-01-09 | 3 | -2/+249 |
* | Updates MdePkg package version from 1.03 to 1.04 | Gao, Liming | 2014-01-09 | 2 | -5/+5 |
* | Correct function comments of S3BootScriptCloseTable(). | Liming Gao | 2014-01-09 | 2 | -2/+2 |
* | Add processor family 2 definition in SMBIOS header file. | Yi Li | 2014-01-09 | 1 | -1/+17 |
* | MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo... | Star Zeng | 2014-01-07 | 4 | -76/+169 |
* | Correct function comments of S3BootScriptSaveDispatch2(). | Liming Gao | 2014-01-03 | 2 | -4/+4 |
* | Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overf... | Liming Gao | 2013-12-31 | 4 | -3/+18 |
* | MdePkg: First instruction after clearing CR0.PE must be a far jmp. | David Woodhouse | 2013-12-30 | 2 | -29/+35 |
* | Clean up hard-coded offsets and other utter bogosity in Thunk16.S | David Woodhouse | 2013-12-30 | 1 | -50/+71 |
* | MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv... | Star Zeng | 2013-12-23 | 2 | -2/+8 |
* | Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c... | Ruiyu Ni | 2013-12-18 | 1 | -35/+40 |
* | 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h. | Fu Siyuan | 2013-12-10 | 1 | -1/+5 |
* | Correct file header comments for DiskIo2.h. | Ruiyu Ni | 2013-12-04 | 1 | -4/+3 |
* | Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and upd... | Shumin Qiu | 2013-11-26 | 1 | -2/+3 |
* | TempRam Done PPI definition in PI1.2.1 | Liming Gao | 2013-11-22 | 2 | -4/+4 |
* | Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1. | Jeff Fan | 2013-11-22 | 3 | -6/+121 |
* | Add 2.4 to system table version. | Shumin Qiu | 2013-11-20 | 1 | -3/+3 |
* | Update revisions for PI1.3. | Shumin Qiu | 2013-11-20 | 3 | -4/+4 |