summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong2-45/+68
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-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-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-12MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin3-14/+9
2014-02-12Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong2-15/+69
2014-02-12Set the free buffer pointer to NULL to avoid later free again.Eric Dong1-0/+1
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong3-23/+223
2014-02-12Adjust date/time opcode before use it.Eric Dong1-0/+1
2014-02-12Fix several typo issues.Elvin Li2-24/+24
2014-02-11Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupport...Tian, Feng1-8/+8
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li2-20/+8
2014-01-26Rollback the change 15178. Gao, Liming1-0/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming1-2/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming3-6/+6
2014-01-24Fix following problems about VLAN driver:Fu Siyuan3-39/+66
2014-01-23Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan3-13/+19
2014-01-23Update password process logic, if password without interactive attribute, the...Eric Dong1-2/+16
2014-01-23Refine the logic when return success, should not clean the buffer in this case.Eric Dong1-3/+2
2014-01-22Fix CRLF formatTian, Hot4-657/+657
2014-01-17CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao13-162/+333
2014-01-131. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan1-23/+45
2014-01-11Fix GCC build failure.Ruiyu Ni1-1/+1
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan3-24/+171
2014-01-10Fix a bug in DebugPort driver's Unload() that leaves the DriverBinding/Compon...Ruiyu Ni2-82/+98
2014-01-09MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on g...Star Zeng2-4/+16
2014-01-07This patch fix date/time op-code shows abnormal.Eric Dong1-13/+20
2014-01-06MdeModulePkg CdExpressPei: Use correct PeiServices pointer to call low level ...Star Zeng2-6/+5
2014-01-06Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan1-15/+10
2013-12-31Keep consistent about the return value between the caller and callee.Eric Dong2-14/+36
2013-12-30Rollback the change 15021.Eric Dong2-5/+3
2013-12-29MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng2-17/+24
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong2-3/+5
2013-12-23Fix a bug for vlan ping failure.Wu Jiaxin3-17/+27