summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng142012-11-121-4/+4
* Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng142012-11-121-23/+15
* MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian2012-11-092-1/+14
* Refine code to make it more safely.ydong102012-11-082-5/+48
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-082-19/+104
* Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin2012-11-071-6/+5
* Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin2012-11-023-0/+3
* Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex...vanjeff2012-11-011-2/+4
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-0118-18/+19
* Fix build fail.ydong102012-11-011-8/+8
* Add more check to make code more safely.ydong102012-11-016-1/+11
* MdeModulePkg/AtaBusDxe: remove a redundant error checkerictian2012-10-311-3/+1
* Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao42012-10-311-19/+18
* Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng142012-10-311-9/+3
* Fix build failure.li-elvin2012-10-311-3/+3
* Add missing status code in several modules.li-elvin2012-10-3032-109/+478
* Fix issue that ifconfig –c cannot clear IP address details.tye12012-10-291-3/+3
* Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin2012-10-251-0/+29
* Use %lx to print UINT64 value instead of %x.niruiyu2012-10-182-10/+10
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-1720-96/+96
* Fix buffer overflow issue in Consplitter.li-elvin2012-10-171-2/+16
* Fix code potential errors.ydong102012-10-163-2/+11
* Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff2012-10-161-2/+8
* Update header formathhtian2012-10-112-6/+7
* Add missing braces around initializer.lzeng142012-10-115-158/+170
* MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian2012-10-103-8/+13
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-082-58/+58
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-295-15/+0
* Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng142012-09-281-17/+44
* Enable EFI_IFR_DEFAULT2 opcode in browser.ydong102012-09-271-2/+4
* 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff2012-09-251-39/+38
* Clean the build warning.ydong102012-09-241-2/+2
* Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang2012-09-191-13/+9
* Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng142012-09-144-20/+31
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-1/+244
* MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian2012-09-121-1/+1
* Enhance the check for options in the question.ydong102012-09-104-102/+174
* When question not have storage with it, not restore old value for it.ydong102012-09-101-10/+5
* When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu2012-09-101-34/+70
* Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu2012-09-074-74/+16
* Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng142012-09-071-5/+7
* Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng142012-09-061-1/+4
* Restore EditBuffer before call the callback function to avoid get error data.ydong102012-08-301-14/+14
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-292-6/+6
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-285-25/+25
* 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff2012-08-277-16/+36
* Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu2012-08-231-16/+2
* Get correct GOP protocol for physical GOP device.li-elvin2012-08-221-5/+8
* MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian2012-08-221-7/+11
* Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao42012-08-221-12/+2