summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
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
* MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian2013-04-181-1/+26
* Revert change 14281, should not check in here.ydong102013-04-172-200/+0
* Split browser with browser core and display engine.ydong102013-04-172-0/+200
* 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-122-11/+32
* 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
* MdeMdeModulePkg/UsbBusDxe: Fixed a possible memory leak bug introduced at r14226erictian2013-04-071-5/+14
* 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
* MdeMdeModulePkg/Usb: two tunings for better device identification behind huberictian2013-03-293-6/+21
* MdeMdeModulePkg/Usb: Fixed two usb issueserictian2013-03-293-9/+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
* Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney2013-03-221-1/+14
* Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney2013-03-221-2/+13
* MdeModulePkg: Fixed 'variable set but not used' build warning.erictian2013-03-202-11/+2
* Add debug message to output video resolution used by GraphicsConsole.li-elvin2013-03-151-0/+2
* Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...niruiyu2013-03-152-3/+4
* 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
* 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