1. de4db4d MdeModulePkg AcpiTableDxe: Non-Boolean comparisons should use a compare operator. by Star Zeng · 10 years ago
  2. 27f1971 MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb' by Ard Biesheuvel · 10 years ago
  3. 35bc88d MdeModulePkg: Fix DHCP4 driver hang issue in some case. by Wu Jiaxin · 10 years ago
  4. ce96473 MdeModulePkg: Remove DHCP4.TransmitReceive()and DORA process dependency. by Wu Jiaxin · 10 years ago
  5. cc63add MdeModulePkg:System hangs in setup menu by Dandan Bi · 10 years ago
  6. f007174 MdeModulePkg AcpiTableDxe: Cover EFI_ACPI_TABLE_VERSION_5_0. by Star Zeng · 10 years ago
  7. aa2868b MdeModulePkg Variable: Move VariableLock install into SmmVariableReady(). by Star Zeng · 10 years ago
  8. a856128 MdeModulePkg PcdDxe: TokenNumber should start from 1. by Star Zeng · 10 years ago
  9. fd0618c MdeModulePkg: Add type cast to avoid build failure in GCC. by Qiu Shumin · 10 years ago
  10. 5e30b69 EDKII:Display engine should not depend on the framework code by Dandan Bi · 10 years ago
  11. 9d58ab09 MdeModulePkg: Refine the comments format for PropertiesTable. by Qiu Shumin · 10 years ago
  12. 03e2cad MdeModulePkg Variable: Add SysPrepOrder and SysPrep#### to global list. by Star Zeng · 10 years ago
  13. 03d486b Add UEFI 2.5 properties table support in DXE core. by Yao, Jiewen · 10 years ago
  14. 4e295e0 MdeModulePkg/HiiDatabaseDxe: Fixed build error. by Olivier Martin · 10 years ago
  15. f2e7732 MdeModulePkg: Enable reconnect request from action request or question flag. by Eric Dong · 10 years ago
  16. e655727 MdeModulePkg:fix browser not call EFI_BROWSER_ACTION_CHANGED by Dandan Bi · 10 years ago
  17. 1e9c722 MdeModulePkg:Support delete key by Dandan Bi · 10 years ago
  18. cbbc454 MdeModulePkg: Validate the return value before use it. by Eric Dong · 10 years ago
  19. b965bd9 Remove Framework HII "class\subclass" in all VFR by Dandan Bi · 10 years ago
  20. 8c9c60b MdeModulePkg:fix more than one arrow shows for one goto menu by Dandan Bi · 10 years ago
  21. 2d9cdfd MdeModulePkg:Add line break character by Dandan Bi · 10 years ago
  22. 02c9f14 MdeModulePkg/CdExpressPei: Fix build error by Feng Tian · 10 years ago
  23. f9964c8 MdeModulePkg/CdExpressPei: Add RecoveryBlockIo2Ppi support by Feng Tian · 10 years ago
  24. a3ac258 MdeModulePkg: Update coding style by Chao Zhang · 10 years ago
  25. aee257d MdeModulePkg: Fix potential buffer overflow issues. by Eric Dong · 10 years ago
  26. 5f25ead MdeModulePkg: Enumerate all string packages in one driver when search the keyword. by Eric Dong · 10 years ago
  27. d3460bc MdeModulePkg Variable: Prevent BS variable update in legacy OS runtime. by Star Zeng · 10 years ago
  28. 579282a MdeModulePkg: Add UNI files for DriverHealthManagerDxe driver. by Ruiyu Ni · 10 years ago
  29. 67b6269 MdeModulePkg: Add UNI files for BootManagerPolicyDxe driver. by Ruiyu Ni · 10 years ago
  30. 99294cb MdeModulePkg: Add UNI file for BdsDxe driver. by Ruiyu Ni · 10 years ago
  31. 1a03ab8 MdeModulePkg: Fix Typo. by Eric Dong · 10 years ago
  32. e44c60a MdeModulePkg: remove unused variable DevicePathSize by Ard Biesheuvel · 10 years ago
  33. c240014 MdeModulePkg: ConfigKeywordHandler: fix pointer target signedness. by Laszlo Ersek · 10 years ago
  34. 3432619 MdeModulePkg: Add sample code for keyword handler protocol. by Eric Dong · 10 years ago
  35. f736c1f MdeModulePkg: Avoid update keyword string package. by Eric Dong · 10 years ago
  36. 87bfeb1 MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol. by Eric Dong · 10 years ago
  37. acd3220 MdeModulePkg: Add ESRT management module. by Chao Zhang · 10 years ago
  38. 2e04a2f MdeModulePkg: Add BootManagerPolicyDxe to produce BootManagerPolicy protocol. by Ruiyu Ni · 10 years ago
  39. 1634214 MdeModulePkg: Process Sys Prep load options in BdsDxe driver. by Ruiyu Ni · 10 years ago
  40. 522dfbf MdeModulePkg: Update FirmwarePerformanceDataTableDxe for LegacyBoot by Liming Gao · 10 years ago
  41. 09d4699 MdeModulePkg: Update CapsulePei to consume PI1.4 CapsulePpi by Liming Gao · 10 years ago
  42. afc9bf7 MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_DEC attribute. by Eric Dong · 10 years ago
  43. 9bd22b0 MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in DriverSampleDxe by Eric Dong · 10 years ago
  44. 1f9837b MdeModulePkg: update comments for question. by Eric Dong · 10 years ago
  45. 0b567d1 MdeModulePkg: Enable buffer type value for default and oneofoption opcode. by Eric Dong · 10 years ago
  46. 790447b MdeModluePkg: Enable refresh opcode to refresh the entire form. by Eric Dong · 10 years ago
  47. 3bb5c81 MdeModulePkg: Add DriverHealthManagerDxe driver. by Ruiyu Ni · 10 years ago
  48. f4cd24d MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library. by Ruiyu Ni · 10 years ago
  49. 04f4c2d MdeModulePkg: Remove GetBootMode() at FirmwarePerformancePeiEntryPoint by Hao Wu · 10 years ago
  50. 40ad4b1 Update the logic for action opcode, also support user input a empty string for QuestionConfig part. by Eric Dong · 10 years ago
  51. ab2cf8e Update the logic: After check the environment, calculate the new parameter and update it. by Eric Dong · 10 years ago
  52. 4978921 Fix some grammar and converge formatting of the two versions of TcpInput.c by BALATON Zoltan · 10 years ago
  53. a78d3a2 MdeModulePkg: PCD/Pei: eliminate unused but set variable by Laszlo Ersek · 10 years ago
  54. 85d0b97 MdeModulePkg Pcd: Check the input SkuId in SetSku() by Star Zeng · 10 years ago
  55. 185395a Save initial TSVal from TCP connection initiation packets. by BALATON Zoltan · 10 years ago
  56. 23f3e11 MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file. by Star Zeng · 10 years ago
  57. e56e187 MdeModulePkg Variable: Enhance the code logic about VariableLock by Star Zeng · 10 years ago
  58. afe5262 MdeModulePkg BootScriptExecutorDxe: Fix 32bit build failure. by Star Zeng · 10 years ago
  59. 32a8174 MdeModulePkg BootScriptExecutorDxe: Use ImageContext.ImageSize to allocate memory for PE image by Star Zeng · 10 years ago
  60. e63f330 MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0. by Elvin Li · 10 years ago
  61. e50a226 MdeModulePkg: Fix typo. by Shumin Qiu · 10 years ago
  62. 82e47eb MdeModulePkg Variable: Keep the behavior of Variable Dxe and SMM drivers consistent by Star Zeng · 10 years ago
  63. 92141e1 MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler error by Olivier Martin · 10 years ago
  64. 0e40240 Open default Tcp child via BY_CHILD_CONTROLLER. by Wu Jiaxin · 10 years ago
  65. b4e09b0 MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference. by Star Zeng · 10 years ago
  66. 57f2e11 Enhance the parameter check to avoid potential issue in negotiation. by Ye Ting · 10 years ago
  67. 35a2649 Initialize data and correct faulty logic in TcpComponentNameGetControllerName(). by Wu Jiaxin · 10 years ago
  68. c615a4b Verified ChildHandle, and correct the name for a child. by Wu Jiaxin · 10 years ago
  69. 385d44b Update the code not require optional parameters include DataPDUInOrder and DataSequenceInOrder. by Roy Franz · 10 years ago
  70. 842b124 Use SmmMemLib to check communication buffer. by Yao, Jiewen · 10 years ago
  71. 0fb5e51 MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe by Star Zeng · 10 years ago
  72. 00ab76e MdeModulePkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
  73. a35ecb7 Move ConfigHdr from browser_storage to Formset_storage, avoid device path lost for drivers. by Eric Dong · 10 years ago
  74. 4edb186 MdeModulePkg Variable: Implement variable quota management. by Star Zeng · 10 years ago
  75. f798e8b MdeModulePkg: Acpi: enforce exclusion between FirmwareCtrl and XFirmwareCtrl by Laszlo Ersek · 10 years ago
  76. a687a1d The default type is not returned by display engine, this code update the logic to return it. by Eric Dong · 10 years ago
  77. 23c7d42 Enable popup dialog when user press the hotkey. by Eric Dong · 10 years ago
  78. fc2e750 Avoid change the return status from above code which will also be used later. by Eric Dong · 10 years ago
  79. 44cbe89 Locate the config route protocol before install the config access protocol to fix potential issue. by Eric Dong · 10 years ago
  80. 173acde Fix IA32 build failure: Use MultU64x32 for 64bit * 32bit. by Ruiyu Ni · 10 years ago
  81. 5d6bf9e MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM by Olivier Martin · 10 years ago
  82. c792e5b Restore question value for question without storage after CHANGING callback return error. by Eric Dong · 10 years ago
  83. efb01a1 MdeModulePkg Variable: Implement VarCheck PROTOCOL by Star Zeng · 10 years ago
  84. 1fcbeae Remove the FV header assumption in variable driver. by Dong Guo · 10 years ago
  85. 5a2dcd1 MdeModulePkg/FvSimpleFileSystem:Fix a potential NULL dereference issue. by Feng Tian · 10 years ago
  86. 270fc03 MdeModulePkg/FvSimpleFileSystem: Fix building error with 32bit tool chains. by Feng Tian · 10 years ago
  87. 9da91ae MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to executable files in FVs. by Brendan Jackman · 10 years ago
  88. a125239 MdeModulePkg DebugSupportDxe: Fix build error with GNU assembler by Jordan Justen · 10 years ago
  89. 84b8497 Eliminate the variable. by Laszlo Ersek · 10 years ago
  90. 0b24f2c MdeModulePkg DXE FpdtStatusCodeHandler: Check Boolean value in if statement. by Liming Gao · 10 years ago
  91. 300c1f0 MdeModulePkg: Update the device path info for the storage when former drivers not provide it. by Eric Dong · 10 years ago
  92. 35f910f MdeModulePkg: Source fixes and cleanup for ARMGCC compiles by Randy Pawell · 10 years ago
  93. 40a0f8c MdeModulePkg: Unregister DXE FpdtStatusCodeHandler. by Liming Gao · 10 years ago
  94. b8ff0f1 Fix memory leak in Ip4Config. by Samer El-Haj-Mahmoud · 10 years ago
  95. 2e09716 Fix build fail for VS2005 tool chain. by Eric Dong · 10 years ago
  96. 0133195 MdeModulePkg: Misc comments and DEBUG messages by Samer El-Haj-Mahmoud · 10 years ago
  97. 8cc87d3 Fix an issue in the PCD service to prevent potential out of bound array access by Samer El-Haj-Mahmoud · 10 years ago
  98. 42645c3 Fixed user input arrow down/ page down caused form display highlight menu error. by Eric Dong · 10 years ago
  99. 787fc2a MdeModulePkg: Refine the get default value logic. by Eric Dong · 10 years ago
  100. eb774e2 MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. by Star Zeng · 10 years ago