1. 4706ff4 Enable EFI_IFR_DEFAULT2 opcode in browser. by ydong10 · 12 years ago
  2. 9fa90bb 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when SMI triggered. by vanjeff · 12 years ago
  3. 76d6b68 Clean the build warning. by ydong10 · 12 years ago
  4. 2ca8548 Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. by qianouyang · 12 years ago
  5. d26c7e8 Fix the issue that FTW driver fail to reclaim WorkSpace. by lzeng14 · 12 years ago
  6. 90398d5 Add Tper Reset Logic by using MOR bit. by qianouyang · 12 years ago
  7. d294b9a MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with size 0. by erictian · 12 years ago
  8. 8261202 Enhance the check for options in the question. by ydong10 · 12 years ago
  9. 1deb5ca When question not have storage with it, not restore old value for it. by ydong10 · 12 years ago
  10. 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
  11. 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
  12. 16bacc0 Fix the memory leak issue and enhance the check for CoreReadImageFile return. by lzeng14 · 12 years ago
  13. 0407056 Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Image/Image.c CoreLoadImageCommon(). by lzeng14 · 12 years ago
  14. f166026 Restore EditBuffer before call the callback function to avoid get error data. by ydong10 · 12 years ago
  15. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  16. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  17. 933d80a 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Library. by vanjeff · 12 years ago
  18. c0394e0 Fix the bug in PciBus driver to correct parse the 64bit BAR. by niruiyu · 12 years ago
  19. 8d4e1bd Get correct GOP protocol for physical GOP device. by li-elvin · 12 years ago
  20. 7fb60a9 MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFIS frame is received. by erictian · 12 years ago
  21. e407cee Roll back one unnecessary change in Dispatcher.c, which is added by previous patch. by lgao4 · 12 years ago
  22. bc2dfdb Add PI1.2.1 SAP2 support and UEFI231B mantis 896 by lgao4 · 12 years ago
  23. 05bf16e Initialize the variable before use it. by ydong10 · 12 years ago
  24. 9776099 Patch includes: by ydong10 · 12 years ago
  25. 89b5f4b Fix some coding style issues by czhang46 · 12 years ago
  26. 2fa996f Fix Consplitter GOP UEFI SCT issue. by li-elvin · 12 years ago
  27. d6bee31 Enhance the code to make the code logic more clear. by ydong10 · 12 years ago
  28. 6d4136f Add three INIT flag in Debug Agent Library. by vanjeff · 12 years ago
  29. f58f3de Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  30. bd07919 Add missing break and add comment to non-necessary break. by li-elvin · 12 years ago
  31. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  32. 54e27ad Add missing function comments by jyao1 · 12 years ago
  33. b8a605d Fix incorrect sizeof () usage. by li-elvin · 12 years ago
  34. 33efdf5 Refine the logic to handle the device path info get from string token. by ydong10 · 12 years ago
  35. d0bf562 Create 4G page table by default, and using PF to handle >4G MMIO access, to improve S3 performance. by jyao1 · 12 years ago
  36. 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
  37. 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
  38. 8f3a9e5 LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails. by lzeng14 · 12 years ago
  39. 044824d Measure ExitBootServices failure case by czhang46 · 12 years ago
  40. 838a9c5 Add 2 new Bds features by czhang46 · 12 years ago
  41. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  42. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  43. 68db122 MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in a change of sign' by oliviermartin · 12 years ago
  44. 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
  45. 32177f6 Add more security check for CommBuffer+CommBufferSize. by jyao1 · 12 years ago
  46. 876ac39 Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. by sfu5 · 12 years ago
  47. eb96e4f Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 12 years ago
  48. e94728b Update HobLib and Hob Service to avoid data over flow. by lgao4 · 12 years ago
  49. 2445a70 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 12 years ago
  50. 7a0c136 Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c. by lzeng14 · 12 years ago
  51. 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 · 12 years ago
  52. c219324 Add SMRAM range check to fault tolerant write SMM SMI handler. by ydong10 · 12 years ago
  53. 96277f7 Include read data buffer in CommBufferSize when calculate the buffer size. by ydong10 · 12 years ago
  54. 0e18586 MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnable by erictian · 12 years ago
  55. 816a711 When do discard action, enable callback action for questions which have value changed. by ydong10 · 12 years ago
  56. eda08e5 Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard action useless. by ydong10 · 12 years ago
  57. ccd2f6b Add more SMRAM range check to 3 SMI handler. by czhang46 · 13 years ago
  58. 09cdd7d Update the logic to get default value for question without storage. by ydong10 · 13 years ago
  59. 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
  60. b00ed21 Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString to benefit consumer of this API. by tye1 · 13 years ago
  61. 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
  62. 08d6e2f MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules. by erictian · 13 years ago
  63. 23b0b15 MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host controller for recovery path by erictian · 13 years ago
  64. af3a71b MdeMdeModulePkg/Usb: Coding style alignment by erictian · 13 years ago
  65. d69a7bc Fix potential memory leak issue. by lzeng14 · 13 years ago
  66. ab74271 MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsolutePointerDxe driver. by erictian · 13 years ago
  67. 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
  68. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  69. 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
  70. 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
  71. 3347d41 Refine the logic about initialize questions value by ydong10 · 13 years ago
  72. f01b91a Fixed build failed. by ydong10 · 13 years ago
  73. d5b339a Change returned status codes for SmiManage() per PI 1.2.1 spec. by rsun3 · 13 years ago
  74. f3235b7 Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record StartImage perf log when StartImage() fails. by lzeng14 · 13 years ago
  75. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  76. a5f15e3 According to UEFI spec 2.3.1a. hardware error record variable should use the EFI_HARDWARE_ERROR_VARIABLE VendorGuid and have the L"HwErrRec####" name convention, #### is a printed hex value and no 0x or h is included in the hex value. by lzeng14 · 13 years ago
  77. 021a1af Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at runtime. by lzeng14 · 13 years ago
  78. 6c310df Enable wide string for title and help string by ydong10 · 13 years ago
  79. 2721fab MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented at AHCI mode. by erictian · 13 years ago
  80. fc80ee6 MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabling S.M.A.R.T feature by default. by erictian · 13 years ago
  81. 0c3a1db Update DxeCore and FwVolDxe drivers to inherit authentication status for the FV image, if the image came from an FV image file and section in another firmware volume. by lzeng14 · 13 years ago
  82. b504f51 Optimize the log entry search algorithm to save boot performance. by lzeng14 · 13 years ago
  83. 097e8d6 Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.dec to support all PCD types. by lgao4 · 13 years ago
  84. a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
  85. 19f5088 Enhance the ConPlatform driver's matching algorithm to manage the console controller when it shares the same parent with a certain instance in the "ConOut". by niruiyu · 13 years ago
  86. a95b604 Add logic to validate variable before use it. by ydong10 · 13 years ago
  87. c2cb08d Add Perf log for SMM driver Load and Start Image. by lgao4 · 13 years ago
  88. 99c1725 MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA can not be presented by 4bytes width by erictian · 13 years ago
  89. e6063a9 Add logic to validate new input value with minimum. by ydong10 · 13 years ago
  90. fe92f43 The code line where judges if offset exceed the FTW work space boundary, in some special situations where there are so many records, the offset may happen to be just equal to FtwWorkSpaceSize. And then FtwHead will be updated to be outside of work space wrongly, and cause the system to hang in this driver. by lzeng14 · 13 years ago
  91. 5d4f8cf Enhance the code logic for RelocateBlockDescriptors. by lzeng14 · 13 years ago
  92. 31abead Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI spec has no such requirement, ScatterGatherList may be standalone. So update CapsulePei to only ignore the invalid ScatterGatherList, and still keep the valid ScatterGatherList. by lzeng14 · 13 years ago
  93. 240bc4e Make sure CapsuleImage size is equal or less than DataBlock Size. And when copy the Capsule data from DataBlock to the continuous memory, CapsuleImage size should be used instead of DataBlock. by lzeng14 · 13 years ago
  94. 4694dd1 DestPtr may point to the lower aligned address in the free memory region (FreeMemBase, FreeMemBase + FreeMemSize), the free memory region may be updated to override the private signature. So update FreeMemSize to avoid the potential overlap. by lzeng14 · 13 years ago
  95. 2e4c9e0 Update CapsuleCoalesce() to return the correct size of the coalesced capsule include PrivateData, CapsuleImageData, CapsuleNumber and CapsuleOffset array. by lzeng14 · 13 years ago
  96. d0e9c3c Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_ENTRY). by niruiyu · 13 years ago
  97. d2c243e Fix the potential issue that NULL pointer may be referred in LoadImage(). by lgao4 · 13 years ago
  98. 1c0cc37 Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records. by lgao4 · 13 years ago
  99. 4233bf7 Enhance SmbiosDxe driver: by lzeng14 · 13 years ago
  100. 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago