summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2013-05-17Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu11-22/+452
2013-05-16Update the logic about get initial value for one storage.ydong102-9/+198
2013-05-16Separate memory allocation for FPDT S3 performance table and boot performance...lzeng146-91/+196
2013-05-14Add Copyright notices and comments for Red Hat contributor.sfu52-6/+11
2013-05-13Update Code to pass EBC compiler.lgao43-7/+14
2013-05-10MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controllererictian1-4/+4
2013-05-10MdeMdeModulePkg/UsbBusDxe: Break device enumeration process if the device des...erictian1-3/+6
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52-3/+13
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng147-129/+225
2013-04-27Fix the bug which incorrectly programs the 64bit base address register in the...niruiyu1-4/+42
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng146-39/+211
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu51-21/+22
2013-04-25Fix ping command issue in IP4 driver.sfu52-21/+48
2013-04-25Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu51-12/+2
2013-04-24Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a...lzeng143-5/+63
2013-04-23Remove unused [Guids] section from PXE inf file.sfu51-4/+1
2013-04-22Fix potential overflow for SetVariable interfaceczhang463-9/+28
2013-04-19Add transit bit check for detecting partial response in iSCSI stack.tye11-2/+2
2013-04-19Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang461-0/+13
2013-04-18MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian1-1/+26
2013-04-17Revert change 14281, should not check in here.ydong102-200/+0
2013-04-17Split browser with browser core and display engine.ydong102-0/+200
2013-04-16Update the browser logic, make the storage as browser level instead of form s...ydong103-342/+327
2013-04-16MdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolute addressing that requ...erictian1-4/+4
2013-04-15Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang461-10/+28
2013-04-12Fix build failure by adding UINT16 type cast.niruiyu1-4/+4
2013-04-12Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang462-11/+32
2013-04-11Fix several bugs in the implementation of converting SAS/SASEX device path no...niruiyu2-38/+98
2013-04-08If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142-0/+35
2013-04-07MdeMdeModulePkg/UsbBusDxe: Fixed a possible memory leak bug introduced at r14226erictian1-5/+14
2013-04-02Refine code to follow coding style.ydong102-2/+2
2013-04-02Fill SMBIOS BCD revision field.li-elvin1-4/+5
2013-04-02Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng141-32/+6
2013-03-29MdeMdeModulePkg/Usb: two tunings for better device identification behind huberictian3-6/+21
2013-03-29MdeMdeModulePkg/Usb: Fixed two usb issueserictian3-9/+6
2013-03-27Update the traversal path logic.ydong103-27/+66
2013-03-27Update the code to follow UEFI spec, do the discard action when return EFI_BR...ydong101-0/+1
2013-03-22Guarantee that free memory in the 4K page starting at address 0 is always cle...mdkinney1-1/+14
2013-03-22Fix a bug in the DXE Core that generates an ASSERT() when the page at address...mdkinney1-2/+13
2013-03-20MdeModulePkg: Fixed 'variable set but not used' build warning.erictian2-11/+2
2013-03-15Add debug message to output video resolution used by GraphicsConsole.li-elvin1-0/+2
2013-03-15Add the backslash to C12 mapping in keyboard layout mapping table to fix the ...niruiyu2-3/+4
2013-03-15Refine the logic about gFunctionKeySetting, avoid some HII drivers can't show...ydong102-3/+4
2013-03-15Revert error check in code by patch 14206.ydong101-1/+1
2013-03-15Update the logic: ydong101-80/+67
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