summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
...
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-178-22/+379
* Update the logic about get initial value for one storage.ydong102013-05-162-9/+198
* Separate memory allocation for FPDT S3 performance table and boot performance...lzeng142013-05-164-89/+183
* Add Copyright notices and comments for Red Hat contributor.sfu52013-05-142-6/+11
* Update Code to pass EBC compiler.lgao42013-05-132-4/+9
* Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52013-05-092-3/+13
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-076-112/+198
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-255-30/+175
* Fix ping command issue in IP4 driver.sfu52013-04-252-21/+48
* 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