summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/PciSegmentLib: Fix typo in function header commentsRuiyu Ni2017-08-284-297/+308
* IntelSiliconPkg/PlatformVTdSample: update ExceptionDeviceJiewen Yao2017-08-281-10/+70
* IntelSiliconPkg/IntelVTd: update PlatformVtdPolicyJiewen Yao2017-08-287-161/+423
* IntelSiliconPkg/header: update PlatformVtdPolicyJiewen Yao2017-08-281-1/+50
* UefiCpuPkg/CpuCommonFeaturesLib: Merge machine check code to same file.Eric Dong2017-08-282-1/+81
* UefiCpuPkg/CpuCommonFeaturesLib: Add CPUID MCA support checkEric Dong2017-08-281-0/+4
* IntelFrameworkModulePkg/LegacyBootMaintUiLib: Add NULL pointer checkBi, Dandan2017-08-281-2/+2
* UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputSc...Eric Dong2017-08-282-17/+21
* UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition.Eric Dong2017-08-281-9/+8
* UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value.Eric Dong2017-08-281-55/+61
* UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition.Eric Dong2017-08-281-1/+78
* UefiCpuPkg/MpLib: fix potential overflow issue.Eric Dong2017-08-281-10/+33
* UefiCpuPkg/PiSmmCpuDxeSmm: Fix memory protection crashStar Zeng2017-08-283-6/+30
* BaseTools/EfiRom: Add multiple device id supportDaniel Verkamp2017-08-262-23/+129
* Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*"Laszlo Ersek2017-08-251-1/+1
* OvmfPkg/VirtioRngDxe: negotiate VIRTIO_F_IOMMU_PLATFORMBrijesh Singh2017-08-251-2/+2
* OvmfPkg/Virtio10: define VIRTIO_F_IOMMU_PLATFORM feature bitBrijesh Singh2017-08-251-1/+3
* MdeModulePkg XhciDxe: Fix Map and Unmap inconsistencyStar Zeng2017-08-251-2/+5
* SecurityPkg/Tcg2Dxe: Properly shutdown TPM before resetRuiyu Ni2017-08-252-0/+69
* OvmfPkg/VirtioRngDxe: map host address to device addressBrijesh Singh2017-08-252-9/+75
* OvmfPkg/VirtioLib: change the parameter of VirtioAppendDesc() to UINT64Brijesh Singh2017-08-252-36/+37
* OvmfPkg/VirtioLib: alloc VRING buffer with AllocateSharedPages()Brijesh Singh2017-08-253-12/+16
* OvmfPkg/VirtioLib: add function to map VRINGBrijesh Singh2017-08-252-0/+71
* OvmfPkg/Virtio10Dxe: add the RingBaseShift offsetBrijesh Singh2017-08-251-2/+3
* OvmfPkg/Virtio: take RingBaseShift in SetQueueAddress()Brijesh Singh2017-08-2511-12/+42
* OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninitBrijesh Singh2017-08-258-26/+44
* OvmfPkg/VirtioLib: add VirtioMapAllBytesInSharedBuffer() helper functionBrijesh Singh2017-08-252-0/+137
* OvmfPkg/VirtioMmioDeviceLib: implement IOMMU-like member functionsBrijesh Singh2017-08-253-2/+99
* OvmfPkg/VirtioPciDeviceDxe: implement IOMMU-like member functionsBrijesh Singh2017-08-253-1/+98
* OvmfPkg/Virtio10Dxe: implement IOMMU-like member functionsBrijesh Singh2017-08-251-2/+120
* OvmfPkg: introduce IOMMU-like member functions to VIRTIO_DEVICE_PROTOCOLBrijesh Singh2017-08-251-0/+143
* IntelFsp2Pkg: Fix build error with WHOLEARCHIVE optionSong, BinX2017-08-252-0/+22
* BaseTools: Update tools_def to remove /Gw option in VS NOOPT targetLiming Gao2017-08-251-16/+16
* BaseTools: Add the missing -pie link option in GCC tool chainLiming Gao2017-08-251-2/+2
* ArmVirtPkg: drop unused Pcds from ArmVirt.dsc.incLeif Lindholm2017-08-241-12/+0
* ArmPkg/ArmDmaLib: remove dependency on UncachedMemoryAllocationLibArd Biesheuvel2017-08-242-30/+112
* OvmfPkg/QemuVideoDxe: remove AARCH64/ARM supportArd Biesheuvel2017-08-241-2/+2
* BaseTools/UPT: Fix UNI file name issueHess Chen2017-08-244-4/+16
* ArmVirtPkg: remove QemuVideoDxe from ArmVirtQemu and ArmVirtQemuKernelArd Biesheuvel2017-08-243-5/+0
* BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entryLiming Gao2017-08-241-7/+1
* Maintainers.txt: Update the Maintainers for IntelFrameworkXXXPkgLiming Gao2017-08-231-2/+2
* MdeModulePkg/DriverSample: Add sample case for popup protocolDandan Bi2017-08-235-5/+49
* MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocolDandan Bi2017-08-235-3/+889
* MdePkg/HiiPopup: Add HII Popup Protocol definitionsDandan Bi2017-08-232-0/+84
* MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu2017-08-233-6/+3
* ShellPkg/mkdir: support creating nested directoriesHuajing Li2017-08-211-8/+46
* Shell/mkdir: Modify the help content to align to spec.Huajing Li2017-08-211-9/+6
* EmbeddedPkg/AndroidBoot: boot android kernel from storageJun Nie2017-08-208-0/+779
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek2017-08-191-2/+22
* MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek2017-08-191-3/+4