1. e0d216f Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error Status Check for InstallProtocolInterface(), GetSectionFromAnyFv() return. by lzeng14 · 12 years ago
  2. 6b13aa6 MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller is updated to handle inconsecutive case by erictian · 12 years ago
  3. f3b4867 Refine code to make it more safely. by ydong10 · 12 years ago
  4. 8472f1f Build the registered guid HOB and SystemTable to record the GUID itself in PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, and also state the restriction in BaseExtractGuidedSectionLib. by lzeng14 · 12 years ago
  5. 17dd0f2 Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will fix K9 error. by li-elvin · 12 years ago
  6. 44c5653 Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateUsbHc. by li-elvin · 12 years ago
  7. a25cb9f Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before exiting by vanjeff · 12 years ago
  8. a326830 MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModulePkg on PcdLib by erictian · 12 years ago
  9. 16cd325 Fix build fail. by ydong10 · 12 years ago
  10. a56b6e0 Add more check to make code more safely. by ydong10 · 12 years ago
  11. 0d5df2a MdeModulePkg/AtaBusDxe: remove a redundant error check by erictian · 12 years ago
  12. 25bc832 Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S3 boot in DxeIpl. by lgao4 · 12 years ago
  13. e7a0d41 Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib. by lzeng14 · 12 years ago
  14. b9de2d7 Fix build failure. by li-elvin · 12 years ago
  15. 37623a5 Add missing status code in several modules. by li-elvin · 12 years ago
  16. f7a5d58 Fix issue that ifconfig –c cannot clear IP address details. by tye1 · 12 years ago
  17. cc1a5b8 Add uninstalling GOP and UGA protocol in Consplitter Stop (). by li-elvin · 12 years ago
  18. 980050b Use %lx to print UINT64 value instead of %x. by niruiyu · 12 years ago
  19. 75dce34 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option on the different IP stack is selected. by sfu5 · 12 years ago
  20. 24ee1cc Fix buffer overflow issue in Consplitter. by li-elvin · 12 years ago
  21. 3d267c7 Fix code potential errors. by ydong10 · 12 years ago
  22. 6b52b72 Update SmiManager() to invoke all root SMI handlers to following PI Spec. by vanjeff · 12 years ago
  23. e8c758d Update header format by hhtian · 12 years ago
  24. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  25. c843ef6 MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance. by erictian · 12 years ago
  26. f58fcb0 Move GOP and UGA draw from Consplitter entrypoint to start(). When there is one real physical graphics device in system, Consplitter will expose GOP/UGA protocol on the virtual handle. In addition, fix a obvious logic issue in GraphicsConsole. by li-elvin · 12 years ago
  27. 02bbc6e MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘return’ instruction in the switch(). by erictian · 12 years ago
  28. 7ea4cf3 Add more exact SMM check in SmmFaultTolerantWriteHandler. by lzeng14 · 12 years ago
  29. 4706ff4 Enable EFI_IFR_DEFAULT2 opcode in browser. by ydong10 · 12 years ago
  30. 9fa90bb 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when SMI triggered. by vanjeff · 12 years ago
  31. 76d6b68 Clean the build warning. by ydong10 · 12 years ago
  32. 2ca8548 Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. by qianouyang · 12 years ago
  33. d26c7e8 Fix the issue that FTW driver fail to reclaim WorkSpace. by lzeng14 · 12 years ago
  34. 90398d5 Add Tper Reset Logic by using MOR bit. by qianouyang · 12 years ago
  35. d294b9a MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with size 0. by erictian · 12 years ago
  36. 8261202 Enhance the check for options in the question. by ydong10 · 12 years ago
  37. 1deb5ca When question not have storage with it, not restore old value for it. by ydong10 · 12 years ago
  38. e5010d3 When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is passed in as 0, just do a flush. by niruiyu · 12 years ago
  39. 7d92107 Cache the state whether the ROM image contains EFI Option ROM when loading the ROM content from PCI device to memory to avoid re-parsing the ROM image to check the EFI Option ROM. by niruiyu · 12 years ago
  40. 16bacc0 Fix the memory leak issue and enhance the check for CoreReadImageFile return. by lzeng14 · 12 years ago
  41. 0407056 Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Image/Image.c CoreLoadImageCommon(). by lzeng14 · 12 years ago
  42. f166026 Restore EditBuffer before call the callback function to avoid get error data. by ydong10 · 12 years ago
  43. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  44. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  45. 933d80a 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Library. by vanjeff · 12 years ago
  46. c0394e0 Fix the bug in PciBus driver to correct parse the 64bit BAR. by niruiyu · 12 years ago
  47. 8d4e1bd Get correct GOP protocol for physical GOP device. by li-elvin · 12 years ago
  48. 7fb60a9 MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFIS frame is received. by erictian · 12 years ago
  49. e407cee Roll back one unnecessary change in Dispatcher.c, which is added by previous patch. by lgao4 · 12 years ago
  50. bc2dfdb Add PI1.2.1 SAP2 support and UEFI231B mantis 896 by lgao4 · 12 years ago
  51. 05bf16e Initialize the variable before use it. by ydong10 · 12 years ago
  52. 9776099 Patch includes: by ydong10 · 12 years ago
  53. 89b5f4b Fix some coding style issues by czhang46 · 12 years ago
  54. 2fa996f Fix Consplitter GOP UEFI SCT issue. by li-elvin · 12 years ago
  55. d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
  56. 6d4136f Add three INIT flag in Debug Agent Library. by vanjeff · 12 years ago
  57. f58f3de Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  58. bd07919 Add missing break and add comment to non-necessary break. by li-elvin · 12 years ago
  59. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  60. 54e27ad Add missing function comments by jyao1 · 12 years ago
  61. b8a605d Fix incorrect sizeof () usage. by li-elvin · 12 years ago
  62. 33efdf5 Refine the logic to handle the device path info get from string token. by ydong10 · 12 years ago
  63. d0bf562 Create 4G page table by default, and using PF to handle >4G MMIO access, to improve S3 performance. by jyao1 · 12 years ago
  64. 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
  65. d0d0c1b Removed SetMode in GraphicsConsole Start() in release BIOS to improve performance. Initialize current text mode number to 0xFF as invalid text mode per UEFI spec. Add current mode check in text out protocol interface to avoid invalid text mode. by li-elvin · 12 years ago
  66. 8f3a9e5 LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails. by lzeng14 · 12 years ago
  67. 044824d Measure ExitBootServices failure case by czhang46 · 12 years ago
  68. 838a9c5 Add 2 new Bds features by czhang46 · 12 years ago
  69. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  70. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  71. 68db122 MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in a change of sign' by oliviermartin · 12 years ago
  72. 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
  73. 32177f6 Add more security check for CommBuffer+CommBufferSize. by jyao1 · 12 years ago
  74. 876ac39 Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. by sfu5 · 13 years ago
  75. eb96e4f Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 13 years ago
  76. e94728b Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
  77. 2445a70 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 13 years ago
  78. 7a0c136 Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c. by lzeng14 · 13 years ago
  79. 96f0d1c Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is needed for supported ACPI version(e.g. Acpi40.h, Acpi50.h). by lzeng14 · 13 years ago
  80. c219324 Add SMRAM range check to fault tolerant write SMM SMI handler. by ydong10 · 13 years ago
  81. 96277f7 Include read data buffer in CommBufferSize when calculate the buffer size. by ydong10 · 13 years ago
  82. 0e18586 MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnable by erictian · 13 years ago
  83. 816a711 When do discard action, enable callback action for questions which have value changed. by ydong10 · 13 years ago
  84. eda08e5 Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard action useless. by ydong10 · 13 years ago
  85. ccd2f6b Add more SMRAM range check to 3 SMI handler. by czhang46 · 13 years ago
  86. 09cdd7d Update the logic to get default value for question without storage. by ydong10 · 13 years ago
  87. d9bbabf Check whether has storage for date/time opcode, if it has storage, also generate the offset/width info for it. by ydong10 · 13 years ago
  88. b00ed21 Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString to benefit consumer of this API. by tye1 · 13 years ago
  89. d5c3d1b MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in SmmReadyToLockHandler() at first call so that it won't be invoked again. by rsun3 · 13 years ago
  90. 08d6e2f MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules. by erictian · 13 years ago
  91. 23b0b15 MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host controller for recovery path by erictian · 13 years ago
  92. af3a71b MdeMdeModulePkg/Usb: Coding style alignment by erictian · 13 years ago
  93. d69a7bc Fix potential memory leak issue. by lzeng14 · 13 years ago
  94. ab74271 MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsolutePointerDxe driver. by erictian · 13 years ago
  95. 0309b71 MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configuration) request with total length rather than from Get_Hid_Desc request. by erictian · 13 years ago
  96. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  97. 90eaa3c EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO structure. Seemly, it is not suitable to be used in SerialStatusCodeHandler, so update SerialStatusCodeHandler to use MAX_DEBUG_MESSAGE_LENGTH (0x100) as the max printed string size to align with other DebugLib’s behavior. by lzeng14 · 13 years ago
  98. e5c1acc To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX_EXTENDED_DATA_SIZE (0x200) as the local max buffer size in RuntimeDxeReportStatusCodeLib. by lzeng14 · 13 years ago
  99. 3347d41 Refine the logic about initialize questions value by ydong10 · 13 years ago
  100. f01b91a Fixed build failed. by ydong10 · 13 years ago