public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2020-02-22 17:00:50 to 2020-02-26 19:05:29 UTC [more...]

[PATCH v3 0/9] ArmVirtPkg: implement measured boot for ArmVirtQemu
 2020-02-26 19:05 UTC  (8+ messages)
` [PATCH v3 1/9] OvmfPkg/Tcg2ConfigPei: introduce a signalling PPI to depex on
` [PATCH v3 2/9] ArmVirtPkg/PlatformPeiLib: make PcdLib dependency explicit in .INF
` [PATCH v3 3/9] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT
` [PATCH v3 4/9] ArmVirtPkg: implement ArmVirtPsciResetSystemPeiLib
` [PATCH v3 5/9] ArmVirtPkg/ArmVirtQemu: add ResetSystem PEIM for upcoming TPM2 support
` [PATCH v3 6/9] ArmVirtPkg/ArmVirtQemu: enable TPM2 support in the PEI phase
` [PATCH v3 7/9] ArmVirtPkg/ArmVirtQemu: enable the DXE phase TPM2 support module

[PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
 2020-02-26 17:51 UTC  (25+ messages)
` [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function
        ` [edk2-devel] "
` [PATCH 2/2] UefiCpuPkg: MpInitLib: Exclude code no pertinent to AMD processors
` [edk2-devel] [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib

[PATCH edk2-stable202002] OvmfPkg/QemuVideoDxe: unbreak "secondary-vga" and "bochs-display" support
 2020-02-26 16:51 UTC  (9+ messages)
  ` [edk2-devel] "

[PATCH v2 00/13] OvmfPkg: Support booting from Fusion-MPT SCSI controllers
 2020-02-26 16:41 UTC  (14+ messages)
` [PATCH v2 01/13] OvmfPkg/MptScsiDxe: Create empty driver
` [PATCH v2 02/13] OvmfPkg/MptScsiDxe: Install DriverBinding Protocol
` [PATCH v2 03/13] OvmfPkg/MptScsiDxe: Report name of driver
` [PATCH v2 04/13] OvmfPkg/MptScsiDxe: Probe PCI devices and look for MptScsi
` [PATCH v2 05/13] OvmfPkg/MptScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
` [PATCH v2 06/13] OvmfPkg/MptScsiDxe: Report one Target and one LUN
` [PATCH v2 07/13] OvmfPkg/MptScsiDxe: Build DevicePath for discovered devices
` [PATCH v2 08/13] OvmfPkg/MptScsiDxe: Implement GetTargetLun
` [PATCH v2 09/13] OvmfPkg/MptScsiDxe: Open PciIo protocol for later use
` [PATCH v2 10/13] OvmfPkg/MptScsiDxe: Set and restore PCI attributes
` [PATCH v2 11/13] OvmfPkg/MptScsiDxe: Initialize hardware
` [PATCH v2 12/13] OvmfPkg/MptScsiDxe: Implement the PassThru method
` [PATCH v2 13/13] OvmfPkg/MptScsiDxe: Report multiple targets

[edk2-platforms] [PATCH 0/2] Add VS2017 Support
 2020-02-26 16:26 UTC  (6+ messages)
` [edk2-platforms] [PATCH 1/2] CoffeelakeSiliconPkg: Add Missing GUID
    ` [edk2-devel] "
` [edk2-platforms] [PATCH 2/2] CoffeelakeSiliconPkg: Add Missing Library
  ` [edk2-devel] "

[PATCH v4 0/5] Ovmf: enable TPM 1.2
 2020-02-26 15:24 UTC  (6+ messages)
` [PATCH v4 1/5] OvmfPkg: rename TPM2 config prefix to TPM
` [PATCH v4 2/5] OvmfPkg: detect TPM 1.2 in Tcg2ConfigPei
` [PATCH v4 3/5] OvmfPkg: include TcgPei module
` [PATCH v4 4/5] OvmfPkg: include TcgDxe module
` [PATCH v4 5/5] OvmfPkg: plug DxeTpmMeasureBootLib into SecurityStubDxe

[PATCH v3 0/6] Ovmf: enable TPM 1.2
 2020-02-26 14:29 UTC  (16+ messages)
` [PATCH v3 1/6] OvmfPkg: rename TPM2 config prefix to TPM
` [PATCH v3 2/6] OvmfPkg: detect TPM 1.2 in Tcg2ConfigPei
` [PATCH v3 3/6] OvmfPkg: include TcgPei module
` [PATCH v3 4/6] OvmfPkg: include TcgDxe module
` [PATCH v3 5/6] OvmfPkg: plug DxeTpmMeasureBootLib into SecurityStubDxe
` [PATCH v3 6/6] OvmfPkg: add TCG Configuration menu to the Device Manager menu
    ` [edk2-devel] "

[PATCH 0/3] ArmPkg/ArmLib: ASSERT() on misuse of set/way ops
 2020-02-26 13:14 UTC  (4+ messages)
` [PATCH 1/3] ArmPkg/ArmLib: clean up library includes
` [PATCH 2/3] ArmPkg/ArmLib: remove bogus protocol declaration
` [PATCH 3/3] ArmPkg/ArmLib: ASSERT on set/way cache ops being used with MMU on

[PATCH edk2-platforms 1/1] Silicon/SynQuacer/NetsecDxe: add missing GUID reference
 2020-02-26 13:05 UTC 

[PATCH 1/1] ArmPkg/MmCommunicationDxe: fix logic bug in DXE driver entrypoint
 2020-02-26 12:41 UTC 

[PATCH v2 1/1] EmbeddedPkg: Fixed Asserts in SCT Runtime Services test
 2020-02-26 12:35 UTC  (2+ messages)

[edk2-staging/RISC-V-V2 PATCH v1 0/2] Fix MdeModulePkg and MdePkg
 2020-02-26 12:00 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v2 0/5] ArmVirtPkg: implement measured boot for ArmVirtQemu
 2020-02-26 10:50 UTC  (18+ messages)
` [PATCH v2 1/5] OvmfPkg/Tcg2ConfigPei: introduce a signalling PPI to depex on
` [PATCH v2 2/5] ArmVirtPkg/PlatformPeiLib: make PcdLib dependency explicit in .INF
  ` [edk2-devel] "
` [PATCH v2 3/5] ArmVirtPkg/PlatformPeiLib: discover the TPM base address from the DT
  ` [edk2-devel] "
` [PATCH v2 4/5] ArmVirtPkg: implement ArmVirtPsciResetSystemPeiLib
  ` [edk2-devel] "
` [PATCH v2 5/5] ArmVirtPkg/ArmVirtQemu: add optional support for TPM2 measured boot
  ` [edk2-devel] "
` [edk2-devel] [PATCH v2 0/5] ArmVirtPkg: implement measured boot for ArmVirtQemu

[PATCH 0/6] ArmPkg: eradicate and deprecate by set/way cache ops
 2020-02-26 10:37 UTC  (9+ messages)
` [PATCH 1/6] ArmPkg/ArmMmuLib ARM: remove dummy constructor
` [PATCH 2/6] ArmPkg/ArmMmuLib ARM: split ArmMmuLibCore.c into core and update code
` [PATCH 3/6] ArmPkg/ArmMmuLib ARM: cache-invalidate initial page table entries
` [PATCH 4/6] ArmPkg/ArmMmuLib AARCH64: "
` [PATCH 5/6] ArmPkg/ArmLib: move set/way helper functions into private header
` [PATCH 6/6] ArmPkg/ArmLib: deprecate set/way cache maintenance routines

A problem with live migration of UEFI virtual machines
 2020-02-26  9:42 UTC  (8+ messages)
    ` [edk2-devel] "

[PATCH 1/1] ArmPlatformPkg/PrePi: replace set/way cache ops with by-VA ones
 2020-02-26  6:57 UTC  (6+ messages)
` [edk2-devel] "

[PATCH] acpi/iort: check output reference for the real used mapping
 2020-02-26  3:42 UTC  (3+ messages)

[Patch] IntelSiliconPkg: Declare zero array explicitly to avoid compiler error
 2020-02-26  2:33 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] CryptoPkg: Check the type is data and Support other OID types
 2020-02-26  2:23 UTC 

[PATCH v3 1/1] MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test
 2020-02-26  1:54 UTC  (2+ messages)

[PATCH v2 0/6] OvmfPkg: implement initrd shell command and mixed mode loader
 2020-02-26  1:25 UTC  (14+ messages)
` [PATCH v2 1/6] OvmfPkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
  ` [edk2-devel] "
` [PATCH v2 2/6] OvmfPkg: add 'initrd' shell command to expose Linux initrd via device path
  ` [edk2-devel] "
` [PATCH v2 3/6] ArmVirtPkg: add the 'initrd' dynamic shell command
  ` [edk2-devel] "
` [PATCH v2 4/6] OvmfPkg: "
  ` [edk2-devel] "
` [PATCH v2 5/6] MdeModulePkg/DxeCore: defer PE/COFF emulator registration to StartImage
` [PATCH v2 6/6] OvmfPkg IA32: add support for loading X64 images
  ` [edk2-devel] "

[PATCHv2 0/1] MdeModulePkg/SdMmcPciHcDxe: Increase driver reliability
 2020-02-26  0:50 UTC  (3+ messages)
` [PATCHv2 1/1] MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequency
  ` [edk2-devel] "

[edk2-platforms] [PATCH v4 0/4] Add Initial Support for UP Xtreme
 2020-02-26  0:28 UTC  (5+ messages)
` [edk2-platforms] [PATCH v4 1/4] WhiskeylakeOpenBoardPkg/WhiskeylakeURvp: Remove BoardFuncInit
` [edk2-platforms] [PATCH v4 2/4] WhiskeylakeOpenBoardPkg: Add UpXtreme board ID
` [edk2-platforms] [PATCH v4 3/4] WhiskeylakeOpenBoardPkg/UpXtreme: Add Includes and Libraries
` [edk2-platforms] [PATCH v4 4/4] WhiskeylakeOpenBoardPkg/UpXtreme: Add DSC and build files

[PATCH 0/3] Allow building MdeModulePkg on non-x86
 2020-02-25 11:48 UTC  (5+ messages)
` [PATCH 1/3] MdeModulePkg: Restrict libraries using SMM to x86
  ` [edk2-devel] "
` [PATCH 3/3] MdeModulePkg: Use CopyGuid instead of GUID assignment

[PATCH] EmulatorPkg/WinHost: Debug CpuBreakPoint
 2020-02-25 10:41 UTC 

[edk2-platforms][PATCH 1/1] Platform/RPi4/Acpi: Use "rgmii-rxid" phy-mode for Genet
 2020-02-25 10:39 UTC  (2+ messages)

[edk2-devel] [PATCH] acpi/iort: check output reference for the real used mapping
 2020-02-25  9:13 UTC 

[edk2-platforms: PATCH] MinPlatformPkg/PeiReportFvLib: Install FvFspT in PeiReportFvLib
 2020-02-25  7:20 UTC  (3+ messages)

[PATCH] CryptoPkg: ECC issue
 2020-02-25  1:53 UTC 

[PATCH] UefiCpuPkg: ECC issue
 2020-02-25  1:32 UTC 

[PATCH 00/16] OvmfPkg: support VCPU hotplug with -D SMM_REQUIRE
 2020-02-24 16:31 UTC  (19+ messages)
` [PATCH 01/16] MdeModulePkg/PiSmmCore: log SMM image start failure
` [PATCH 02/16] UefiCpuPkg/PiSmmCpuDxeSmm: fix S3 Resume for CPU hotplug
` [PATCH 03/16] OvmfPkg: clone SmmCpuPlatformHookLib from UefiCpuPkg
` [PATCH 04/16] OvmfPkg: enable SMM Monarch Election in PiSmmCpuDxeSmm
` [PATCH 05/16] OvmfPkg: enable CPU hotplug support "
` [PATCH 06/16] OvmfPkg/CpuHotplugSmm: introduce skeleton for CPU Hotplug SMM driver
` [PATCH 07/16] OvmfPkg/CpuHotplugSmm: add hotplug register block helper functions
` [PATCH 08/16] OvmfPkg/CpuHotplugSmm: define the QEMU_CPUHP_CMD_GET_ARCH_ID macro
` [PATCH 09/16] OvmfPkg/CpuHotplugSmm: add function for collecting CPUs with events
` [PATCH 10/16] OvmfPkg/CpuHotplugSmm: collect "
` [PATCH 11/16] OvmfPkg/CpuHotplugSmm: introduce Post-SMM Pen for hot-added CPUs
` [PATCH 12/16] OvmfPkg/CpuHotplugSmm: introduce First SMI Handler "
  ` [edk2-devel] "
` [PATCH 13/16] OvmfPkg/CpuHotplugSmm: complete root MMI handler for CPU hotplug
` [PATCH 14/16] OvmfPkg: clone CpuS3DataDxe from UefiCpuPkg
` [PATCH 15/16] OvmfPkg/CpuS3DataDxe: superficial cleanups
` [PATCH 16/16] OvmfPkg/CpuS3DataDxe: enable S3 resume after CPU hotplug

[edk2-stable202002][edk2-devel] [PATCH v2 1/1] MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test
 2020-02-24 12:50 UTC  (5+ messages)
` [EXT] "

[PATCH 0/1] MdeModulePkg/SdMmcPciHcDxe: Increase driver reliability
 2020-02-24 10:10 UTC  (4+ messages)
` [PATCH 1/1] MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequency


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