summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng141-1/+1
2012-11-16Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142-56/+26
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong101-21/+9
2012-11-14Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu2-17/+32
2012-11-14MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian1-1/+10
2012-11-14Fix issue that node is still reachable after executing ifconfig –c.tye14-6/+27
2012-11-12Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng141-4/+4
2012-11-12Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng141-23/+15
2012-11-09MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian2-1/+14
2012-11-08Refine code to make it more safely.ydong102-5/+48
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142-19/+104
2012-11-07Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin1-6/+5
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