summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust date/time opcode before use it.Eric Dong2014-02-121-0/+1
* Fix several typo issues.Elvin Li2014-02-122-24/+24
* MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB De...Star Zeng2014-02-112-38/+125
* Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupport...Tian, Feng2014-02-111-8/+8
* Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li2014-02-112-20/+8
* MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng2014-02-111-57/+278
* Rollback the change 15178. Gao, Liming2014-01-261-0/+1
* MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure d...Star Zeng2014-01-266-254/+67
* Update Module BaseName to avoid the same name. Gao, Liming2014-01-241-2/+1
* Update Module BaseName to avoid the same name. Gao, Liming2014-01-243-6/+6
* Fix following problems about VLAN driver:Fu Siyuan2014-01-243-39/+66
* Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan2014-01-233-13/+19
* Update password process logic, if password without interactive attribute, the...Eric Dong2014-01-231-2/+16
* Refine the logic when return success, should not clean the buffer in this case.Eric Dong2014-01-231-3/+2
* Fix CRLF formatTian, Hot2014-01-2210-4723/+4723
* CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao12014-01-173-162/+333
* DxeCore is designed to trust input data, so add comments to reminder caller t...jyao12014-01-171-1/+10
* 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming2014-01-151-0/+5
* 1. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan2014-01-131-23/+45
* Fix GCC build failure.Ruiyu Ni2014-01-111-1/+1
* Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan2014-01-103-24/+171
* MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() th...Feng Tian2014-01-101-60/+65