1. b5040e4 1. CapsuleLongModeBuffer variable should not have EFI_VARIABLE_RUNTIME_ACCESS attribute. by Elvin Li · 10 years ago
  2. 3abc11f Clean up the framework style code. by Eric Dong · 10 years ago
  3. c4866c7 The original code does not initialize the global width constants before creating menu options. That caused an issue when long strings are used in the first HII form, but only when displayed for the first time. by Samer El-Haj-Mahmoud elhaj · 10 years ago
  4. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  5. a361d39 Append the terminating null character at the end of the string to avoid buffer overflow. by Qiu Shumin · 10 years ago
  6. acedecd Do not access transfer ring when endpoint is isochronous type and control type. And when one Endpoint is a unknown type, do not ASSERT(0) and process next endpoint. by Elvin Li · 10 years ago
  7. 0a13a62 MdeModulePkg PeiCore: Add NULL pointer check. by Star Zeng · 10 years ago
  8. e62fa17 Clean up the useless code in DriverSampleDxe. by Eric Dong · 10 years ago
  9. 17e95ca Refine the code logic, use dynamic allocate buffer instead of static array to fix potential buffer overflow. by Eric Dong · 10 years ago
  10. 69c0fbd MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSupported(). by Sergey Isakov · 10 years ago
  11. d5eea98 Refine the comments for the function header. by Eric Dong · 10 years ago
  12. 9d8de12 Update PeiCore to follow PI spec to retrieve GUIDED section data when ExtractionPpi is not found. by Gao, Liming · 10 years ago
  13. a402e12 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  14. fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
  15. 74a6d86 Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
  16. 6c8cfb0 MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) should be placed after HeapOffset is got. by Star Zeng · 10 years ago
  17. 31122d8 MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device. by Gao, Liming · 10 years ago
  18. 883e23d MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi. by Gao, Liming · 10 years ago
  19. 9bc2504 MdeModulePkg: DxeCore by Gao, Liming · 10 years ago
  20. 4a22833 Added SMBIOS 2.8.0 updates. by Elvin Li · 10 years ago
  21. 2ca7b36 Clean the useless code. by Eric Dong · 10 years ago
  22. 6e1e540 1) Add type cast for better coding style. by Feng Tian · 10 years ago
  23. 35d7481 The pointer argument should be set to NULL if not used not FALSE. by Harry Liebel · 10 years ago
  24. ffbc792 MdeModulePkg: Fix wrong check for SetAttribute in Consplitter by Elvin Li · 10 years ago
  25. d81c462 MdeModulePkg: Removed valid text mode check in SetAttribute interface in GraphicsConsole. by Elvin Li · 10 years ago
  26. 784952b Refine code to make it more safely. by Eric Dong · 10 years ago
  27. 4e1005e Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
  28. 40578d0 Update the code to follow UEFI spec, process date/time/ref value type as buffer type when in an expression. by Eric Dong · 10 years ago
  29. 5d0f0ac Print the CodeType and Value of status code with fixed length. by Li, Elvin · 10 years ago
  30. 6cb9566 MdeModulePkg: Fix parameter verification for SetAttribute by Jaben Carsey · 10 years ago
  31. 34717ef Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid rubbish data in high 32 bits. by Elvin Li · 10 years ago
  32. f1bc233 MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to avoid beyond the boundary of 32 bit. by Tian, Feng · 10 years ago
  33. dcca25d Refine code to follow good coding style. by Eric Dong · 10 years ago
  34. e77d2f9 Add check to make code more safely. by Eric Dong · 10 years ago
  35. 93551a0 Check the validation when return from callback function to avoid use the invalid form set. by Eric Dong · 10 years ago
  36. 5039b44 Fix build fail for VS2005 tool chain. by Eric Dong · 10 years ago
  37. 720f84a The UEFI specification does not say anything when the pointers passed to by Olivier Martin · 10 years ago
  38. e364478 Fixed typos: hanlder should be handler. by Chen Fan · 10 years ago
  39. ae026b0 Refine the sample for action, should not use text two part. by Eric Dong · 10 years ago
  40. 63442a1 Fix build fail for VS2005 tool chain. by Eric Dong · 10 years ago
  41. 4d4deaa Refine the save action for the browser. by Eric Dong · 10 years ago
  42. 4918a06 MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8', possible loss of data". by Star Zeng · 10 years ago
  43. 60050b3 MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInitSched(). by Star Zeng · 10 years ago
  44. 414f5bd MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSched(). by Star Zeng · 10 years ago
  45. 737adca Restore the question value before call the CHANGED callback type. by Eric Dong · 10 years ago
  46. e1f2dfe MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support. by Star Zeng · 10 years ago
  47. a94733b Correct the default value for date opcode. by Eric Dong · 10 years ago
  48. d987459 MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support. by Star Zeng · 10 years ago
  49. ef96ba3 MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(smm) copy. by Star Zeng · 10 years ago
  50. 48178d7 Fix a bug in IP4 driver when computing the network broadcast adress. by Fu, Siyuan · 11 years ago
  51. 891d844 MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SMM driver. by Tapan Shah · 11 years ago
  52. 523f48e Refine code to make it more safely. by Eric Dong · 11 years ago
  53. 2f497dc MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down to PeCoffLoaderRelocateImageExtraAction() by Andrew Fish · 11 years ago
  54. b0bc24a The following call tree exposes a bug in the lifetime (ie. too late by Alex Williamson · 11 years ago
  55. 4ab4497 MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controller disable by Tian, Feng · 11 years ago
  56. 21def10 Add 'file not found' debug message to MTFTP. by Brendan Jackman · 11 years ago
  57. 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
  58. ab82122 MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to strictly comply with UEFI spec by Tian, Feng · 11 years ago
  59. 129ff94 Fix some build issues (ARM toolchain). by Olivier Martin · 11 years ago
  60. 7da62bc Based on request, export ResetRequired info used by browser. by Eric Dong · 11 years ago
  61. 93e8d03 Fix comment typos. by Gao, Liming · 11 years ago
  62. 690f491 Correct String language tag. by Gao, Liming · 11 years ago
  63. 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
  64. 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
  65. 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
  66. 50c455d Correct the incorrect string. by Gao, Liming · 11 years ago
  67. 4f467fd Fix GCC build fail. by Eric Dong · 11 years ago
  68. e6106e8 Refine the check expression result logic. by Eric Dong · 11 years ago
  69. 7e2f328 Enhance the browser parse opcode logic, skip the opcode which is not defined in UEFI spec. by Eric Dong · 11 years ago
  70. 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
  71. 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
  72. 6fd184d Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once before enter this formset. by Eric Dong · 11 years ago
  73. e213ae4 Update logic, only question with interactive attribute should trig the callback function. by Eric Dong · 11 years ago
  74. 061d546 Sync value for string opcode after call the Callback function. by Eric Dong · 11 years ago
  75. 66a5771 MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass storage type device. by Tian, Feng · 11 years ago
  76. d8adff4 Check the pointer before use it. by Eric Dong · 11 years ago
  77. cc0b145 Fix a bug in IP driver that the fragment overlap check may be skipped incorrectly. by Fu Siyuan · 11 years ago
  78. 9d34cac Refine the load form sets process for BrowserCallback function. by Eric Dong · 11 years ago
  79. 5fef1a3 Check the parameter before use it. by Eric Dong · 11 years ago
  80. 4c7e997 Add NULL pointer check in I2chost. by Elvin Li · 11 years ago
  81. 4b0786b Add ASSERT to check if NewVariable is NULL. by Elvin Li · 11 years ago
  82. 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
  83. 2c77560 Update code logic, remove ASSERT and use error handling. by Eric Dong · 11 years ago
  84. 90651f7 Remove RT attribute for variable PlatDriOver. by Gao, Liming · 11 years ago
  85. 9f25f7d Add check to make sure the data be valid. by Gao, Liming · 11 years ago
  86. 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
  87. 5070bef Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
  88. 69fc8f0 Report the setting variable failure to platform through the status code when core cannot handle the error. by Ruiyu Ni · 11 years ago
  89. 553e866 MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch. by Star Zeng · 11 years ago
  90. d120b46 Removes MacString Rt attribute in Ip4Config/Mnp driver. by Fu Siyuan · 11 years ago
  91. 80e3a52 Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NIC in SNP driver. by Fu Siyuan · 11 years ago
  92. 9bc5dab MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency between PlatformLang and Lang. by Star Zeng · 11 years ago
  93. 4529d72 Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables failed. by Elvin Li · 11 years ago
  94. a81d26a Add comments to describe PlatformDriOverrideDxe is used for test purpose. by Gao, Liming · 11 years ago
  95. fd704cb Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxe by Gao, Liming · 11 years ago
  96. 57a1b9c Add comment for S3BootScriptSaveMemPoll API, since it does not match PI specification. by jyao1 · 11 years ago
  97. b572d3f When exit from GetFullStringFromHiiFormPackages function, should update the PointerProgress parameter if necessary. by Eric Dong · 11 years ago
  98. 70f1d5e Check the Config access protocol before use it. by Eric Dong · 11 years ago
  99. 27c304f Update configrequest string at runtime for dynamic created question. by Eric Dong · 11 years ago
  100. a6c0ad8 Update the ValueChanged flag before call CHANGED callback type. by Eric Dong · 11 years ago