summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng143-17/+30
2012-05-25Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.d...lgao41-3/+3
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu4-59/+75
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu1-2/+49
2012-05-18Add logic to validate variable before use it.ydong101-1/+48
2012-05-16Add Perf log for SMM driver Load and Start Image.lgao43-2/+15
2012-05-14MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian4-7/+295
2012-05-11Add logic to validate new input value with minimum.ydong101-0/+10
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng141-2/+2
2012-05-11Enhance the code logic for RelocateBlockDescriptors.lzeng141-3/+2
2012-05-11Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng141-24/+18
2012-05-11Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng141-48/+28
2012-05-11DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng141-1/+1
2012-05-11Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng141-2/+2
2012-05-09Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu1-32/+32
2012-05-08Fix the potential issue that NULL pointer may be referred in LoadImage().lgao41-2/+11
2012-05-08Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao46-75/+430
2012-05-08Enhance SmbiosDxe driver:lzeng142-29/+65
2012-05-07Fix memory leak issues.ydong102-0/+3
2012-05-02MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian1-2/+2
2012-04-28MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian1-3/+3
2012-04-28MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian4-5/+224
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong103-4/+12
2012-04-26Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng143-7/+82
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng141-0/+1
2012-04-25Fix UNIX GCC build fail.lzeng142-0/+4
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng1416-392/+2033
2012-04-24Update copyright formathhtian1-3/+1
2012-04-24Fix build fail for DDK.ydong101-2/+2
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-1/+9
2012-04-24Update HiiFont Service to return error status instead of ASSERT for the inval...lgao41-2/+8
2012-04-24MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun31-9/+9
2012-04-23Refine the code to have same function to process the string info. Also update...ydong102-191/+23
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao44-8/+4
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin1-92/+72
2012-04-12MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun31-12/+32
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-04-11Add more check for the bmp file to avoid access violation.ydong101-1/+33
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong104-13/+143
2012-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian1-1/+2
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng141-14/+28
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian1-2/+2
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian7-2279/+2338
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142-5/+25
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng143-114/+1
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang6-468/+580
2012-03-15MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin1-1/+1
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff13-12/+157
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-23/+47
2012-03-13Enhance the error handling.ydong101-6/+19