summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu2013-03-051-3/+7
* Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng142013-03-041-2/+2
* Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao42013-02-271-11/+17
* Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao42013-02-272-1/+120
* In order to make sure the image is section alignment, after allocate buffer f...ydong102013-02-271-3/+26
* Refine the code to avoid error report.ydong102013-02-211-1/+2
* Shouldn't free the PciDev structure because the PciDev needs to be saved to R...niruiyu2013-02-211-1/+0
* Update SmiManager() comments and implementation to follow the new rule clarif...vanjeff2013-02-201-9/+11
* Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao42013-02-012-4/+11
* Removes a useless condition in PxeBcImpl.c.sfu52013-02-011-4/+1
* Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu52013-02-011-7/+14
* 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng142013-01-292-47/+32
* Based on the feature PCD value, browser will decide whether to gray out the r...ydong102013-01-293-1/+10
* Update code which is not include in patch 14076.ydong102013-01-281-0/+1
* Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng142013-01-251-10/+49
* 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