summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* Add NULL pointer check.lzeng142013-01-251-0/+2
* Refine code to follow coding style.ydong102013-01-241-4/+4
* Refine the sample about how to convert the device path to string.ydong102013-01-223-42/+15
* Update the code of processing device path info in browser to follow UEFI spec.ydong102013-01-228-88/+57
* Take the highest horizontal resolution as highest video resolution.li-elvin2013-01-221-3/+3
* Refine the menu display logic, support menus with more than one page of options.ydong102013-01-221-80/+185
* 1. Update the logic of UpdateVariable() for updating variable from:lzeng142013-01-182-19/+117
* Fix ICC11(VS2005) build failure.lzeng142013-01-171-4/+6
* Fix build failure.lzeng142013-01-162-2/+2
* Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng142013-01-151-2/+2
* The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng142013-01-153-12/+46
* Remove the meaningless compare code.ydong102013-01-141-1/+1
* Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong102013-01-101-3/+4
* Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu2013-01-092-3/+15
* Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng142013-01-081-16/+78
* Base on the type field to get the width of value field for option opcode.ydong102013-01-063-7/+10
* Base on the type field to generate oneof opcode.ydong102013-01-061-1/+5
* Base on the type field to generate numeric opcode.ydong102013-01-061-3/+11
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-043-35/+132
* MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian2013-01-042-3/+90
* MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian2013-01-041-1/+0
* Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin2012-12-251-0/+13
* MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian2012-12-251-17/+18
* MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian2012-12-251-76/+74
* Detect some unsupported cases when save boot script, then return error early.lzeng142012-12-242-141/+186
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-243-5/+6
* Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng142012-12-213-82/+71
* Check status before reporting error status code.li-elvin2012-12-201-9/+14
* Add PI1.2.1 EndOfDxe support.jyao12012-12-185-0/+73
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-1711-15/+25
* Base on the value type to get the value for default opcode.ydong102012-12-173-4/+4
* Reclaim work space when the remaining space size is even not enough to contai...lzeng142012-12-171-1/+10
* Initialize Data.lzeng142012-12-141-1/+6
* 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