summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ShellBinPkg: AARCH64/ARM Shell binary update.Leif Lindholm2017-08-314-0/+0
* ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel2017-08-315-1440/+0
* BaseTools/Gcc ARM AARCH64: add support for building device tree binariesArd Biesheuvel2017-08-312-0/+33
* BaseTools: Enable --whole-archive in GCC tool chain as the default optionLiming Gao2017-08-311-2/+2
* UefiCpuPkg/Mplib.c: Perform complete initialization when enable AP.Eric Dong2017-08-311-1/+1
* OvmfPkg/VirtioBlkDxe: Check the return status of unmap data bufferBrijesh Singh2017-08-301-1/+8
* BeagleBoardPkg: switch to generic non-coherent DmaLibArd Biesheuvel2017-08-301-1/+1
* Omap35xxPkg: switch to EmbeddedPkg's NonCoherentDmaLibArd Biesheuvel2017-08-301-1/+1
* EmbeddedPkg: implement NonCoherentDmaLib based on ArmDmaLibArd Biesheuvel2017-08-303-0/+542
* EmbeddedPkg/CoherentDmaLib: add support for non-1:1 DMA translationArd Biesheuvel2017-08-303-1/+19
* EmbeddedPkg: rename NullDmaLib to CoherentDmaLibArd Biesheuvel2017-08-303-15/+7
* EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architecturesLeif Lindholm2017-08-303-21/+20
* IntelSiliconPkg/PlatformVTdSample: Avoid using constant result 'if'Hao Wu2017-08-301-14/+24
* ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependencyArd Biesheuvel2017-08-301-1/+0
* ArmVirtPkg: remove DmaLib library class resolutionArd Biesheuvel2017-08-301-1/+0
* ShellBinPkg: Ia32/X64 Shell binary update.Ruiyu Ni2017-08-305-1/+1
* UefiCpuPkg/CpuCommonFeaturesLib: Remove unnecessary explicit type castHao Wu2017-08-301-1/+1
* ShellPkg: Update CWD and current mapping when commands returnHuajing Li2017-08-301-1/+17
* ShellPkg: Fix bug that fails to change CWD after "map -r".Huajing Li2017-08-301-1/+35
* ShellPkg: Rename gShellCurDir to gShellCurMappingHuajing Li2017-08-303-9/+9
* SecurityPkg: Add ARM/AARCH64 arch to enable RngTest module build.Long Qin2017-08-302-2/+2
* OvmfPkg/QemuFwCfgDxeLib: SEV: zero FW_CFG_DMA_ACCESS before decrypting itLaszlo Ersek2017-08-291-0/+7
* Omap35xxPkg: remove bogus UncachedMemoryAllocationLib dependencyArd Biesheuvel2017-08-293-3/+1
* BeagleBoardPkg: remove UncachedMemoryAllocationLib resolutionsArd Biesheuvel2017-08-291-2/+0
* ArmPkg/ArmDmaLib: implement DmaAllocateAlignedBuffer()Ard Biesheuvel2017-08-291-3/+39
* EmbeddedPkg/DmaLib: add routine to allocate aligned buffersArd Biesheuvel2017-08-292-6/+72
* MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan2017-08-291-3/+12
* MdePkg: Reference new definitions for Management Mode.Eric Dong2017-08-2923-1360/+257
* MdePkg: Add new definitions for Management Mode.Eric Dong2017-08-2924-0/+2618
* BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchainShi, Steven2017-08-291-2/+3
* BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BINLiming Gao2017-08-291-10/+5
* BaseTools: Support /WHOLEARCHIVE option in VS2015 tool chainLiming Gao2017-08-292-1/+6
* UefiCpuPkg/PiSmmCpuDxeSmm: Centralize mPhysicalAddressBits definitionStar Zeng2017-08-283-3/+2
* OvmfPkg/VirtioBlkDxe: negotiate VIRTIO_F_IOMMU_PLATFORMBrijesh Singh2017-08-281-2/+3
* Ovmfpkg/VirtioBlkDxe: map virtio-blk request and response buffersBrijesh Singh2017-08-281-13/+125
* OvmfPkg/VirtioBlkDxe: map VRING using VirtioRingMap()Brijesh Singh2017-08-282-8/+38
* MdePkg/S3PciSegmentLib: Add S3PciSegmentLib class and instance.Ruiyu Ni2017-08-286-0/+2360
* MdePkg/PciSegmentLib: Add instances that consumes PciSegmentInfoLibRuiyu Ni2017-08-289-0/+1969
* MdePkg/PciSegmentInfoLib: Add PciSegmentInfoLib class and instance.Ruiyu Ni2017-08-286-0/+144
* MdePkg/PciExpress: Add macro PCI_ECAM_ADDRESSRuiyu Ni2017-08-282-4/+20
* 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