summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-1349-424/+2389
* Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng142012-12-121-5/+5
* 1. Update IoRead to support UINT64 also.lzeng142012-12-101-155/+261
* 1. Duplicate the original boot script data copy, because it may have INSERT b...lzeng142012-12-071-50/+115
* Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng142012-12-063-9/+38
* Update the HiiConfigToBlock to follow spec.ydong102012-12-052-16/+10
* Fix build error.jyao12012-12-031-2/+2
* ACPI4.0/5.0 have clear description:jyao12012-11-301-15/+27
* Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng142012-11-293-189/+23
* Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng142012-11-291-5/+2
* 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng142012-11-271-10/+39
* Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng142012-11-271-1/+1
* Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142012-11-162-56/+26
* Check mHiiPackageListUpdated before set it to FALSE.ydong102012-11-151-21/+9
* Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu2012-11-142-17/+32
* MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian2012-11-141-1/+10
* Fix issue that node is still reachable after executing ifconfig –c.tye12012-11-144-6/+27
* 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