summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2013-07-29Clean the flag before use it to avoid use old error value.Eric Dong1-0/+1
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni9-64/+25
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni6-5990/+25
2013-07-25Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan1-1/+1
2013-07-18The PCI host bridge can signal failures in its initialization toOlivier Martin2-8/+32
2013-07-17Expand the PcdSrIovSystemPageSize type to PcdsPatchableInModule.Ruiyu Ni1-6/+6
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2-16/+0
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong2-48/+64
2013-07-16Change the PcdSrIovSystemPageSize from type of [PcdFixedAtBuild] to [PcdFixed...Ruiyu Ni1-7/+7
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2-64/+48
2013-07-15Refine the validation for the input attribute before return.Eric Dong1-1/+5
2013-07-11MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng7-6/+35
2013-07-11MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report.Star Zeng1-17/+20
2013-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian3-78/+78
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng19-276/+1051
2013-07-03Fix DDK build fail.Eric Dong1-1/+1
2013-07-03Fix GCC build fail.Eric Dong1-4/+4
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong5-1163/+2188
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian13-38/+104
2013-06-18MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian1-4/+6
2013-06-17The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-0/+23
2013-06-17Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni1-502/+479
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-479/+502
2013-06-07Use right LBA to get the backed up WorkSpace in spare block.Star Zeng1-3/+5
2013-06-06Update code to follow spec, add discard form action before reset.Eric Dong1-0/+1
2013-05-27Refine the logic about processing options for oneof opcode.ydong101-6/+24
2013-05-27Fix the issue that FreePool is too early in FirmwarePerformanceDxe.lgao41-4/+11
2013-05-23Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng141-1/+2
2013-05-21When finish using the browser storage for one formset, browser should clean t...ydong102-1/+160
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng145-22/+46
2013-05-20Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...niruiyu3-43/+20
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