summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)Author
2013-01-28Update code which is not include in patch 14076.ydong10
2013-01-25Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng14
2013-01-25Add NULL pointer check.lzeng14
2013-01-24Refine code to follow coding style.ydong10
2013-01-22Refine the sample about how to convert the device path to string.ydong10
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong10
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin
2013-01-22Refine the menu display logic, support menus with more than one page of options.ydong10
2013-01-181. Update the logic of UpdateVariable() for updating variable from:lzeng14
2013-01-17Fix ICC11(VS2005) build failure.lzeng14
2013-01-16Fix build failure.lzeng14
2013-01-15Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng14
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng14
2013-01-14Remove the meaningless compare code.ydong10
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong10
2013-01-09Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng14
2013-01-06Base on the type field to get the width of value field for option opcode.ydong10
2013-01-06Base on the type field to generate oneof opcode.ydong10
2013-01-06Base on the type field to generate numeric opcode.ydong10
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng14
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian
2013-01-04MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin
2012-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian
2012-12-25MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng14
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu5
2012-12-21Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng14
2012-12-20Check status before reporting error status code.li-elvin
2012-12-18Add PI1.2.1 EndOfDxe support.jyao1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu5
2012-12-17Base on the value type to get the value for default opcode.ydong10
2012-12-17Reclaim work space when the remaining space size is even not enough to contai...lzeng14
2012-12-14Initialize Data.lzeng14
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu5
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng14
2012-12-101. Update IoRead to support UINT64 also.lzeng14
2012-12-071. Duplicate the original boot script data copy, because it may have INSERT b...lzeng14
2012-12-06Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng14
2012-12-05Update the HiiConfigToBlock to follow spec.ydong10
2012-12-03Fix build error.jyao1
2012-11-30ACPI4.0/5.0 have clear description:jyao1
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng14
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng14
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng14
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng14
2012-11-16Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng14
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong10
2012-11-14Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu