| Commit message (Expand) | Author | Age | Files | Lines |
* | MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WAT... | Star Zeng | 2014-08-28 | 1 | -2/+2 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 2 | -0/+0 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 1 | -94/+277 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 102 | -0/+0 |
* | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 2014-08-27 | 102 | -230/+366 |
* | Add PCI PMC and PMCSR register definitions from PCI Power Management Interfac... | Samer El-Haj-Mahmoud elhaj | 2014-08-26 | 1 | -0/+39 |
* | Update EFI_DRIVER_HEALTH_HII_MESSAGE definition from UEFI 2.4 specification t... | Samer El-Haj-Mahmoud elhaj | 2014-08-26 | 1 | -1/+11 |
* | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 2014-08-25 | 1 | -0/+14 |
* | Only reserve the aligned memory instead of reserving the unaligned memory in ... | Gao, Liming | 2014-08-22 | 1 | -9/+133 |
* | MdePkg: Introduced BaseStackCheckLib (cont.) | Andrew Fish | 2014-08-21 | 4 | -6/+4 |
* | MdePkg: Introduced BaseStackCheckLib (cont.) | Andrew Fish | 2014-08-20 | 2 | -0/+97 |
* | MdePkg: Introduced BaseStackCheckLib | Andrew Fish | 2014-08-20 | 1 | -0/+4 |
* | MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style | Eric Dong | 2014-08-20 | 1 | -22/+36 |
* | MdePkg: library INF files should reference feature PCDs under [FeaturePcd] | Laszlo Ersek | 2014-08-16 | 2 | -2/+4 |
* | MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings | Laszlo Ersek | 2014-08-16 | 1 | -2/+2 |
* | MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning | Laszlo Ersek | 2014-08-16 | 1 | -0/+1 |
* | Roll-back from an accidental commit. | lhauch | 2014-08-14 | 1 | -1/+0 |
* | Change svn:mime-type property on all Unicode files (extension .uni) in edk2 | lhauch | 2014-08-14 | 1 | -0/+1 |
* | MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance | Laszlo Ersek | 2014-08-12 | 3 | -0/+1489 |
* | MdePkg: introduce OrderedCollectionLib library class | Kinney, Michael D | 2014-08-12 | 2 | -0/+434 |
* | MdePkg: Fix Clang build failure | Gao, Liming | 2014-08-11 | 13 | -14/+14 |
* | Added SMBIOS 2.8.0 updates. | Elvin Li | 2014-08-08 | 1 | -9/+26 |
* | Add type cast for better coding style. | Qiu Shumin | 2014-08-07 | 2 | -6/+6 |
* | Add missing ACPI5.1 table. | jyao1 | 2014-08-04 | 1 | -1/+19 |
* | 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 |