summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-28MdeModulePkg/PciBusDxe: Enable Bus Master on P2P bridges on demandRuiyu Ni3-10/+32
2017-09-28SecurityPkg\SmmTcg2PhysicalPresenceLib.c Handle reserved or unimplemented PP ...Zhang, Chao B1-7/+7
2017-09-28BaseTools: Fix the regression bug to build single moduleYonghong Zhu1-0/+12
2017-09-27MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu1-1/+6
2017-09-27BaseTools: add support for BIOS build with binary cacheYonghong Zhu3-9/+189
2017-09-27UefiCpuPkg/CpuCommonFeaturesLib: Add check for input parameter.Eric Dong2-0/+4
2017-09-27UefiCpuPkg/CpuDxe: Add missing function description commentsDandan Bi1-0/+3
2017-09-26Maintainers.txt: add Xen reviewer for ArmVirtPkgLeif Lindholm1-0/+1
2017-09-26Maintainers.txt: add Xen reviewers to OvmfPkgLeif Lindholm1-0/+2
2017-09-26Maintainers.txt: add Ard Biesheuvel as OvmfPkg maintainerLeif Lindholm1-0/+1
2017-09-26IntelFrameworkModulePkg FwVolDxe: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2-14/+62
2017-09-26MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2-23/+49
2017-09-26MdePkg PiFirmwareFile.h: Add FFS_ATTRIB_DATA_ALIGNMENT_2 definitionStar Zeng1-2/+3
2017-09-26BaseTools: report build time measured by module of EDKII BuildYonghong Zhu3-11/+92
2017-09-26MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu1-0/+1
2017-09-25MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara5-568/+606
2017-09-25MdePkg: Add UDF volume structure definitionsPaulo Alcantara1-5/+92
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu12-56/+140
2017-09-25ShellPkg/dh: Refine the dump outputRuiyu Ni2-68/+69
2017-09-25ShellPkg/dh: Modify the dump of UsbIo protocolHuajing Li1-2/+2
2017-09-25ShellPkg/dh: Modify the dump of UsbIo protocolHuajing Li2-2/+64
2017-09-25ShellPkg/dh: Modify the dump of PciIo protocolHuajing Li2-2/+96
2017-09-25ShellPkg/dh: Modify the dump of GraphicsOutput protocolHuajing Li1-18/+18
2017-09-25ShellPkg/dh: Modify the dump of DebugSupport protocolHuajing Li2-1/+68
2017-09-25ShellPkg/dh: Modify the dump of BlockIo protocolHuajing Li2-1/+80
2017-09-25ShellPkg/dh: Modify the dump of BusSpecificDriverOverride protocolHuajing Li2-2/+81
2017-09-25ShellPkg/dh: Modify the dump of LoadedImage protocolHuajing Li4-12/+21
2017-09-25ShellPkg/dh: Modify the dump of "ImageDevicePath" and "DevicePath"Huajing Li1-22/+46
2017-09-25ShellPkg/dh: Display the protocol instance pointer value for "-v"Huajing Li1-0/+13
2017-09-25ShellPkg/dh: fix the error display "Child Controllers" to "Managing".Huajing Li2-3/+4
2017-09-25ShellPkg/dh: change the key information color from blue to hilightHuajing Li1-20/+20
2017-09-25ShellPkg/dh: display all the protocol names in a single lineHuajing Li2-12/+25
2017-09-25CryptoPkg: Add new API to retrieve commonName of X.509 certificateQin Long5-8/+234
2017-09-23IntelSiliconPkg/VTdPmrPei: Add EndOfPei callback for S3Jiewen Yao2-2/+59
2017-09-23IntelSiliconPkg/dec: Clarify VTdPolicy.Jiewen Yao1-2/+2
2017-09-23IntelSiliconPkg/VTdDxe: Clean up DXE flush memory.Jiewen Yao2-4/+9
2017-09-22ShellPkg/DmpStore: fix GCC/CLANG build failureLaszlo Ersek1-1/+1
2017-09-22OvmfPkg/VirtioNetDxe: log debug message in VirtioNetExitBoot()Laszlo Ersek1-0/+1
2017-09-22OvmfPkg/VirtioNetDxe: document Rx/Tx allocs and mappings on Init/ShutdownLaszlo Ersek1-4/+8
2017-09-22OvmfPkg/QemuBootOrderLib: recognize "usb-storage" devices in XHCI portsLaszlo Ersek1-0/+44
2017-09-22MdeModulePkg/SetupBrowser:Add NULL check before using a pointerDandan Bi1-5/+5
2017-09-22UefiCpuPkg/CpuDxe: Fix GCC build warningJian J Wang1-2/+6
2017-09-22ShellPkg/dmpstore: Show name of known variable vendor GUIDHuajing Li2-4/+14
2017-09-22MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar1-13/+23
2017-09-21MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi4-42/+219
2017-09-21MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi3-36/+319
2017-09-21MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi3-77/+182
2017-09-21MdeModulePkg: Add GUID/flags to implement BitField supportDandan Bi2-1/+23
2017-09-21BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi8-490/+1196
2017-09-21BaseTool/VfrCompile: Support Union type in VFRDandan Bi3-37/+65