summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng142012-04-251-0/+1
* Fix UNIX GCC build fail.lzeng142012-04-252-0/+4
* Add new extension PerformanceLib APIs to store ID info.lzeng142012-04-2416-392/+2033
* Update copyright formathhtian2012-04-241-3/+1
* Fix build fail for DDK.ydong102012-04-241-2/+2
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* Update HiiFont Service to return error status instead of ASSERT for the inval...lgao42012-04-241-2/+8
* MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun32012-04-241-9/+9
* Refine the code to have same function to process the string info. Also update...ydong102012-04-232-191/+23
* Update function comments to remove confused description on PerformanceLib End...lgao42012-04-174-8/+4
* Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin2012-04-121-92/+72
* MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun32012-04-121-12/+32
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Add more check for the bmp file to avoid access violation.ydong102012-04-111-1/+33
* Enable Help string scroll when the help info can't show all at current page.ydong102012-04-114-13/+143
* MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian2012-04-101-1/+2
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-301-14/+28
* MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian2012-03-301-2/+2