summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2012-11-02Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin3-0/+3
2012-11-01Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex...vanjeff1-2/+4
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian18-18/+19
2012-11-01Fix build fail.ydong101-8/+8
2012-11-01Add more check to make code more safely.ydong106-1/+11
2012-10-31MdeModulePkg/AtaBusDxe: remove a redundant error checkerictian1-3/+1
2012-10-31Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao41-19/+18
2012-10-31Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng141-9/+3
2012-10-31Fix build failure.li-elvin1-3/+3
2012-10-30Add missing status code in several modules.li-elvin32-109/+478
2012-10-29Fix issue that ifconfig –c cannot clear IP address details.tye11-3/+3
2012-10-25Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin1-0/+29
2012-10-18Use %lx to print UINT64 value instead of %x.niruiyu2-10/+10
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu520-96/+96
2012-10-17Fix buffer overflow issue in Consplitter.li-elvin1-2/+16
2012-10-16Fix code potential errors.ydong103-2/+11
2012-10-16Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff1-2/+8
2012-10-11Update header formathhtian2-6/+7
2012-10-11Add missing braces around initializer.lzeng145-158/+170
2012-10-10MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian3-8/+13
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2-58/+58
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian5-15/+0
2012-09-28Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng141-17/+44
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong101-2/+4
2012-09-251. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff1-39/+38
2012-09-24Clean the build warning.ydong101-2/+2
2012-09-19Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang1-13/+9
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng144-20/+31
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-1/+244
2012-09-12MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian1-1/+1
2012-09-10Enhance the check for options in the question.ydong104-102/+174
2012-09-10When question not have storage with it, not restore old value for it.ydong101-10/+5
2012-09-10When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu1-34/+70
2012-09-07Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu4-74/+16
2012-09-07Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng141-5/+7
2012-09-06Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng141-1/+4
2012-08-30Restore EditBuffer before call the callback function to avoid get error data.ydong101-14/+14
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2-6/+6
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun35-25/+25
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff7-16/+36
2012-08-23Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu1-16/+2
2012-08-22Get correct GOP protocol for physical GOP device.li-elvin1-5/+8
2012-08-22MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian1-7/+11
2012-08-22Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao41-12/+2
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao415-77/+688
2012-08-21Initialize the variable before use it.ydong101-1/+2
2012-08-21Patch includes:ydong104-59/+213
2012-08-21Fix some coding style issuesczhang463-7/+6
2012-08-21Fix Consplitter GOP UEFI SCT issue.li-elvin1-15/+50
2012-08-21Enhance the code to make the code logic more clear.ydong102-2/+5