summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong102012-07-031-0/+1
* Add more SMRAM range check to 3 SMI handler.czhang462012-06-272-20/+89
* Update the logic to get default value for question without storage.ydong102012-06-263-7/+43
* Check whether has storage for date/time opcode, if it has storage, also gener...ydong102012-06-261-1/+137
* Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye12012-06-252-6/+8
* MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S...rsun32012-06-251-1/+1
* MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian2012-06-253-57/+0
* MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host...erictian2012-06-181-1/+24
* MdeMdeModulePkg/Usb: Coding style alignmenterictian2012-06-182-4/+4
* Fix potential memory leak issue.lzeng142012-06-181-2/+3
* MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2012-06-142-4/+4
* MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian2012-06-134-34/+186
* Add comment for modules which have external input.jyao12012-06-125-9/+66
* EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_IN...lzeng142012-06-126-9/+24
* To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng142012-06-121-3/+9
* Refine the logic about initialize questions valueydong102012-06-123-17/+33
* Fixed build failed.ydong102012-05-315-8/+8
* Change returned status codes for SmiManage() per PI 1.2.1 spec.rsun32012-05-313-50/+41
* Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng142012-05-301-7/+43
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-305-12/+12
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-304-7/+64
* Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng142012-05-301-2/+12
* Enable wide string for title and help stringydong102012-05-294-89/+229
* MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian2012-05-291-0/+3
* MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian2012-05-294-5/+11
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-297-8/+75
* Optimize the log entry search algorithm to save boot performance.lzeng142012-05-293-17/+30
* Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.d...lgao42012-05-251-3/+3
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-244-59/+75
* Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu2012-05-241-2/+49
* Add logic to validate variable before use it.ydong102012-05-181-1/+48
* Add Perf log for SMM driver Load and Start Image.lgao42012-05-163-2/+15
* MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian2012-05-144-7/+295
* Add logic to validate new input value with minimum.ydong102012-05-111-0/+10
* The code line where judges if offset exceed the FTW work space boundary, in s...lzeng142012-05-111-2/+2
* Enhance the code logic for RelocateBlockDescriptors.lzeng142012-05-111-3/+2
* Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng142012-05-111-24/+18
* Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng142012-05-111-48/+28
* DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng142012-05-111-1/+1
* Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng142012-05-111-2/+2
* Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu2012-05-091-32/+32
* Fix the potential issue that NULL pointer may be referred in LoadImage().lgao42012-05-081-2/+11
* Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao42012-05-086-75/+430
* Enhance SmbiosDxe driver:lzeng142012-05-082-29/+65
* Fix memory leak issues.ydong102012-05-072-0/+3
* MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian2012-05-021-2/+2
* MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian2012-04-281-3/+3
* MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian2012-04-284-5/+224
* Enhance the error handling for AllocatePool and AllocatePages function.ydong102012-04-273-4/+12
* Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng142012-04-263-7/+82