summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/BMMUiLib: Remove old useless data before new save actionDandan Bi2017-02-212-2/+47
* 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/PrintLib: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-211-0/+127
* MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instanceHao Wu2017-02-213-21/+49
* MdeModulePkg: Add the EFI_PRINT2S_PROTOCOLHao Wu2017-02-215-13/+175
* MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOLHao Wu2017-02-211-156/+205
* MdeModulePkg/PrintLib: Refine the SPrint functionsHao Wu2017-02-212-225/+344
* MdeModulePkg/PciBusDxe: Refine code to make it more readableRuiyu Ni2017-02-211-18/+12
* MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu2017-02-213-6/+6
* MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo2017-02-201-5/+6
* MdeModulePkg/PciBusDxe: Fix IA32 build failureRuiyu Ni2017-02-171-10/+10
* MdeModulePkg UefiBootManagerLib: Correct usages of GUID and ProtocolLiming Gao2017-02-161-25/+29
* MdeModulePkg/IncompatiblePci: Use MAX_UINTN to match any IDsRuiyu Ni2017-02-101-5/+5
* MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macrosRuiyu Ni2017-02-101-55/+53
* MdeModulePkg/PciBus: Accept Spec values as BarIndex and AlignmentRuiyu Ni2017-02-101-14/+22
* MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALLRuiyu Ni2017-02-101-1/+1
* MdeModulePkg PiSmmIpl: Update SmmCommunication comments to match code logicLiming Gao2017-02-101-2/+2
* MdeModulePkg PeiCore: Don't cache GUIDED section with AUTH_NOT_TESTEDLiming Gao2017-02-101-11/+13
* MdeModulePkg PeiCore: Reset PeimNeedingDispatch when its security violationLiming Gao2017-02-101-1/+8
* MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentL...Jiaxin Wu2017-02-091-5/+3
* MdeModulePkg/UefiBootManagerLib: Initialize Handle before using itRuiyu Ni2017-02-081-4/+6
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-087-10/+10
* MdeModulePkg: VariableDxe: Use UEFI_VARIABLE_DATAZhang, Chao B2017-01-251-4/+3
* MdeModulePkg: Update PcdSmbiosDocRev to 0x1 for SMBIOS spec 3.1.1Star Zeng2017-01-241-1/+1
* MdeModulePkg/FrameBufferBltLib: Use dynamic allocated line bufferRuiyu Ni2017-01-241-12/+12
* MdeModulePkg/FrameBufferBltLib: Refine ConfigurePixelBitMaskFormatRuiyu Ni2017-01-241-28/+43
* MdeModulePkg: Variable: Update PCR[7] measure for new TCG specZhang, Chao B2017-01-225-9/+128
* MdeModulePkg: Update PcdSmbiosVersion to 0x0301 for SMBIOS spec 3.1.0Star Zeng2017-01-221-2/+2
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-208-130/+14
* MdeModulePkg: Remove superfluous return statementsThomas Huth2017-01-204-12/+0
* MdeModulePkg/UfsBlockIoPei: fix initialize OCS value to 0x0FHaojian Zhuang2017-01-202-1/+9
* MdeModulePkg/UfsPassThruDxe: fix initialize OCS value to 0x0FHaojian Zhuang2017-01-202-1/+9
* MdeModulePkg/UfsBlockIoPei: fix the bit in UFS_HC_UTRLDBR_OFFSET regHaojian Zhuang2017-01-201-5/+5
* MdeModulePkg/UfsPassThruDxe: fix the bit in UFS_HC_UTRLDBR_OFFSET regHaojian Zhuang2017-01-201-5/+5
* MdeModuelPkg/UfsPassThruDxe: fix to identify 32 bits address modeHaojian Zhuang2017-01-201-2/+2
* MdeModulePkg/FileExplorer: Enable functionality of creating new file/folderDandan Bi2017-01-195-6/+267
* MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore formDandan Bi2017-01-192-5/+9
* MdeModulePkg/FileExplorer: Remove the codes of searching load file protocolDandan Bi2017-01-193-59/+3
* MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathHao Wu2017-01-161-1/+1
* MdeModulePkg DxeCorePerformanceLib: Only support linking with DxeCoreStar Zeng2017-01-131-2/+2
* MdeModulePkg/TerminalDxe: Remove out-of-dated commentsRuiyu Ni2017-01-131-5/+0
* MdeModulePkg/NonDiscoverable: Compare SIZE_4GB with address typeHao Wu2017-01-122-3/+3
* MdeModulePkg/UefiBootManagerLib: Remove redundant type castHao Wu2017-01-121-3/+3
* MdeModulePkg/Stall: Refine to compare 2 values with the same typeHao Wu2017-01-121-2/+2
* MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities.Jiewen Yao2017-01-121-1/+1
* MdeModulePkg/TerminalDxe: Fix driver model bugRuiyu Ni2017-01-111-663/+281
* MdeModulePkg/TerminalDxe: Remove unnecessary NULL pointer checkRuiyu Ni2017-01-111-7/+2
* MdeModulePkg/TerminalDxe: Separate state machine start/stop logicRuiyu Ni2017-01-111-26/+59
* MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathRuiyu Ni2017-01-111-38/+3