summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-173-10/+43
* MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-171-3/+24
* MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu2017-05-171-1/+5
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2017-05-1712-76/+73
* MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()Jiaxin Wu2017-05-171-8/+20
* MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia2017-05-161-0/+2
* MdeModulePkg/HiiDB: Avoid incorrect results of multiplicationDandan Bi2017-05-161-12/+12
* MdeModulePkg: Replace ASSERT with error return code in PXE driver.Fu Siyuan2016-12-192-36/+68
* MdeModulePkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu2016-12-151-1/+1
* MdeModulePkg VariableSmm: Do not need check CommBufferSize bufferStar Zeng2016-12-121-5/+4
* MdeModulePkg/DriverSample: Remove the password related codesDandan Bi2016-11-255-286/+1
* MdeModulePkg/DriverSampleDxe: Remove the non-interactive passwordDandan Bi2016-11-252-11/+0
* MdeModulePkg: Clear the buffer after using itDandan Bi2016-11-252-1/+3
* MdeModulePkg/SetupBrowser:Don't support password without interactive flagDandan Bi2016-11-251-21/+2
* MdeModulePkg/DisplayEngine: Popup dialogue when password is not supportedDandan Bi2016-11-254-1/+10
* MdeModulePkg/DisplayEngine: Return the selectable menu correctlyDandan Bi2016-11-231-5/+8
* MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-212-1/+24
* MdeModulePkg: Change the default IPv4 config policyJiaxin Wu2016-10-285-107/+150
* MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStopHao Wu2016-08-022-21/+110
* MdeModulePkg/HiiDatabaseDxe: Add ASSERT before using the pointer 'String'Dandan Bi2016-07-071-4/+4
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-07-072-32/+56
* MdeModulePkg/SetupBrowser: Correct the incorrect variable nameDandan Bi2016-07-061-2/+2
* MdeModulePkg-FPDT(3): Use SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET in...Liming Gao2016-07-062-42/+79
* MdeModulePkg-FPDT(2): Add SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET in...Liming Gao2016-07-061-27/+36
* MdeModulePkg: Add new driver to publish EDKII_PI_SMM_COMMUNICATION_REGION_TABLE.Jiewen Yao2016-07-064-0/+203
* MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong2016-07-041-4/+16
* MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong2016-03-031-3/+5
* MdeModulePkg: Add MorLock to variable driver.Yao, Jiewen2016-02-233-3/+69
* MdeModulePkg: Add MorLockDxe to variable driver.Yao, Jiewen2016-02-231-0/+89
* MdeModulePkg: Add MorLockSmm to variable driver.Yao, Jiewen2016-02-231-0/+394
* MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan2016-02-225-113/+348
* MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.Fu Siyuan2016-02-223-18/+89
* MdeModulePkg DiskIoDxe: Check for MediaPresent in DiskIo2ReadWriteDisk()Hao Wu2015-12-231-0/+4
* MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi2015-12-181-0/+2
* MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao2015-12-181-1/+1
* MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxeLiming Gao2015-12-041-36/+36
* MdeModulePkg: Upstream SerialDxe from EmbeddedPkgStar Zeng2015-11-304-0/+575
* MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng2015-11-301-3/+4
* MdeModulePkg SmbiosMeasurementDxe: NULL check to String from GetSmbiosStringByIdStar Zeng2015-11-161-0/+1
* MdeModulePkg SmbiosMeasurementDxe: Correct the commentsStar Zeng2015-11-162-6/+9
* MdeModulePkg SmbiosMeasurementDxe: Remove the tailing whitespaceStar Zeng2015-11-162-14/+14
* MdeModulePkg SmbiosMeasurementDxe: Use EFI_D_VERBOSE for internal dump functionsStar Zeng2015-11-161-9/+9
* MdeModulePkg SmbiosMeasurementDxe: Add (VOID **) typecast for GCC build failureStar Zeng2015-11-161-1/+1
* MdeModulePkg SmbiosMeasurementDxe: Use SMBIOS table and GUID correctlyStar Zeng2015-11-161-6/+14
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-11-162-4/+28
* Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen2015-11-164-0/+685
* Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen2015-11-161-12/+0
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-11-162-1/+15
* MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan2015-11-161-0/+5
* MdeModulePkg VariableRuntimeDxe: Add the missing gEfiImageSecurityDatabaseGuidStar Zeng2015-11-161-0/+4