summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu511-15/+25
2012-12-17Base on the value type to get the value for default opcode.ydong103-4/+4
2012-12-17Reclaim work space when the remaining space size is even not enough to contai...lzeng141-1/+10
2012-12-14Initialize Data.lzeng141-1/+6
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu549-424/+2389
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng141-5/+5
2012-12-101. Update IoRead to support UINT64 also.lzeng141-155/+261
2012-12-071. Duplicate the original boot script data copy, because it may have INSERT b...lzeng141-50/+115
2012-12-06Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng143-9/+38
2012-12-05Update the HiiConfigToBlock to follow spec.ydong102-16/+10
2012-12-03Fix build error.jyao11-2/+2
2012-11-30ACPI4.0/5.0 have clear description:jyao11-15/+27
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng143-189/+23
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng141-5/+2
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng141-10/+39
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