1. 6afd9f4 Refine code to make it more safely. by Eric Dong · 11 years ago
  2. e837e22 Correct comment typo in AsmReadCr0() function. by Gao, Liming · 11 years ago
  3. ed2867d Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build. by Ruiyu Ni · 11 years ago
  4. 93e8d03 Fix comment typos. by Gao, Liming · 11 years ago
  5. 46d491d Update function descriptions of AIP EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES. by Gao, Liming · 11 years ago
  6. d551cc6 1. Mark the network volatile variables as deprecated in code comments and remove related code to set/get these variable. by Fu Siyuan · 11 years ago
  7. 5966402 MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to return EFI_ACCESS_DENIED for duplicated FADT, FACS or DSDT installation. by Star Zeng · 11 years ago
  8. a06ec3e Add device path node/text conversion for NVMe device path node. by Ruiyu Ni · 11 years ago
  9. b95eb5e MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It should be the number of transferred blocks rather than block size. by Tian, Feng · 11 years ago
  10. b2bd493 MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang and Lang variables and use PcdUefiVariableDefaultLangDeprecate to turn off auto update between PlatformLang and Lang variables. by Star Zeng · 11 years ago
  11. a8d8d43 Support load 64 bit image from 32 bit core. by Eric Dong · 11 years ago
  12. d120b46 Removes MacString Rt attribute in Ip4Config/Mnp driver. by Fu Siyuan · 11 years ago
  13. 57a1b9c Add comment for S3BootScriptSaveMemPoll API, since it does not match PI specification. by jyao1 · 11 years ago
  14. e27ecde Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in AdapterInformation. by Ari Zigler · 11 years ago
  15. 2080f67 Add more check for PE COFF SizeOfHeader field. by jyao1 · 11 years ago
  16. 7771be9 Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in AdapterInformation. by Shumin Qiu · 11 years ago
  17. 8db92ab Fix CRLF format by Tian, Hot · 11 years ago
  18. 66a110d Optimize the code to not call StrToBuf when DataLength is 0. by Ruiyu Ni · 11 years ago
  19. 8a83534 Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'. by Gao, Liming · 11 years ago
  20. b9ababa Follow UEFI2.4.a spec, add more description on parameter check. by jyao1 · 11 years ago
  21. 5d6a5ae Follow UEFI spec to convert unrecognized device path structure from/to hex dump text. by Ruiyu Ni · 11 years ago
  22. ffdb421 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib class. by Gao, Liming · 11 years ago
  23. 9938c13 Update FMP Header file Comments per UEFI2.4A by Gao, Liming · 11 years ago
  24. ed95ad4 Update the comments to follow spec update. by Eric Dong · 11 years ago
  25. 5109015 Follow UEFI2.4.a spec, deprecate 6 hash algo. by jyao1 · 11 years ago
  26. 66bd412 Add a new header file to define Adapter Information Protocol. by Shumin Qiu · 11 years ago
  27. 37eae4c Add EFI_FILE_PROTOCOL_LATEST_REVISION macro to SimpleFileSystem.h. by Ruiyu Ni · 11 years ago
  28. e1c9edd MdePkg: add missing #defines for decoding PCIe 2.1 extended capability structures by Jaben Carsey · 11 years ago
  29. a1d2025 MdePkg: Add PCI Express 2.1 and 3.0 structures by Jaben Carsey · 11 years ago
  30. e3a7cae Updates MdePkg package version from 1.03 to 1.04 by Gao, Liming · 11 years ago
  31. e8480a1 Correct function comments of S3BootScriptCloseTable(). by Liming Gao · 11 years ago
  32. f9ed6c9 Add processor family 2 definition in SMBIOS header file. by Yi Li · 11 years ago
  33. 0befb08 MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size supported, align the behavior of LibPcdSetPtr with LibPcdSetN to handle error status returned. by Star Zeng · 11 years ago
  34. 300f2c6 Correct function comments of S3BootScriptSaveDispatch2(). by Liming Gao · 11 years ago
  35. 1346352 Update MemoryAllocationLib.AllocateAlignedPages API comments for memory overflow ASSERT case. by Liming Gao · 11 years ago
  36. af8aa62 MdePkg: First instruction after clearing CR0.PE must be a far jmp. by David Woodhouse · 11 years ago
  37. 321c89c Clean up hard-coded offsets and other utter bogosity in Thunk16.S by David Woodhouse · 11 years ago
  38. da66011 MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an invalid TokenNumber input. by Star Zeng · 11 years ago
  39. d4468cd Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit. by Ruiyu Ni · 11 years ago
  40. 0e0fb74 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h. by Fu Siyuan · 11 years ago
  41. b4e7b2d Correct file header comments for DiskIo2.h. by Ruiyu Ni · 11 years ago
  42. 78322c8 Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and update other table version to refer to it. Remove the “/D TIANO_RELEASE_VERSION=0x00080006” option in Nt32Pkg DSC file, since it’s not used in source code. by Shumin Qiu · 11 years ago
  43. d18b71c TempRam Done PPI definition in PI1.2.1 by Liming Gao · 11 years ago
  44. a889d46 Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1. by Jeff Fan · 11 years ago
  45. 8024cca Add 2.4 to system table version. by Shumin Qiu · 11 years ago
  46. a4d5fa1 Update revisions for PI1.3. by Shumin Qiu · 11 years ago
  47. 96d6d00 MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance. by Star Zeng · 11 years ago
  48. 3aa8dc6 Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key technology to produce the Random Number Generator protocol, which is used to provide high-quality random numbers for use in applications, or entropy for seeding other random number generators. Refer to http://software.intel.com/en-us/articles/intel-digital-random-number-generator-drng-software-implementation-guide/ for more information about Intel Secure Key technology. by Long, Qin · 11 years ago
  49. 419db80 MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database and SKU enable Feature. by Bob C Feng · 11 years ago
  50. fcfd5fb Add support for PI1.2.1 TempRam Done PPI. by Liming Gao · 11 years ago
  51. c48abbe Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDxe driver for the return status of S3BootScriptExecute(). by Shumin Qiu · 11 years ago
  52. 9da3888 Fix several bugs in DevicePathLib implementation regarding the device path node and text conversion. by Ruiyu Ni · 11 years ago
  53. 50903aa Support unhook notification function for Smst->SmmRegisterProtocolNotify() per PI specification. by Jeff Fan · 11 years ago
  54. 95d0cb1 Update SimpleFileSystem.h to add the asynchronous File IO API definition. by Ruiyu Ni · 11 years ago
  55. a93b0e3 Use rsp instead of esp to save 64-bit stack pointer. by Elvin Li · 11 years ago
  56. 566771b Enable UEFI firmware to support FMP capsule format. by czhang46 · 11 years ago
  57. ed84519 MdePkg PeiServicesLib: Refine the code to avoid error report. by Star Zeng · 11 years ago
  58. 59ec2b0 Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PROTOCOL::Repair() from EFI_DRIVER_HEALTH_REPAIR_PROGRESS_NOTIFY to EFI_DRIVER_HEALTH_REPAIR_NOTIFY to follow the UEFI spec. by Ruiyu Ni · 11 years ago
  59. c793510 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using the Security Arch Protocol by Star Zeng · 11 years ago
  60. 5d7f312 Update PeiCore to support load PEIM into memory on S3 boot path. by Liming Gao · 11 years ago
  61. 6a0d41c Add the definition for Timestamp Protocol and a new driver base on TimerLib to produce Timestamp protocol. by Shumin Qiu · 11 years ago
  62. e9a1e37 Resolve GCC build error, where #pragma pack(push[, id], <n>) is not supported. by jyao1 · 11 years ago
  63. 2e61fb3 Add TPM2 related header file. by jyao1 · 11 years ago
  64. cb1366a Remove the non-ASCII characters in the comments of StatusCodeDataTypeId by Shumin Qiu · 11 years ago
  65. 3837e91 MdeModulePkg: Add support for weakly aligned FVs. by Star Zeng · 11 years ago
  66. 82ea59a Add definition for EFI_FIRMWARE_CONTENTS_SIGNED_GUID. by Shumin Qiu · 11 years ago
  67. efdabc6 Update UpdateCapsule() service return status to follow UEFI2.3.1 D. by Liming Gao · 11 years ago
  68. 754739e Add missing SCSI_IO related definitions. by Feng Tian · 11 years ago
  69. e8326a0 This patch uses dummy routine as NotifyFunction to make sure those 2 APIs provided from library can create event as expected when the caller does not feed in a NotifyFunction. Also, typo is corrected. by Mars Lin · 11 years ago
  70. 774b573 Enable warningif opcode in browser. by Eric Dong · 11 years ago
  71. 8c1e795 Add Memory fence for ARM Architecture (32 and 64 bit) by Olivier Martin · 11 years ago
  72. 2a79158 MdePkg/AArch64: Fixed some definitions in ProcessorBind.h by Olivier Martin · 11 years ago
  73. 6ce5535 Update status code data structures according errata. by Shumin Qiu · 11 years ago
  74. 3eb695c Removed the assumption on APIC timer initial Count is all 1s and updated it to handle the long delay that timer initial count. by Jeff Fan · 11 years ago
  75. ce1d1c9 Update SetVariable() function description for the clarification of requirements to update timestamp associated with authenticated variable. by Shumin Qiu · 11 years ago
  76. bbeea0d Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY. by Shumin Qiu · 11 years ago
  77. ba146aa Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI Spec 2.4. by Ruiyu Ni · 11 years ago
  78. 46c3efb Update comments for HiiConfigRoutine->ExtractConfig function, also update HiiConfigRoutine->ConfigToBlock/BlockToConfig to follow this new spec. by Eric Dong · 11 years ago
  79. 53ba4e9 Update comments to follow new spec definition. by Eric Dong · 11 years ago
  80. 7076ecd Update firmware management protocol definition to expose the lowest supported firmware version. by Shumin Qiu · 11 years ago
  81. fc51ab6 Add the new reset type (EfiResetPlatformSpecific) to UefiSpec.h to follow UEFI Spec 2.4. by Ruiyu Ni · 11 years ago
  82. 5795218 Refine the comments to follow spec. by Eric Dong · 11 years ago
  83. 5a7b9bb Add the missing status code in the returned table of InstallMultipleProtocolInterface(). by Shumin Qiu · 11 years ago
  84. 493d8e3 Add DiskIo2 protocol definition to MdePkg. by Ruiyu Ni · 11 years ago
  85. 61f2ab9 Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UNDI, PXE_SW_UNDI to support greater than 256NICs in UNDI (Request by UEFI2.4 Mantis991). by Qian Ouyang · 11 years ago
  86. 6675a21 MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. by Star Zeng · 11 years ago
  87. b934959 MdePkg/IndustryStandard: Update Atapi.h to comply with latest ATA8-ACS spec (d2015r7) by Feng Tian · 11 years ago
  88. eed8d67 Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 by Laszlo Ersek · 11 years ago
  89. 4006b0b Add I2C related definition in PI 1.3 spec. by Elvin Li · 11 years ago
  90. 3989943 Add defines for MAX values for EBC arch. by Liming Gao · 11 years ago
  91. 1762593 Add NVM Express related definition. by Feng Tian · 11 years ago
  92. cffd217 Add new adding ATA related status code in PI 1.3 to definition and ATA modules. by Elvin Li · 11 years ago
  93. e01a125 Match the comments with the implementation for Baselib::GetFirstNode. by Shumin Qiu · 11 years ago
  94. 45a4305 MdePkg/BasePeCoffLib: Fixed coding style by Olivier Martin · 11 years ago
  95. bf6ee6c MdePkg/BaseSynchronizationLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  96. deb65d6 MdePkg/BaseCpuLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  97. 807e260 MdePkg/BaseLib: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  98. a2cacc9 MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64 by Harry Liebel · 11 years ago
  99. b4319af MdePkg: Added ARM Aarch64 architecture support by Harry Liebel · 11 years ago
  100. fed549d MdePkg: Added ARM Aarch64 support to PE/COFF support by Harry Liebel · 11 years ago