summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52-19/+48
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu51-36/+30
2013-03-05Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu1-3/+7
2013-03-04Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng141-2/+2
2013-02-27Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao41-11/+17
2013-02-27Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao42-1/+120
2013-02-27In order to make sure the image is section alignment, after allocate buffer f...ydong101-3/+26
2013-02-21Refine the code to avoid error report.ydong101-1/+2
2013-02-21Shouldn't free the PciDev structure because the PciDev needs to be saved to R...niruiyu1-1/+0
2013-02-20Update SmiManager() comments and implementation to follow the new rule clarif...vanjeff1-9/+11
2013-02-01Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao42-4/+11
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu51-4/+1
2013-02-01Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu51-7/+14
2013-01-291. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng142-47/+32
2013-01-29Based on the feature PCD value, browser will decide whether to gray out the r...ydong103-1/+10
2013-01-28Update code which is not include in patch 14076.ydong101-0/+1
2013-01-25Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng141-10/+49
2013-01-25Add NULL pointer check.lzeng141-0/+2
2013-01-24Refine code to follow coding style.ydong101-4/+4
2013-01-22Refine the sample about how to convert the device path to string.ydong103-42/+15
2013-01-22Update the code of processing device path info in browser to follow UEFI spec.ydong108-88/+57
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-3/+3
2013-01-22Refine the menu display logic, support menus with more than one page of options.ydong101-80/+185
2013-01-181. Update the logic of UpdateVariable() for updating variable from:lzeng142-19/+117
2013-01-17Fix ICC11(VS2005) build failure.lzeng141-4/+6
2013-01-16Fix build failure.lzeng142-2/+2
2013-01-15Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng141-2/+2
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng143-12/+46
2013-01-14Remove the meaningless compare code.ydong101-1/+1
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong101-3/+4
2013-01-09Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu2-3/+15
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng141-16/+78
2013-01-06Base on the type field to get the width of value field for option opcode.ydong103-7/+10
2013-01-06Base on the type field to generate oneof opcode.ydong101-1/+5
2013-01-06Base on the type field to generate numeric opcode.ydong101-3/+11
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng143-35/+132
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian2-3/+90
2013-01-04MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian1-1/+0
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin1-0/+13
2012-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian1-17/+18
2012-12-25MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian1-76/+74
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng142-141/+186
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu53-5/+6
2012-12-21Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng143-82/+71
2012-12-20Check status before reporting error status code.li-elvin1-9/+14
2012-12-18Add PI1.2.1 EndOfDxe support.jyao15-0/+73
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