messages from 2017-08-20 18:16:58 to 2017-08-24 03:29:54 UTC [more...]
[Patch] BaseTools: Update tools_def to remove /Gw option in VS NOOPT target
2017-08-24 3:32 UTC
[Patch v2 0/2] Add new definition for TOPA table entry
2017-08-24 3:21 UTC (4+ messages)
` [Patch v2 1/2] UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition
[PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: Fix memory protection crash
2017-08-24 3:20 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 11/1 BroxtonPlatformPkg: Remove EFI_ACPI_5_0_SLP_BUTTON
2017-08-24 3:19 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 10/1 BroxtonPlatformPkg: Disable NPK based on DciEn
2017-08-24 3:19 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 09/1 BroxtonPlatformPkg: Fix MRC param issue
2017-08-24 3:19 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 08/1VBT change for TypeC
2017-08-24 3:18 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 07/1 BroxtonPlatformPkg: Add BensonTypeC support
2017-08-24 3:18 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 06/1BroxtonSiPkg: Add I2CLibPei
2017-08-24 3:17 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 05/1 BroxtonPlatformPkg: Disable ISH
2017-08-24 3:17 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 04/1 BroxtonPlatformPkg: Change MaxPkgCState default value
2017-08-24 3:16 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 02/1 BroxtonPlatformPkg: Code cleanup
2017-08-24 3:16 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 03/1 BroxtonPlatformPkg: Change reset type
2017-08-24 3:16 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 01/1 BroxtonPlatformPkg: Add SueCreek.asl
2017-08-24 3:14 UTC
[Patch 0/2] Remove redundant definition for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme
2017-08-24 3:08 UTC (6+ messages)
` [Patch 1/2] UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition
` [Patch 2/2] UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme
[Patch] UefiCpuPkg/MpLib: fix potential overflow issue
2017-08-24 3:04 UTC (3+ messages)
[Patch 0/4] Enhance the implementation for Proc Trace feature
2017-08-24 3:03 UTC (5+ messages)
` [Patch 1/4] UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition
` [Patch 2/4] UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value
` [Patch 3/4] UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant definition
` [Patch 4/4] UefiCpuPkg: Update default for PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme
[Patch] UefiCpuPkg/MpLib: fix potential overflow issue
2017-08-24 2:56 UTC
[PATCH v3 00/21] OvmfPkg/Virtio: introduce IOMMU-like member functions
2017-08-24 2:06 UTC (44+ messages)
` [PATCH v3 01/23] OvmfPkg: introduce IOMMU-like member functions to VIRTIO_DEVICE_PROTOCOL
` [PATCH v3 02/23] OvmfPkg/Virtio10Dxe: implement IOMMU-like member functions
` [PATCH v3 03/23] OvmfPkg/VirtioPciDeviceDxe: "
` [PATCH v3 04/23] OvmfPkg/VirtioMmioDeviceLib: "
` [PATCH v3 05/23] OvmfPkg/VirtioLib: add VirtioMapAllBytesInSharedBuffer() helper function
` [PATCH v3 06/23] OvmfPkg/VirtioLib: take VirtIo instance in VirtioRingInit/VirtioRingUninit
` [PATCH v3 07/23] OvmfPkg/Virtio: take RingBaseShift in SetQueueAddress()
` [PATCH v3 08/23] OvmfPkg/Virtio10Dxe: add the RingBaseShift offset
` [PATCH v3 09/23] OvmfPkg/VirtioLib: add function to map VRING
` [PATCH v3 10/23] OvmfPkg/VirtioLib: alloc VRING buffer with AllocateSharedPages()
` [PATCH v3 11/23] OvmfPkg/VirtioLib: change the parameter of VirtioAppendDesc() to UINT64
` [PATCH v3 12/23] OvmfPkg/VirtioRngDxe: map host address to device address
` [PATCH v3 13/23] OvmfPkg/VirtioBlkDxe: "
` [PATCH v3 14/23] OvmfPkg/VirtioScsiDxe: "
` [PATCH v3 15/23] OvmfPkg/VirtioNetDxe: alloc Tx and Rx rings using AllocateSharedPage()
` [PATCH v3 16/23] OvmfPkg/VirtioNetDxe: alloc RxBuf using AllocateSharedPages()
` [PATCH v3 17/23] OvmfPkg/VirtioNetDxe: dynamically alloc transmit header
` [PATCH v3 18/23] OvmfPkg/VirtioNetDxe: map transmit buffer host address to device address
` [PATCH v3 19/23] OvmfPkg/Virtio10: define VIRITO_F_IOMMU_PLATFORM feature bit
` [PATCH v3 20/23] OvmfPkg/VirtioRngDxe: negotiate VIRITO_F_IOMMU_PLATFORM
` [PATCH v3 21/23] OvmfPkg/VirtioBlkDxe: "
` [PATCH v3 22/23] OvmfPkg/VirtioScsiDxe: "
` [PATCH v3 23/23] OvmfPkg/VirtioNetDxe: "
Iscsi Specification Document
2017-08-24 1:07 UTC (3+ messages)
[PATCH edk2-platforms] Silicon/Openmoko: add driver for ChaosKey RNG USB device
2017-08-23 23:48 UTC (2+ messages)
Questions about Open Compute Project Server BIOS
2017-08-23 22:13 UTC (2+ messages)
[PATCH V2] IntelFsp2Pkg: Fix build error with WHOLEARCHIVE option
2017-08-23 16:08 UTC (11+ messages)
[PATCH] ArmVirtPkg: remove QemuVideoDxe from ArmVirtQemu and ArmVirtQemuKernel
2017-08-23 15:00 UTC (13+ messages)
[Patch] BaseTools: Add the missing -pie link option in GCC tool chain
2017-08-23 14:06 UTC (3+ messages)
[PATCH edk2-platforms] Maintainers.txt: Add Ard Biesheuvel
2017-08-23 11:12 UTC (4+ messages)
[PATCH] Maintainers.txt: update OvmfPkg maintainership
2017-08-23 9:17 UTC (8+ messages)
[PATCH 0/5] PeiCore: Support pre memory page allocation
2017-08-23 7:55 UTC (3+ messages)
[PATCH] BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchain
2017-08-23 7:01 UTC
[patch] BaseTools/UPT: Fix UNI file name issue
2017-08-23 5:53 UTC
FeatureFlagExpression
2017-08-23 2:47 UTC (3+ messages)
[PATCH edk2-platforms] Contributions.txt: update to latest version from EDK2
2017-08-22 23:33 UTC (2+ messages)
[PATCH v2 0/6] read-only UDF file system support
2017-08-22 22:36 UTC (16+ messages)
` [PATCH v2 3/6] MdeModulePkg: Initial UDF/ECMA-167 "
` [PATCH v2 4/6] OvmfPkg: Enable UDF "
` [PATCH v2 5/6] ArmVirtPkg: "
` [PATCH v2 6/6] Nt32Pkg: "
[Patch 0/2] Add comments for two new added Pcds
2017-08-22 22:30 UTC (8+ messages)
` [Patch 1/2] UefiCpuPkg: Add comments for PCDs definition
[PATCH v2 00/21] OvmfPkg/Virtio: introduce IOMMU-like member functions
2017-08-22 16:28 UTC (14+ messages)
` [PATCH v2 16/23] OvmfPkg/VirtioRngDxe: map host address to device address
` [PATCH v2 17/23] OvmfPkg/VirtioBlkDxe: "
` [PATCH v2 18/23] OvmfPkg/VirtioScsiDxe: Use DeviceAddresses in vring descriptors
` [PATCH v2 23/23] OvmfPkg/Virtio: define VIRITO_F_IOMMU_PLATFORM feature bit
[PATCH 0/1] BaseTools/tools_def.template: revert to large code model for X64/GCC5/LTO
2017-08-22 16:06 UTC (14+ messages)
` [PATCH 1/1] "
[PATCH] OvmfPkg/QemuVideoDxe: map framebuffer as write-combining/non-executable
2017-08-22 15:44 UTC (5+ messages)
Issue with inconsistentif/warningif prompt?
2017-08-22 13:01 UTC
[PATCH V5 0/3] Add HII Popup Protocol
2017-08-22 12:24 UTC (5+ messages)
` [PATCH V5] MdePkg/HiiPopup: Add HII Popup Protocol definitions
` [PATCH V5 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
` [PATCH V5 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol
[PATCH V4 0/3] Add HII Popup Protocol
2017-08-22 11:57 UTC (5+ messages)
` [PATCH V4 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions
` [PATCH V4 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
` [PATCH V4 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol
fail to build OVMF with GCC62 in Ubuntu
2017-08-22 8:55 UTC (2+ messages)
[Patch] BaseTools/EfiRom: Add multiple device id support
2017-08-22 7:27 UTC
meaning of EFI_ABSOLUTE_POINTER_PROTOCOL axis values
2017-08-22 6:35 UTC (2+ messages)
[Patch] BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entry
2017-08-22 5:58 UTC
latest basetools build pdb cannot be load by IDA6.95
2017-08-22 5:51 UTC (8+ messages)
[PATCH v2 edk2-platforms 0/3] Re-enable the second SATA controller on Overdrive
2017-08-21 17:17 UTC (8+ messages)
` [PATCH v2 edk2-platforms 1/3] Silicon/AMD/Styx: Make PcdSataPortMode 32 bits
` [PATCH v2 edk2-platforms 2/3] Silicon/AMD/Styx: Use PcdSataPortMode properly for two controllers
` [PATCH v2 edk2-platforms 3/3] Platform/AMD/OverdriveBoard: Re-enable the second SATA Controller
[PATCH V3] IntelFsp2Pkg: Fix build error with WHOLEARCHIVE option
2017-08-21 8:44 UTC
[PATCH V3 0/3] Add HII Popup Protocol
2017-08-21 8:33 UTC (4+ messages)
` [PATCH V3 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions
` [PATCH V3 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
` [PATCH V3 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol
can the DNS driver relays the request?
2017-08-21 5:27 UTC (3+ messages)
ReadBlock
2017-08-21 4:57 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox