summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseIoLibIntrinsic: fix SEV (=unrolled) variants of IoWriteFifoXX()Laszlo Ersek2017-09-112-6/+6
* BaseTools: Fix a bug for Mixed Pcd value display in the reportYonghong Zhu2017-09-111-1/+11
* MdeModulePkg Xhci: Correct description of Timeout param in XhciReg.hStar Zeng2017-09-112-7/+7
* BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu2017-09-091-3/+3
* BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu2017-09-091-26/+32
* BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu2017-09-091-1/+1
* BaseTools/GCC: set -Wno-unused-const-variable on RELEASE buildsThomas Lamprecht2017-09-081-8/+8
* Nt32Pkg: Enable UDF file system supportPaulo Alcantara2017-09-082-0/+2
* ArmVirtPkg: Enable UDF file system supportPaulo Alcantara2017-09-085-4/+9
* OvmfPkg: Enable UDF file system supportPaulo Alcantara2017-09-086-0/+6
* MdeModulePkg: Initial UDF/ECMA-167 file system supportPaulo Alcantara2017-09-087-0/+5389
* MdeModulePkg/PartitionDxe: Add UDF file system supportPaulo Alcantara2017-09-084-7/+355
* MdePkg: Add UDF volume structure definitionsPaulo Alcantara2017-09-081-0/+60
* OvmfPkg/IoMmuDxe: unmap all IOMMU mappings at ExitBootServices()Laszlo Ersek2017-09-081-0/+145
* OvmfPkg/IoMmuDxe: generalize IoMmuUnmap() to IoMmuUnmapWorker()Laszlo Ersek2017-09-081-7/+53
* OvmfPkg/IoMmuDxe: track all mappingsLaszlo Ersek2017-09-081-31/+18
* OvmfPkg/VirtioScsiDxe: don't unmap VRING at ExitBootServices()Laszlo Ersek2017-09-081-6/+1
* OvmfPkg/VirtioRngDxe: don't unmap VRING at ExitBootServices()Laszlo Ersek2017-09-081-6/+1
* OvmfPkg/VirtioGpuDxe: don't unmap VRING & BackingStore at ExitBootServicesLaszlo Ersek2017-09-081-22/+1
* OvmfPkg/VirtioBlkDxe: don't unmap VRING at ExitBootServices()Laszlo Ersek2017-09-081-6/+1
* MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()Laszlo Ersek2017-09-082-1/+64
* MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMALaszlo Ersek2017-09-081-12/+12
* MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributesLaszlo Ersek2017-09-082-20/+13
* Nt32Pkg: Clean up DSC to remove unnecessary build option in SecMainLiming Gao2017-09-081-5/+1
* SD : Updated CMD 6 implememtation.Meenakshi Aggarwal2017-09-072-5/+56
* MMC : Added missing __FUNCTION__ macro.Meenakshi Aggarwal2017-09-071-7/+7
* IntelSiliconPkg/IntelVtd: Consume VTd policy PCDJiewen Yao2017-09-073-2/+12
* IntelSiliconPkg/dec: Add VTd policy PCDJiewen Yao2017-09-071-0/+6
* OvmfPkg/SecMain: Fix stack switching to permanent memoryGe Song2017-09-061-0/+2
* ArmPkg: add ArmCrashDumpDxe driverArd Biesheuvel2017-09-063-0/+134
* NetworkPkg: Fix GCC build error.Fu Siyuan2017-09-061-1/+1
* MdeModulePkg: Fix GCC build error.Fu Siyuan2017-09-061-1/+1
* NetworkPkg/Ip6Dxe: fix a bug in IP6 driver for IpSec protocol notify.Fu Siyuan2017-09-062-18/+14
* MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2017-09-062-11/+13
* MdePkg/PiMmCis.h: Fix build failure.Eric Dong2017-09-061-0/+1
* MdePkg: Add UEFI 2.7 defined GUID and structure for AIP network media type.Wang Fan2017-09-061-1/+20
* IntelSiliconPkg/VTd: improve debug message.Jiewen Yao2017-09-061-2/+2
* IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support.Jiewen Yao2017-09-063-1/+73
* IntelSiliconPkg/Vtd: Support CSM usage.Jiewen Yao2017-09-062-5/+5
* MdePkg/PciSegmentLibSegmentInfo: fix typo in PciSegmentBitFieldAnd*()Ruiyu Ni2017-09-061-3/+3
* MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2017-09-062-0/+24
* Pkcs7VerifyDxe: Don't allow Pkcs7Verify to install protocols twicePeter Jones2017-09-051-2/+11
* SecurityPkg/Pkcs7Verify: Complete the Pkcs7VerifyDxe protocolLong Qin2017-09-051-3/+376
* UefiCpuPkg/Lmce.c Remove useless file.Eric Dong2017-09-051-97/+0
* UefiCpuPkg: ApicLibLeo Duran2017-09-052-94/+30
* BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu2017-09-051-1/+1
* MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPagesStar Zeng2017-09-041-132/+40
* MdePkg PeiMemoryAllocationLib: Update Free(Aligned)PagesStar Zeng2017-09-041-7/+9
* MdePkg PeiServicesLib: Add PeiServicesFreePagesStar Zeng2017-09-042-11/+55
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-045-53/+646