summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu52013-04-251-12/+2
* Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a...lzeng142013-04-243-5/+63
* Remove unused [Guids] section from PXE inf file.sfu52013-04-231-4/+1
* Fix potential overflow for SetVariable interfaceczhang462013-04-223-9/+28
* Add transit bit check for detecting partial response in iSCSI stack.tye12013-04-191-2/+2
* Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang462013-04-191-0/+13
* Update the browser logic, make the storage as browser level instead of form s...ydong102013-04-163-342/+327
* MdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolute addressing that requ...erictian2013-04-161-4/+4
* Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang462013-04-151-10/+28
* Fix build failure by adding UINT16 type cast.niruiyu2013-04-121-4/+4
* Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang462013-04-121-9/+30
* Fix several bugs in the implementation of converting SAS/SASEX device path no...niruiyu2013-04-112-38/+98
* If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142013-04-082-0/+35
* Refine code to follow coding style.ydong102013-04-022-2/+2
* Fill SMBIOS BCD revision field.li-elvin2013-04-021-4/+5
* Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng142013-04-021-32/+6
* Update the traversal path logic.ydong102013-03-273-27/+66
* Update the code to follow UEFI spec, do the discard action when return EFI_BR...ydong102013-03-271-0/+1
* MdeModulePkg: Fixed 'variable set but not used' build warning.erictian2013-03-201-2/+0
* Add debug message to output video resolution used by GraphicsConsole.li-elvin2013-03-151-0/+2
* Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show...ydong102013-03-152-3/+4
* Revert error check in code by patch 14206.ydong102013-03-151-1/+1
* Update the logic: ydong102013-03-151-80/+67
* Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52013-03-112-19/+48
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu52013-03-111-36/+30
* Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu2013-03-051-3/+7
* Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao42013-02-271-11/+17
* Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao42013-02-011-2/+9
* 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
* Based on the feature PCD value, browser will decide whether to gray out the r...ydong102013-01-292-0/+4
* 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-152-10/+44
* 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-062-5/+5
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-043-35/+132
* Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin2012-12-251-0/+13
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-242-5/+5