summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2014-06-25MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish1-1/+2
2014-06-19The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson1-25/+9
2014-06-04MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll...Tian, Feng2-18/+37
2014-05-21Add 'file not found' debug message to MTFTP.Brendan Jackman1-1/+8
2014-05-15Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni1-86/+73
2014-05-15MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng4-68/+151
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin3-6/+2
2014-05-14Based on request, export ResetRequired info used by browser.Eric Dong3-3/+52
2014-05-13Fix comment typos. Gao, Liming1-1/+1
2014-05-12Correct String language tag.Gao, Liming1-0/+0
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan14-654/+18
2014-05-06MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng1-114/+13
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng4-214/+284
2014-04-24Correct the incorrect string. Gao, Liming1-0/+0
2014-04-21Fix GCC build fail.Eric Dong1-4/+4
2014-04-18Refine the check expression result logic.Eric Dong4-12/+59
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong1-0/+46
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong9-407/+380
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng1-2/+17
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong3-58/+27
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong1-0/+4
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong3-3/+52
2014-04-10MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2-63/+32
2014-04-10Check the pointer before use it.Eric Dong1-0/+2
2014-04-10Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan1-2/+2
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong2-45/+68
2014-04-01Check the parameter before use it.Eric Dong1-1/+2
2014-03-28Add NULL pointer check in I2chost.Elvin Li1-0/+1
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li1-0/+1
2014-03-27Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2-32/+23
2014-03-27Update code logic, remove ASSERT and use error handling. Eric Dong1-9/+33
2014-03-27Remove RT attribute for variable PlatDriOver.Gao, Liming1-4/+4
2014-03-26Add check to make sure the data be valid.Gao, Liming2-13/+57
2014-03-25MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng4-63/+328
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni3-1/+37
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni2-0/+47
2014-03-21MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2-23/+49
2014-03-20Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan1-2/+2
2014-03-20Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NI...Fu Siyuan1-4/+3
2014-03-20MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng1-13/+25
2014-03-18Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li1-3/+1
2014-03-17Add comments to describe PlatformDriOverrideDxe is used for test purpose. Gao, Liming1-1/+3
2014-03-17Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxeGao, Liming1-10/+10
2014-03-01Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao11-1/+6
2014-02-26When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong1-1/+1
2014-02-21Check the Config access protocol before use it.Eric Dong2-15/+20
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong3-97/+32
2014-02-18Update the ValueChanged flag before call CHANGED callback type.Eric Dong1-5/+9
2014-02-13Set the Reset flag if user select one statement which has reset attribute and...Eric Dong1-0/+10
2014-02-13Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming1-9/+9