summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-20ArmPlatformPkg/NorFlashDxe: Change Flash memory attributes before writesAchin Gupta1-22/+23
2017-01-20ArmPlatformPkg: Use EfiEventGroupSignal from UefiLibStar Zeng3-36/+6
2017-01-20CorebootPayloadPkg: Use EfiEventGroupSignal from UefiLibStar Zeng1-23/+2
2017-01-20IntelFrameworkModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-20/+2
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng8-130/+14
2017-01-20IntelFrameworkPkg UefiLib: Make the event empty function publicStar Zeng3-43/+23
2017-01-20MdePkg UefiLib: Make the event empty function publicStar Zeng4-47/+43
2017-01-20MdePkg: Avoid Non-Boolean type used as BooleanDandan Bi3-13/+12
2017-01-20MdePkg DxeHobLib: Make GetHobList working before Constructor is calledStar Zeng1-33/+34
2017-01-20MdeModulePkg: Remove superfluous return statementsThomas Huth4-12/+0
2017-01-20MdeModulePkg/UfsBlockIoPei: fix initialize OCS value to 0x0FHaojian Zhuang2-1/+9
2017-01-20MdeModulePkg/UfsPassThruDxe: fix initialize OCS value to 0x0FHaojian Zhuang2-1/+9
2017-01-20MdeModulePkg/UfsBlockIoPei: fix the bit in UFS_HC_UTRLDBR_OFFSET regHaojian Zhuang1-5/+5
2017-01-20MdeModulePkg/UfsPassThruDxe: fix the bit in UFS_HC_UTRLDBR_OFFSET regHaojian Zhuang1-5/+5
2017-01-20MdeModuelPkg/UfsPassThruDxe: fix to identify 32 bits address modeHaojian Zhuang1-2/+2
2017-01-20PcAtChipsetPkg: Fix typing errorsThomas Huth10-28/+28
2017-01-19OvmfPkg: Remove superfluous return statements.Thomas Huth2-6/+0
2017-01-19ShellPkg: Add check logic for the gateway validity.Zhang Lubo2-2/+20
2017-01-19NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo14-73/+794
2017-01-19MdeModulePkg/FileExplorer: Enable functionality of creating new file/folderDandan Bi5-6/+267
2017-01-19MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore formDandan Bi2-5/+9
2017-01-19MdeModulePkg/FileExplorer: Remove the codes of searching load file protocolDandan Bi3-59/+3
2017-01-19ShellPkg/HandleParsingLib: Fix coding style issueDandan Bi1-2/+2
2017-01-19ShellPkg SmbiosView: Add missing decoding of SMBIOS spec 3.0.0Star Zeng2-1/+97
2017-01-19ShellPkg SmbiosView: Add missing decoding of SlotType AGP8XStar Zeng1-1/+5
2017-01-18MdePkg: Correct comments of macros FixedPcdGetX/PatchPcdXXX in PcdLib.hStar Zeng1-22/+22
2017-01-18NetworkPkg/TlsAuthConfigDxe: Declare EFIAPI for the ChooseFile handlerGary Lin1-1/+2
2017-01-17OvmfPkg: pull in TLS modules with -D TLS_ENABLE (also enabling HTTPS)Gary Lin6-0/+39
2017-01-17OvmfPkg: correct the IScsiDxe module included for the IPv6 stackGary Lin6-33/+12
2017-01-17OvmfPkg: always resolve OpenSslLib, IntrinsicLib and BaseCryptLibGary Lin3-18/+9
2017-01-17OvmfPkg: Modify QemuFwCfgLib to use new IoLib class libraryLeo Duran5-172/+3
2017-01-17IntelFrameworkPkg/DxeIoLibCpuIo: Add new Fifo routines in IoLib classLeo Duran2-7/+311
2017-01-17MdePkg/SmmIoLibSmmCpuIo2: Add new Fifo routines in IoLib classLeo Duran1-0/+216
2017-01-17MdePkg/DxeIoLibEsal: Add new Fifo routines in IoLib classLeo Duran1-2/+276
2017-01-17MdePkg/PeiIoLibCpuIo: Add new Fifo routines in IoLib classLeo Duran1-0/+261
2017-01-17MdePkg/DxeIoLibCpuIo2: Add new Fifo routines in IoLib classLeo Duran2-11/+320
2017-01-17IntelFrameworkModulePkg: Modify CpuIoDxe to support new IoLib libraryLeo Duran1-0/+52
2017-01-17UefiCpuPkg: Modify CpuIoPei to support new IoLib libraryLeo Duran1-0/+52
2017-01-17UefiCpuPkg: Modify CpuIo2Dxe to use new IoLib libraryLeo Duran7-717/+10
2017-01-17MdePkg: Expand BaseIoLibIntrinsic (IoLib class) libraryLeo Duran9-1/+1229
2017-01-16ArmVirtPkg/ArmVirtQemu: Install BGRT ACPI tableBhupesh Sharma3-0/+3
2017-01-16UefiCpuPkg/MpInitLib: Add missing point markJeff Fan1-1/+1
2017-01-16MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePathHao Wu1-1/+1
2017-01-13MdeModulePkg DxeCorePerformanceLib: Only support linking with DxeCoreStar Zeng1-2/+2
2017-01-13MdeModulePkg/TerminalDxe: Remove out-of-dated commentsRuiyu Ni1-5/+0
2017-01-13ShellPkg/Ifconfig6: Address ASSERT because of a missing NULL checkhegdenag1-13/+14
2017-01-13ShellPkg/SmbiosView: Add decoding of SMBIOS record type 43Linson Augustine4-2/+95
2017-01-12CorebootPayloadPkg: Add APRIORI file in FDF fileMaurice Ma1-0/+6
2017-01-12MdeModulePkg/NonDiscoverable: Compare SIZE_4GB with address typeHao Wu2-3/+3
2017-01-12SignedCapsulePkg/CapsuleLib: Refine to compare with same typeHao Wu1-2/+2