public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-03-07 13:13:17 to 2018-03-11 01:45:34 UTC [more...]

[PATCH 00/45] ArmVirtPkg, OvmfPkg: list module-internal headers in INF files
 2018-03-11  1:49 UTC  (46+ messages)
` [PATCH 01/45] ArmVirtPkg/PlatformBootManagerLib: list "PlatformBm.h" in INF file
` [PATCH 02/45] ArmVirtPkg/ArmVirtPrePiUniCoreRelocatable: sort [Sources*] sections in INF
` [PATCH 03/45] ArmVirtPkg/ArmVirtPrePiUniCoreRelocatable: list "PrePi.h" in INF file
` [PATCH 04/45] OvmfPkg/AcpiPlatformDxe: sort [Sources*] sections in the INF files
` [PATCH 05/45] OvmfPkg/AcpiPlatformDxe: list "AcpiPlatform.h" "
` [PATCH 06/45] OvmfPkg/AcpiPlatformDxe: don't #include "QemuLoader.h" in "Qemu.c"
` [PATCH 07/45] OvmfPkg/AcpiPlatformDxe: list "QemuLoader.h" in the INF files
` [PATCH 08/45] OvmfPkg/BlockMmioToBlockIoDxe: list "BlockIo.h" in the INF file
` [PATCH 09/45] OvmfPkg/CsmSupportLib: sort [Sources*] sections "
` [PATCH 10/45] OvmfPkg/CsmSupportLib: list "CsmSupportLib.h" "
` [PATCH 11/45] OvmfPkg/CsmSupportLib: list "LegacyInterrupt.h" "
` [PATCH 12/45] OvmfPkg/CsmSupportLib: list "LegacyPlatform.h" "
` [PATCH 13/45] OvmfPkg/CsmSupportLib: list "LegacyRegion.h" "
` [PATCH 14/45] OvmfPkg/EmuVariableFvbRuntimeDxe: list "Fvb.h" "
` [PATCH 15/45] OvmfPkg/IoMmuDxe: list "AmdSevIoMmu.h" "
` [PATCH 16/45] OvmfPkg/AcpiTimerLib: list "AcpiTimerLib.h" in the INF files
` [PATCH 17/45] OvmfPkg/BaseMemEncryptSevLib: list "X64/VirtualMemory.h" in the INF file
` [PATCH 18/45] OvmfPkg/LoadLinuxLib: list "LoadLinuxLib.h" "
` [PATCH 19/45] OvmfPkg/LockBoxLib: list "LockBoxLib.h" in the INF files
` [PATCH 20/45] OvmfPkg/NvVarsFileLib: list "NvVarsFileLib.h" in the INF file
` [PATCH 21/45] OvmfPkg/PlatformDebugLibIoPort: list "DebugLibDetect.h" in the INF files
` [PATCH 22/45] OvmfPkg/QemuBootOrderLib: sort [Sources*] sections in the INF file
` [PATCH 23/45] OvmfPkg/QemuBootOrderLib: list "ExtraRootBusMap.h" "
` [PATCH 24/45] OvmfPkg/SerializeVariablesLib: list "SerializeVariablesLib.h" in "
` [PATCH 25/45] OvmfPkg/VirtioMmioDeviceLib: list "VirtioMmioDevice.h" in the "
` [PATCH 26/45] OvmfPkg/VirtioMmioDeviceLib: improve style of mMmioDeviceProtocolTemplate
` [PATCH 27/45] OvmfPkg/PlatformDxe: list "Platform.h" in the INF file
` [PATCH 28/45] OvmfPkg/PlatformDxe: list "PlatformConfig.h" "
` [PATCH 29/45] OvmfPkg/PlatformPei: list "Cmos.h" "
` [PATCH 30/45] OvmfPkg/PlatformPei: list "Platform.h" "
` [PATCH 31/45] OvmfPkg/PlatformPei: list "Xen.h" "
` [PATCH 32/45] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: list "FwBlockService.h" in INFs
` [PATCH 33/45] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: list "QemuFlash.h" in INF files
` [PATCH 34/45] OvmfPkg/QemuVideoDxe: sort [Sources*] sections in the INF file
` [PATCH 35/45] OvmfPkg/QemuVideoDxe: list "Qemu.h" "
` [PATCH 36/45] OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" "
` [PATCH 37/45] OvmfPkg/QemuVideoDxe: list "VbeShim.h" "
` [PATCH 38/45] OvmfPkg/Virtio10Dxe: list "Virtio10.h" "
` [PATCH 39/45] OvmfPkg/VirtioBlkDxe: list "VirtioBlk.h" "
` [PATCH 40/45] OvmfPkg/VirtioNetDxe: list "VirtioNet.h" "
` [PATCH 41/45] OvmfPkg/VirtioPciDeviceDxe: list "VirtioPciDevice.h" "
` [PATCH 42/45] OvmfPkg/VirtioRngDxe: list "VirtioRng.h" "
` [PATCH 43/45] OvmfPkg/VirtioScsiDxe: list "VirtioScsi.h" "
` [PATCH 44/45] OvmfPkg/XenPvBlkDxe: sort [Sources*] sections "
` [PATCH 45/45] OvmfPkg/XenPvBlkDxe: list "DriverBinding.h" "

[PATCH] edksetup.sh: Update help section regarding positional
 2018-03-10 16:11 UTC 

[PATCH 0/2] OvmfPkg, SecurityPkg: small followup patches after the TPM2 addition to OVMF
 2018-03-10 15:34 UTC  (6+ messages)
` [PATCH 1/2] OvmfPkg/Tcg2ConfigPei: trivial coding style updates
` [PATCH 2/2] SecurityPkg/TcgPei: drop PeiReadOnlyVariable from Depex

[PATCH v3 1/1] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Clear C-bit when SEV is active
 2018-03-09 21:04 UTC  (2+ messages)

[PATCH v3 0/7] ovmf: preliminary TPM2 support
 2018-03-09 18:38 UTC  (15+ messages)
` [PATCH v3 1/7] SecurityPkg/Tcg2Pei: drop PeiReadOnlyVariable from Depex
` [PATCH v3 2/7] MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typo
` [PATCH v3 3/7] OvmfPkg: simplify SecurityStubDxe.inf inclusion
` [PATCH v3 4/7] OvmfPkg: add customized Tcg2ConfigPei clone
` [PATCH v3 5/7] OvmfPkg: include Tcg2Pei module
` [PATCH v3 6/7] OvmfPkg: include Tcg2Dxe module
` [PATCH v3 7/7] OvmfPkg: plug DxeTpm2MeasureBootLib into SecurityStubDxe

[RFC] Add Platform Include path in modules
 2018-03-09 17:29 UTC  (9+ messages)

[PATCH v2 0/8] RFC: ovmf: preliminary TPM2 support
 2018-03-09 15:05 UTC  (35+ messages)
` [PATCH v2 1/8] SecurityPkg: also clear HashInterfaceHob.SupportedHashMask
` [PATCH v2 2/8] SecurityPkg/Tcg2Pei: drop PeiReadOnlyVariable from Depex
` [PATCH v2 3/8] MdeModulePkg: fix REGISITER -> REGISTER
` [PATCH v2 4/8] ovmf: simplify SecurityStubDxe.inf inclusion
` [PATCH v2 5/8] ovmf: add OvmfPkg Tcg2ConfigPei module
` [PATCH v2 6/8] ovmf: link with Tcg2Pei module
` [PATCH v2 7/8] ovmf: link with Tcg2Dxe module
` [PATCH v2 8/8] ovmf: add DxeTpm2MeasureBootLib

[PATCH v1 0/1] BaseTools: remove unused variable
 2018-03-09  9:38 UTC  (3+ messages)
` [PATCH v1 1/1] BaseTools: GlobalData "

[PATCH] BaseTools: Fix parse OFFSET_OF get wrong offset
 2018-03-09  9:11 UTC  (2+ messages)

[Patch] BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate
 2018-03-09  8:22 UTC  (2+ messages)

Non-EDK Dependent NVME driver possible?
 2018-03-09  7:57 UTC  (2+ messages)

ShellPkg: reconnect command resulted in hang
 2018-03-09  6:06 UTC  (6+ messages)

[Patch V2] BaseTools: Update --pcd parser to support flexible pcd format
 2018-03-09  5:18 UTC  (2+ messages)

[PATCH 1/1] IntelSiliconPkg/Vtd: Add missing dump in ExtContext
 2018-03-09  4:23 UTC 

EmulatorPkg Timezone
 2018-03-09  2:57 UTC 

[Patch] BaseTools: Fixed Pcd from command line issue
 2018-03-09  2:09 UTC  (2+ messages)

[PATCH 1/5] MdePkg/SPI: Change function definitions to match their descriptions
 2018-03-09  1:54 UTC  (4+ messages)

[PATCH edk2-platforms] Silicon/SynQuacer: add PPTT ACPI table to describe cache topology
 2018-03-08 22:56 UTC  (8+ messages)

RFC: Proposal to halt automatic builds of Windows BaseTools executables
 2018-03-08 22:19 UTC  (8+ messages)

[PATCH edk2-platforms] Silicon/AMD/Styx: add PPTT ACPI table
 2018-03-08 17:03 UTC 

How to test name resolution under UEFI shell?
 2018-03-08 15:46 UTC  (2+ messages)

[PATCH edk2-platforms] Silicon/SynQuacer; add cache topology information to device tree
 2018-03-08 15:21 UTC 

[PATCH V2] IntelSiliconPkg/Vtd: Add DMA_CTRL_PLATFORM_OPT_IN_FLAG dump
 2018-03-08 13:37 UTC 

[PATCH v2 edk-platforms 0/4] enable virtual keyboards on hikey
 2018-03-08 13:35 UTC  (5+ messages)
` [PATCH v2 edk-platforms 1/4] Platform/Hisilicon/HiKey960: add gpio platform driver
` [PATCH v2 edk-platforms 2/4] Platform/Hisilicon/HiKey960: enable virtual keyboard
` [PATCH v2 edk-platforms 3/4] Platform/Hisilicon/HiKey: add gpio platform driver
` [PATCH v2 edk-platforms 4/4] Platform/Hisilicon/HiKey: enable virtual keyboard

[PATCH v2 0/1] add virtual keyboard driver
 2018-03-08 13:34 UTC  (2+ messages)
` [PATCH v2 1/1] EmbeddedPkg/Drivers: "

[platform][PATCH 0/4] enable virtual keyboard
 2018-03-08 13:33 UTC 

[PATCH v2 edk-platforms 4/4] Platform/Hisilicon/HiKey: enable virtual keyboard
 2018-03-08 13:30 UTC 

[PATCH v2 edk-platforms 3/4] Platform/Hisilicon/HiKey: add gpio platform driver
 2018-03-08 13:30 UTC 

[PATCH v2 edk-platforms 2/4] Platform/Hisilicon/HiKey960: enable virtual keyboard
 2018-03-08 13:30 UTC 

[PATCH v2 edk-platforms 1/4] Platform/Hisilicon/HiKey960: add gpio platform driver
 2018-03-08 13:29 UTC 

[PATCH v2 edk-platforms 0/4] enable virtual keyboards on hikey
 2018-03-08 13:29 UTC 

[PATCH v2 1/1] EmbeddedPkg/Drivers: add virtual keyboard driver
 2018-03-08 13:28 UTC 

[PATCH v2 0/1] add virtual keyboard driver
 2018-03-08 13:27 UTC 

[PATCH V2 0/7] OpalPassword: New solution without SMM device code
 2018-03-08 11:48 UTC  (6+ messages)
` [PATCH V2 4/7] SecurityPkg OpalPassword: Add "
` [PATCH V2 6/7] SecurityPkg OpalPasswordSupportLib: Remove it
` [PATCH V2 7/7] SecurityPkg OpalPasswordExtraInfoVariable.h: "

[PATCH V2] IntelSiliconPkg/Vtd: Add MapHandleInfo in VtdDxe
 2018-03-08 11:42 UTC 

HELP: Qemu not able to load Duet image
 2018-03-08  9:48 UTC  (2+ messages)

[PATCH 0/4] Virtio non-discoverable devices
 2018-03-08  8:29 UTC  (5+ messages)

[BugFix] ShellPkg: UefiShellLevel1CommandLib: Fix a logic issue about "if /i"
 2018-03-08  8:07 UTC 

[Patch] BaseTools: Fixed Pcd from command line issue
 2018-03-08  3:27 UTC 

[PATCH v4] ShellPkg: Add acpiview tool to dump ACPI tables
 2018-03-08  3:05 UTC  (8+ messages)

[Patch] BaseTools: Update --pcd parser to support flexible pcd format
 2018-03-08  2:56 UTC 

[PATCH 1/1] MdeModulePkg/UefiBootManagerLib: limit recursive call depth
 2018-03-08  2:53 UTC  (4+ messages)

[Patch] BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate
 2018-03-08  1:52 UTC  (2+ messages)

[PATCH 1/3] Hisilicon/D0x: Set ACPI GTDT always-on flag
 2018-03-08  1:15 UTC  (6+ messages)
` [PATCH 3/3] Hisilicon/D05: Support SBSA watchdog

Help: Duet not load properly on Qemu Win64 or Bochs
 2018-03-08  1:05 UTC 

[Patch v2] EmbeddedPkg: Correct the way of handling sections with a large size
 2018-03-08  0:55 UTC 

[PATCH] BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSX
 2018-03-07 21:46 UTC  (5+ messages)

[PATCH v2 1/1] SecurityPkg: fix ZeroMem HashInterfaceHob
 2018-03-07 20:55 UTC  (5+ messages)

[PATCH 1/1] RFC: SecurityPkg: only clear HashInterface informations
 2018-03-07 20:50 UTC  (5+ messages)

[PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8
 2018-03-07 20:26 UTC  (6+ messages)

[PATCH 1/2] Hisilicon/D0x: fix tftp command init failure
 2018-03-07 16:02 UTC  (3+ messages)
` [PATCH 2/2] Hisilicon/D0x: Enable tftp command by default

[Patch] EmbeddedPkg: Correct the way of handling sections with a large size
 2018-03-07 15:58 UTC  (2+ messages)

[PATCH v1] Platform/ARM/VExpressPkg: Fix RSDT pointer in RSDP
 2018-03-07 15:55 UTC  (2+ messages)

[PATCH 0/7] OpalPassword: New solution without SMM device code
 2018-03-07 13:21 UTC  (4+ messages)
` [PATCH 4/7] SecurityPkg OpalPassword: Add "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox