1. 70f1d5e Check the Config access protocol before use it. by Eric Dong · 11 years ago
  2. 27c304f Update configrequest string at runtime for dynamic created question. by Eric Dong · 11 years ago
  3. a6c0ad8 Update the ValueChanged flag before call CHANGED callback type. by Eric Dong · 11 years ago
  4. b1239a2 Set the Reset flag if user select one statement which has reset attribute and not has storage. by Eric Dong · 11 years ago
  5. e4c83a4 Fixed the issue in ExitBootServices() implementation to avoid the potential boot service usage after () after gCpu->DisableInterrupt (). by Gao, Liming · 11 years ago
  6. e645bd8 MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum' by Olivier Martin · 11 years ago
  7. 336c8e1 Keep highlight on the current highlight menu if form auto exit, not exit by user input. by Eric Dong · 11 years ago
  8. 5dc6ab1 Set the free buffer pointer to NULL to avoid later free again. by Eric Dong · 11 years ago
  9. 892eccc Update the logic, only check the value change status for user input action, not detect the change caused by Hii driver change through SetBrowserData function. by Eric Dong · 11 years ago
  10. c8d54a6 Adjust date/time opcode before use it. by Eric Dong · 11 years ago
  11. f07ccd0 Fix several typo issues. by Elvin Li · 11 years ago
  12. 8a718ba MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB Device advertises in its USB configuration. by Star Zeng · 11 years ago
  13. 3038da1 Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupported(). by Tian, Feng · 11 years ago
  14. b80eed7 Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey(). by Elvin Li · 11 years ago
  15. 52f8e37 MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION, then parse sense data to decide which actions need to be done. by Tian, Feng · 11 years ago
  16. 6924dbd Rollback the change 15178. by Gao, Liming · 11 years ago
  17. 506560e MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. by Star Zeng · 11 years ago
  18. b0c975b Update Module BaseName to avoid the same name. Remove the unused extern C name. by Gao, Liming · 11 years ago
  19. ace2876 Update Module BaseName to avoid the same name. by Gao, Liming · 11 years ago
  20. ca4e58d Fix following problems about VLAN driver: by Fu Siyuan · 11 years ago
  21. f20fc99 Re-execute the failed SCSI command if iSCSI driver could reinstates the session successfully. by Fu Siyuan · 11 years ago
  22. 27582c4 Update password process logic, if password without interactive attribute, the first byte of buffer is zero means this password not has preexist value. by Eric Dong · 11 years ago
  23. 96179cb Refine the logic when return success, should not clean the buffer in this case. by Eric Dong · 11 years ago
  24. 4b738c7 Fix CRLF format by Tian, Hot · 11 years ago
  25. ff284c5 CapsulePei coalesce need add more sanity check for each Capsule Fragment. by jyao1 · 11 years ago
  26. 3a1966c DxeCore is designed to trust input data, so add comments to reminder caller to do check to follow PI specification when necessary. by jyao1 · 11 years ago
  27. ffd332c 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib class. by Gao, Liming · 11 years ago
  28. 8cb9297 1. Update the parsing logic of DHCP message in PXE driver. by Fu Siyuan · 11 years ago
  29. 20182c7 Fix GCC build failure. by Ruiyu Ni · 11 years ago
  30. 18b24f9 Fix bug in unload function: Check if component name protocol exist, only uninstall it when it really exists. by Fu Siyuan · 11 years ago
  31. 0a2326a MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() that forget to uninstall the DriverSupportedEfiVersionProtocol by Feng Tian · 11 years ago
  32. 54d5bb7 Fix a bug in DebugPort driver's Unload() that leaves the DriverBinding/ComponentName(2) installed. by Ruiyu Ni · 11 years ago
  33. 3a14083 Updates MdeModulePkg package version from 0.92 to 0.93 by Tian, Feng · 11 years ago
  34. 2fa7786 If the driver does not start before, we do not disconnect driver and we must still uninstall other protocols on image handle. The original implementation of error return is not correct. by Elvin Li · 11 years ago
  35. 21d9882 Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported file count in one FV, not only PEIM. by Gao, Liming · 11 years ago
  36. bad2be3 MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on gEfiRuntimeArchProtocolGuid to consume gBS->CalculateCrc32(). by Star Zeng · 11 years ago
  37. f5d2935 Correct function comments of S3BootScriptCloseTable(). by Liming Gao · 11 years ago
  38. 6f497f8 Check if component name protocol exist, uninstall it when it really exists. by Elvin Li · 11 years ago
  39. f0c5095 This patch fix date/time op-code shows abnormal. by Eric Dong · 11 years ago
  40. 56a9e69 MdeModulePkg CdExpressPei: Use correct PeiServices pointer to call low level BlockIoPpi->ReadBlocks. by Star Zeng · 11 years ago
  41. 8ff272e Fix “reconnect -r” ASSERT after VLAN configured. by Fu Siyuan · 11 years ago
  42. 18d3e28 Update the heap migration logic to avoid memory overflow. by Liming Gao · 11 years ago
  43. d958a7e Correct the RemainingPages calculation in PEI AllocatePages service. by Liming Gao · 11 years ago
  44. 91403ce Update MemoryAllocationLib AllocateAlignedPages API comments for memory overflow ASSERT case. by Liming Gao · 11 years ago
  45. 27bace9 Keep consistent about the return value between the caller and callee. by Eric Dong · 11 years ago
  46. 6307a8b Rollback the change 15021. by Eric Dong · 11 years ago
  47. efd6b41 MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present. by Star Zeng · 11 years ago
  48. 80873de Keep consistent about the return value between the caller and callee. by Eric Dong · 11 years ago
  49. b8b5ff5 Update XhcWaitOpRegBit to take Timout argument as microsecond. by Elvin Li · 11 years ago
  50. bdebd2c Fix a bug for vlan ping failure. by Wu Jiaxin · 11 years ago
  51. adcd738 MdeModulePkg Pcd: Extend PcdVpdBaseAddress to support PcdsPatchableInModule type. by Star Zeng · 11 years ago
  52. 5fdd2a8 Update code to avoid using potential NULL pointer. by Eric Dong · 11 years ago
  53. 077c7ae Update code to support guid op nest in the statement. by Eric Dong · 11 years ago
  54. c5fba0f Fix a bug in TCP driver’s component name print function. by Fu Siyuan · 11 years ago
  55. 9b8e61b Fix two issues in PeiCore. by Liming Gao · 11 years ago
  56. 98c4caa Get entire variable data for efi varstore at first time. by Eric Dong · 11 years ago
  57. 4636295 Add the missing assignment of EFI_DISK_IO2_TOKEN::Token in FlushDiskEx() implementation. Without the assignment, system may hang sometimes. by Ruiyu Ni · 11 years ago
  58. f67eb9d MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule by PcdGet32 in EntryPoint. by Star Zeng · 11 years ago
  59. ddc0be5 MdeModulePkg/XhciDxe: Fix ICC compiler build warning. by Feng Tian · 11 years ago
  60. 0e0fb74 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h. by Fu Siyuan · 11 years ago
  61. 62eeb52 Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT_FOUND should be returned in EFI_I2C_HOST_PROTOCOL.QueueRequest(). by Elvin Li · 11 years ago
  62. 0f83ac3 Refine code to fix potential code bug. by Eric Dong · 11 years ago
  63. 05de47e Refine code to fix potential code bug. by Eric Dong · 11 years ago
  64. 5624a27 MdeModulePkg: introduce PcdPciDisableBusEnumeration by Wei Liu · 11 years ago
  65. d5ad081 MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when SKU ID enabled. by Star Zeng · 11 years ago
  66. 9799752 Fixes a build issue (build error 'Statement is unreachable'). by Olivier Martin olivier.martin · 11 years ago
  67. 3f25e6e Fix comments format issue. by Jeff Fan · 11 years ago
  68. 8d84dbe MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec. by Feng Tian · 11 years ago
  69. b682373 Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. by Elvin Li · 11 years ago
  70. 060853f MdeModulePkg: SmmLockBox: remove wrong DepEx by Laszlo Ersek · 11 years ago
  71. 32e817c MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling protocol interface failure case by Feng Tian · 11 years ago
  72. 0f58371 MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() should be behind s/w related stop operation, which could avoid h/w not working if s/w stop operation fails. by Feng Tian · 11 years ago
  73. b5bd21b MdeModulePkg Pcd: Refine the code to avoid error report. by Star Zeng · 11 years ago
  74. 8aaab67 Fix input config header string error, should not always input the full config header string. by Eric Dong · 11 years ago
  75. 3ce454d Update NetLibGetMacAddress() to handle the case correctly when SNP is absent. by Fu Siyuan · 11 years ago
  76. 2e7183b Fix X64 build fail. by Eric Dong · 11 years ago
  77. 7248790 Update the logic in browser core, use config routine protocol instead of config access protocol to get/set data with hii drivers. by Eric Dong · 11 years ago
  78. ab36946 Refine the logic, keep highlight on the selectable menu, and base on priority order of option string/ prompt string/ text two string to highlight for a statement. by Eric Dong · 11 years ago
  79. 59cc677 MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable defined as dynamic. by Star Zeng · 11 years ago
  80. fae7362 When need to find varstore in the storage list, based on the extra HiiHandle to find the storage. by Eric Dong · 11 years ago
  81. d63a9eb Refine data copy and data compare logic. by Eric Dong · 11 years ago
  82. c3f44a7 MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS devices may have no response. by Feng Tian · 11 years ago
  83. a6a2a95 Adjust skip value when paint text two string for text opcode. by Eric Dong · 11 years ago
  84. 57f360f 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it has. by Jeff Fan · 11 years ago
  85. f47fc1c MdeModulePkg Pcd: Refine the code to avoid error report. by Star Zeng · 11 years ago
  86. 2fc6705 MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h. by Gary Ching-Pang Lin · 11 years ago
  87. 8a63906 Refine code to follow coding style. by Eric Dong · 11 years ago
  88. 61d8989 MdeModulePkg and Nt32Pkg 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
  89. 4f266fe 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
  90. 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
  91. 4de9d87 MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are invalid. by Feng Tian · 11 years ago
  92. 7df0957 MdeModulePkg Pcd: Refine the code to avoid error report. by Star Zeng · 11 years ago
  93. 419db80 MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database and SKU enable Feature. by Bob C Feng · 11 years ago
  94. 0f9ebb3 Add support for PI1.2.1 TempRam Done PPI. by Liming Gao · 11 years ago
  95. 128ef09 MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM consumption during variable reclaiming. by Star Zeng · 11 years ago
  96. c48abbe Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDxe driver for the return status of S3BootScriptExecute(). by Shumin Qiu · 11 years ago
  97. cd6abb0 Not update the imageId for EXT1,2,4 type. by Eric Dong · 11 years ago
  98. 07d7dba Update the logic, based on the device path and formset guid to find the HiiHandle. by Eric Dong · 11 years ago
  99. 50903aa Support unhook notification function for Smst->SmmRegisterProtocolNotify() per PI specification. by Jeff Fan · 11 years ago
  100. 7baf3c6 MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable data instead of old variable data when variable reclaim. by Star Zeng · 11 years ago