1. 4918a06 MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8', possible loss of data". by Star Zeng · 11 years ago
  2. 60050b3 MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInitSched(). by Star Zeng · 11 years ago
  3. 414f5bd MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSched(). by Star Zeng · 11 years ago
  4. 737adca Restore the question value before call the CHANGED callback type. by Eric Dong · 11 years ago
  5. e1f2dfe MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support. by Star Zeng · 11 years ago
  6. a94733b Correct the default value for date opcode. by Eric Dong · 11 years ago
  7. d987459 MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support. by Star Zeng · 11 years ago
  8. ef96ba3 MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(smm) copy. by Star Zeng · 11 years ago
  9. 48178d7 Fix a bug in IP4 driver when computing the network broadcast adress. by Fu, Siyuan · 11 years ago
  10. 891d844 MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SMM driver. by Tapan Shah · 11 years ago
  11. 523f48e Refine code to make it more safely. by Eric Dong · 11 years ago
  12. 2f497dc MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down to PeCoffLoaderRelocateImageExtraAction() by Andrew Fish · 11 years ago
  13. b0bc24a The following call tree exposes a bug in the lifetime (ie. too late by Alex Williamson · 11 years ago
  14. 4ab4497 MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controller disable by Tian, Feng · 11 years ago
  15. 21def10 Add 'file not found' debug message to MTFTP. by Brendan Jackman · 11 years ago
  16. 3bdb6d1 Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar even it's below 6 to follow the UEFI Spec. by Ruiyu Ni · 11 years ago
  17. ab82122 MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to strictly comply with UEFI spec by Tian, Feng · 11 years ago
  18. 129ff94 Fix some build issues (ARM toolchain). by Olivier Martin · 11 years ago
  19. 7da62bc Based on request, export ResetRequired info used by browser. by Eric Dong · 11 years ago
  20. 93e8d03 Fix comment typos. by Gao, Liming · 11 years ago
  21. 690f491 Correct String language tag. by Gao, Liming · 11 years ago
  22. 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
  23. 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
  24. 73a9e82 MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfer length in a single SCSI/ATAPI transfer to reach best device compatibility. by Tian, Feng · 11 years ago
  25. 50c455d Correct the incorrect string. by Gao, Liming · 11 years ago
  26. 4f467fd Fix GCC build fail. by Eric Dong · 11 years ago
  27. e6106e8 Refine the check expression result logic. by Eric Dong · 11 years ago
  28. 7e2f328 Enhance the browser parse opcode logic, skip the opcode which is not defined in UEFI spec. by Eric Dong · 11 years ago
  29. bfae133 Update question validation logic, move the check pointer from after user input to after finish call the CHANGING callback. by Eric Dong · 11 years ago
  30. 387208a MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol of PeiCore to always install both FvInfo and FvInfo2. by Star Zeng · 11 years ago
  31. 6fd184d Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once before enter this formset. by Eric Dong · 11 years ago
  32. e213ae4 Update logic, only question with interactive attribute should trig the callback function. by Eric Dong · 11 years ago
  33. 061d546 Sync value for string opcode after call the Callback function. by Eric Dong · 11 years ago
  34. 66a5771 MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass storage type device. by Tian, Feng · 11 years ago
  35. d8adff4 Check the pointer before use it. by Eric Dong · 11 years ago
  36. cc0b145 Fix a bug in IP driver that the fragment overlap check may be skipped incorrectly. by Fu Siyuan · 11 years ago
  37. 9d34cac Refine the load form sets process for BrowserCallback function. by Eric Dong · 11 years ago
  38. 5fef1a3 Check the parameter before use it. by Eric Dong · 11 years ago
  39. 4c7e997 Add NULL pointer check in I2chost. by Elvin Li · 11 years ago
  40. 4b0786b Add ASSERT to check if NewVariable is NULL. by Elvin Li · 11 years ago
  41. 9a12e58 Calculate enough space for 2 variables (public key and variable data) instead of directly setting them 1 by 1. by Dong Guo · 11 years ago
  42. 2c77560 Update code logic, remove ASSERT and use error handling. by Eric Dong · 11 years ago
  43. 90651f7 Remove RT attribute for variable PlatDriOver. by Gao, Liming · 11 years ago
  44. 9f25f7d Add check to make sure the data be valid. by Gao, Liming · 11 years ago
  45. 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
  46. 5070bef Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
  47. 69fc8f0 Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
  48. 553e866 MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch. by Star Zeng · 11 years ago
  49. d120b46 Removes MacString Rt attribute in Ip4Config/Mnp driver. by Fu Siyuan · 11 years ago
  50. 80e3a52 Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NIC in SNP driver. by Fu Siyuan · 11 years ago
  51. 9bc5dab MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency between PlatformLang and Lang. by Star Zeng · 11 years ago
  52. 4529d72 Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables failed. by Elvin Li · 11 years ago
  53. a81d26a Add comments to describe PlatformDriOverrideDxe is used for test purpose. by Gao, Liming · 11 years ago
  54. fd704cb Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxe by Gao, Liming · 11 years ago
  55. 57a1b9c Add comment for S3BootScriptSaveMemPoll API, since it does not match PI specification. by jyao1 · 11 years ago
  56. b572d3f When exit from GetFullStringFromHiiFormPackages function, should update the PointerProgress parameter if necessary. by Eric Dong · 11 years ago
  57. 70f1d5e Check the Config access protocol before use it. by Eric Dong · 11 years ago
  58. 27c304f Update configrequest string at runtime for dynamic created question. by Eric Dong · 11 years ago
  59. a6c0ad8 Update the ValueChanged flag before call CHANGED callback type. by Eric Dong · 11 years ago
  60. b1239a2 Set the Reset flag if user select one statement which has reset attribute and not has storage. by Eric Dong · 11 years ago
  61. e4c83a4 Fixed the issue in ExitBootServices() implementation to avoid the potential boot service usage after () after gCpu->DisableInterrupt (). by Gao, Liming · 11 years ago
  62. e645bd8 MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum' by Olivier Martin · 11 years ago
  63. 336c8e1 Keep highlight on the current highlight menu if form auto exit, not exit by user input. by Eric Dong · 11 years ago
  64. 5dc6ab1 Set the free buffer pointer to NULL to avoid later free again. by Eric Dong · 11 years ago
  65. 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
  66. c8d54a6 Adjust date/time opcode before use it. by Eric Dong · 11 years ago
  67. f07ccd0 Fix several typo issues. by Elvin Li · 11 years ago
  68. 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
  69. 3038da1 Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupported(). by Tian, Feng · 11 years ago
  70. b80eed7 Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey(). by Elvin Li · 11 years ago
  71. 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
  72. 6924dbd Rollback the change 15178. by Gao, Liming · 11 years ago
  73. 506560e MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. by Star Zeng · 11 years ago
  74. b0c975b Update Module BaseName to avoid the same name. Remove the unused extern C name. by Gao, Liming · 11 years ago
  75. ace2876 Update Module BaseName to avoid the same name. by Gao, Liming · 11 years ago
  76. ca4e58d Fix following problems about VLAN driver: by Fu Siyuan · 11 years ago
  77. f20fc99 Re-execute the failed SCSI command if iSCSI driver could reinstates the session successfully. by Fu Siyuan · 11 years ago
  78. 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
  79. 96179cb Refine the logic when return success, should not clean the buffer in this case. by Eric Dong · 11 years ago
  80. 4b738c7 Fix CRLF format by Tian, Hot · 11 years ago
  81. ff284c5 CapsulePei coalesce need add more sanity check for each Capsule Fragment. by jyao1 · 11 years ago
  82. 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
  83. ffd332c 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib class. by Gao, Liming · 11 years ago
  84. 8cb9297 1. Update the parsing logic of DHCP message in PXE driver. by Fu Siyuan · 11 years ago
  85. 20182c7 Fix GCC build failure. by Ruiyu Ni · 11 years ago
  86. 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
  87. 0a2326a MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() that forget to uninstall the DriverSupportedEfiVersionProtocol by Feng Tian · 11 years ago
  88. 54d5bb7 Fix a bug in DebugPort driver's Unload() that leaves the DriverBinding/ComponentName(2) installed. by Ruiyu Ni · 11 years ago
  89. 3a14083 Updates MdeModulePkg package version from 0.92 to 0.93 by Tian, Feng · 11 years ago
  90. 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
  91. 21d9882 Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported file count in one FV, not only PEIM. by Gao, Liming · 11 years ago
  92. bad2be3 MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on gEfiRuntimeArchProtocolGuid to consume gBS->CalculateCrc32(). by Star Zeng · 11 years ago
  93. f5d2935 Correct function comments of S3BootScriptCloseTable(). by Liming Gao · 11 years ago
  94. 6f497f8 Check if component name protocol exist, uninstall it when it really exists. by Elvin Li · 11 years ago
  95. f0c5095 This patch fix date/time op-code shows abnormal. by Eric Dong · 11 years ago
  96. 56a9e69 MdeModulePkg CdExpressPei: Use correct PeiServices pointer to call low level BlockIoPpi->ReadBlocks. by Star Zeng · 11 years ago
  97. 8ff272e Fix “reconnect -r” ASSERT after VLAN configured. by Fu Siyuan · 11 years ago
  98. 18d3e28 Update the heap migration logic to avoid memory overflow. by Liming Gao · 11 years ago
  99. d958a7e Correct the RemainingPages calculation in PEI AllocatePages service. by Liming Gao · 11 years ago
  100. 91403ce Update MemoryAllocationLib AllocateAlignedPages API comments for memory overflow ASSERT case. by Liming Gao · 11 years ago