summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni2014-05-151-86/+73
* MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng2014-05-154-68/+151
* Fix some build issues (ARM toolchain).Olivier Martin2014-05-153-6/+2
* Based on request, export ResetRequired info used by browser.Eric Dong2014-05-143-3/+52
* Fix comment typos. Gao, Liming2014-05-131-1/+1
* Correct String language tag.Gao, Liming2014-05-121-0/+0
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-0714-654/+18
* MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng2014-05-061-114/+13
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-304-214/+284
* Correct the incorrect string. Gao, Liming2014-04-241-0/+0
* Fix GCC build fail.Eric Dong2014-04-211-4/+4
* Refine the check expression result logic.Eric Dong2014-04-184-12/+59
* Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong2014-04-181-0/+46
* Update question validation logic, move the check pointer from after user inpu...Eric Dong2014-04-159-407/+380
* MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng2014-04-151-2/+17
* Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong2014-04-143-58/+27
* Update logic, only question with interactive attribute should trig the callba...Eric Dong2014-04-111-0/+4
* Sync value for string opcode after call the Callback function.Eric Dong2014-04-113-3/+52
* MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2014-04-102-63/+32
* Check the pointer before use it.Eric Dong2014-04-101-0/+2
* Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan2014-04-101-2/+2
* Refine the load form sets process for BrowserCallback function.Eric Dong2014-04-082-45/+68
* Check the parameter before use it.Eric Dong2014-04-011-1/+2
* Add NULL pointer check in I2chost.Elvin Li2014-03-281-0/+1
* Add ASSERT to check if NewVariable is NULL.Elvin Li2014-03-281-0/+1
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-272-32/+23
* Update code logic, remove ASSERT and use error handling. Eric Dong2014-03-271-9/+33
* Remove RT attribute for variable PlatDriOver.Gao, Liming2014-03-271-4/+4
* Add check to make sure the data be valid.Gao, Liming2014-03-262-13/+57
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-254-63/+328
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-253-1/+37
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-252-0/+47
* MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2014-03-212-23/+49
* Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan2014-03-201-2/+2
* Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NI...Fu Siyuan2014-03-201-4/+3
* MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng2014-03-201-13/+25
* Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li2014-03-181-3/+1
* Add comments to describe PlatformDriOverrideDxe is used for test purpose. Gao, Liming2014-03-171-1/+3
* Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxeGao, Liming2014-03-171-10/+10
* Add comment for S3BootScriptSaveMemPoll API, since it does not match PI speci...jyao12014-03-011-1/+6
* When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong2014-02-261-1/+1
* Check the Config access protocol before use it.Eric Dong2014-02-212-15/+20
* Update configrequest string at runtime for dynamic created question.Eric Dong2014-02-183-97/+32
* Update the ValueChanged flag before call CHANGED callback type.Eric Dong2014-02-181-5/+9
* Set the Reset flag if user select one statement which has reset attribute and...Eric Dong2014-02-131-0/+10
* Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming2014-02-131-9/+9
* MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin2014-02-124-14/+14
* Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong2014-02-122-15/+69
* Set the free buffer pointer to NULL to avoid later free again.Eric Dong2014-02-121-0/+1
* Update the logic, only check the value change status for user input action, n...Eric Dong2014-02-123-23/+223