summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg/Network: Typo fixJiaxin Wu2017-06-142-5/+5
* MdeModulePkg/UefiPxeBcDxe: Refine the PXE boot displayed informationJiaxin Wu2017-06-053-2/+54
* MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issueJiaxin Wu2017-06-051-3/+3
* MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan2017-06-021-2/+2
* MdeModulePkg/DebugSupportDxe: Fix XCODE5 build failureMichael Kinney2017-05-241-2/+2
* MdeModulePkg/RegularExpressionDxe: Fix XCODE5 build failureMichael Kinney2017-05-241-1/+1
* MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctlyStar Zeng2017-05-191-0/+1
* MdeModulePkg/FormDisplay: Make the LineWidth of option consistentDandan Bi2017-05-111-1/+1
* MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-093-11/+44
* MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-091-5/+24
* MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.Zhang, Lubo2017-05-021-9/+9
* MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help infoJiaxin Wu2017-04-252-3/+4
* MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu2017-04-211-1/+5
* MdeModulePkg/Ip4Dxe: Fix the incorrect RemoveEntryListJiaxin Wu2017-04-211-2/+2
* MdeModulePkg/FirmwarePerformanceDxe: Error Level is not used correctlyJeff Fan2017-04-211-2/+2
* MdeModulePkg/TerminalDxe: Avoid always append device path to *DevRuiyu Ni2017-04-201-8/+59
* MdeModulePkg/HiiDB: Avoid incorrect results of multiplicationDandan Bi2017-04-181-12/+12
* MdeModulePkg: Error Level is not used correctlyJeff Fan2017-04-127-18/+18
* MdeModulePkg RegularExpressionDxe: Remove GCC -fno-builtin optionLiming Gao2017-04-071-1/+0
* MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao2017-04-062-4/+4
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-235-12/+16
* MdeModulePkg/BootGraphicsResourceTableDxe: don't allocate below 4 GBArd Biesheuvel2017-03-211-38/+3
* MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel2017-03-211-2/+5
* MdeModulePkg/RamDiskDxe: fix C string literal catenation in info messagesLaszlo Ersek2017-03-201-2/+2
* MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng2017-03-171-54/+34
* MdeModulePkg/ConPlatform: Support GOP created as PCI's grandsonRuiyu Ni2017-03-173-41/+9
* MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo2017-03-177-77/+96
* MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu2017-03-175-71/+94
* MdeModulePkg PCD: Allow SkuId to be changed only onceStar Zeng2017-03-162-8/+47
* MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusionLaszlo Ersek2017-03-091-3/+59
* MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT}Laszlo Ersek2017-03-091-14/+6
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-0612-41/+41
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-064-11/+11
* MdeModulePkg: Variable: Update DBT PCR[7] measureZhang, Chao B2017-03-061-2/+11
* MdeModulePkg/PrintDxe: Handle the deprecation of [A|U]ValueToStringHao Wu2017-03-021-2/+90
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-029-39/+167
* MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPte...Leo Duran2017-03-014-6/+23
* MdeModulePkg/Universal/CapsulePei: Add support for PCD PcdPteMemoryEncryption...Leo Duran2017-03-014-11/+37
* MdeModulePkg/EbcDxe: use EfiBootServicesCode memory for thunksArd Biesheuvel2017-02-286-4/+41
* MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address checkJiaxin Wu2017-02-271-10/+0
* MdeModulePkg: Update the Ethernet interface name.Zhang Lubo2017-02-231-1/+1
* MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi2017-02-211-2/+15
* MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"Dandan Bi2017-02-211-15/+18
* MdeModulePkg: Add the EFI_PRINT2S_PROTOCOLHao Wu2017-02-213-10/+25
* MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo2017-02-201-5/+6
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-085-7/+7
* MdeModulePkg: VariableDxe: Use UEFI_VARIABLE_DATAZhang, Chao B2017-01-251-4/+3
* MdeModulePkg: Variable: Update PCR[7] measure for new TCG specZhang, Chao B2017-01-225-9/+128
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-204-73/+7
* MdeModulePkg: Remove superfluous return statementsThomas Huth2017-01-201-3/+0