summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)Author
2014-05-12Correct String language tag.Gao, Liming
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan
2014-05-06MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng
2014-04-24Correct the incorrect string. Gao, Liming
2014-04-21Fix GCC build fail.Eric Dong
2014-04-18Refine the check expression result logic.Eric Dong
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong
2014-04-10Check the pointer before use it.Eric Dong
2014-04-10Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan
2014-04-08Refine the load form sets process for BrowserCallback function.Eric Dong
2014-03-28Add ASSERT to check if NewVariable is NULL.Elvin Li
2014-03-27Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo
2014-03-27Update code logic, remove ASSERT and use error handling. Eric Dong
2014-03-27Remove RT attribute for variable PlatDriOver.Gao, Liming
2014-03-26Add check to make sure the data be valid.Gao, Liming
2014-03-25MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng
2014-03-25Report the setting variable failure to platform through the status code when ...Ruiyu Ni
2014-03-21MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng
2014-03-20Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan
2014-03-20Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NI...Fu Siyuan
2014-03-20MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng
2014-03-18Remove ASSERT when SetVariable for ConOutDev/ConInDev/ErrOutDev variables fai...Elvin Li
2014-03-17Add comments to describe PlatformDriOverrideDxe is used for test purpose. Gao, Liming
2014-03-17Remove ASSERT check for SetVariable in FirmwarePerformanceDataTableDxeGao, Liming
2014-02-26When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong
2014-02-21Check the Config access protocol before use it.Eric Dong
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong
2014-02-18Update the ValueChanged flag before call CHANGED callback type.Eric Dong
2014-02-13Set the Reset flag if user select one statement which has reset attribute and...Eric Dong
2014-02-12MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin
2014-02-12Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong
2014-02-12Set the free buffer pointer to NULL to avoid later free again.Eric Dong
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong
2014-02-12Adjust date/time opcode before use it.Eric Dong
2014-02-12Fix several typo issues.Elvin Li
2014-02-11Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupport...Tian, Feng
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li
2014-01-26Rollback the change 15178. Gao, Liming
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming
2014-01-24Fix following problems about VLAN driver:Fu Siyuan
2014-01-23Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan
2014-01-23Update password process logic, if password without interactive attribute, the...Eric Dong
2014-01-23Refine the logic when return success, should not clean the buffer in this case.Eric Dong
2014-01-22Fix CRLF formatTian, Hot
2014-01-17CapsulePei coalesce need add more sanity check for each Capsule Fragment.jyao1