public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2022-02-11 08:44:01 to 2022-02-20 17:49:44 UTC [more...]

[PATCH] UefiPayloadPkg: Make Boot Manager Key configurable
 2022-02-20 17:49 UTC 

[PATCH V3 0/8] Introduce TDVF Config-B (basic) in OvmfPkg
 2022-02-20  2:33 UTC  (9+ messages)
` [PATCH V3 1/8] OvmfPkg: Add TdxWorkArea definition
` [PATCH V3 2/8] OvmfPkg: Add PrePiHobListPointerLibTdx
` [PATCH V3 3/8] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings
` [PATCH V3 4/8] OvmfPkg: Add TdxStartupLib
` [PATCH V3 5/8] OvmfPkg/IntelTdx: Add Sec to bring up both Legacy and Tdx guest
` [PATCH V3 6/8] OvmfPkg: Update TdxDxe to set TDX PCDs
` [PATCH V3 7/8] OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHob
` [PATCH V3 8/8] OvmfPkg: Introduce IntelTdxX64 for TDVF Config-B

[PATCH V6 00/42] Enable Intel TDX in OvmfPkg (Config-A)
 2022-02-19 11:56 UTC  (40+ messages)
` [PATCH V6 01/42] MdePkg: Add Tdx.h
` [PATCH V6 02/42] MdePkg: Introduce basic Tdx functions in BaseLib
` [PATCH V6 03/42] MdePkg: Add TdxLib to wrap Tdx operations
` [PATCH V6 04/42] UefiCpuPkg: Extend VmgExitLibNull to handle #VE exception
` [PATCH V6 05/42] OvmfPkg: Extend VmgExitLib "
` [PATCH V6 06/42] UefiCpuPkg/CpuExceptionHandler: Add base support for the "
` [PATCH V6 07/42] MdePkg: Add helper functions for Tdx guest in BaseIoLibIntrinsic
` [PATCH V6 08/42] MdePkg: Support mmio "
` [PATCH V6 09/42] MdePkg: Support IoFifo "
` [PATCH V6 10/42] MdePkg: Support IoRead/IoWrite "
` [PATCH V6 11/42] UefiCpuPkg: Support TDX in BaseXApicX2ApicLib
` [PATCH V6 12/42] MdePkg: Add macro to check SEV / TDX guest
` [PATCH V6 13/42] UefiCpuPkg: Enable Tdx support in MpInitLib
` [PATCH V6 14/42] OvmfPkg: Add IntelTdx.h in OvmfPkg/Include/IndustryStandard
` [PATCH V6 15/42] OvmfPkg: Add TdxMailboxLib
` [PATCH V6 16/42] MdePkg: Add EFI_RESOURCE_ATTRIBUTE_ENCRYPTED in PiHob.h
` [PATCH V6 17/42] OvmfPkg: Create initial version of PlatformInitLib
` [PATCH V6 18/42] OvmfPkg/PlatformPei: Update Cmos functions with PlatformInitLib
` [PATCH V6 19/42] OvmfPkg/PlatformInitLib: Add hob functions
` [PATCH V6 20/42] OvmfPkg/PlatformPei: Update hob functions PlatformInitLib
` [PATCH V6 21/42] OvmfPkg/PlatformInitLib: Add memory functions
` [PATCH V6 22/42] OvmfPkg/PlatformPei: Update memory functions with PlatformInitLib
` [PATCH V6 23/42] OvmfPkg/PlatformInitLib: Add platform functions
` [PATCH V6 25/42] OvmfPkg: Update PlatformInitLib to process Tdx hoblist
` [PATCH V6 26/42] OvmfPkg: Add null instance of PlatformInitLib
` [PATCH V6 27/42] OvmfPkg/Sec: Declare local variable as volatile in SecCoreStartupWithStack
` [PATCH V6 28/42] OvmfPkg: Update Sec to support Tdx
` [PATCH V6 29/42] OvmfPkg: Check Tdx in QemuFwCfgPei to avoid DMA operation
` [PATCH V6 30/42] MdeModulePkg: EFER should not be changed in TDX
` [PATCH V6 31/42] MdeModulePkg: Add PcdTdxSharedBitMask
` [PATCH V6 32/42] UefiCpuPkg: Update AddressEncMask in CpuPageTable
` [PATCH V6 33/42] OvmfPkg: Update PlatformInitLib for Tdx guest to publish ram regions
` [PATCH V6 34/42] OvmfPkg: Update PlatformPei to support Tdx guest
` [PATCH V6 35/42] OvmfPkg: Update AcpiPlatformDxe to alter MADT table
` [PATCH V6 36/42] OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
` [PATCH V6 37/42] OvmfPkg: Add TdxDxe driver
` [PATCH V6 38/42] OvmfPkg/QemuFwCfgLib: Support Tdx in QemuFwCfgDxe
` [PATCH V6 39/42] OvmfPkg: Update IoMmuDxe to support TDX
` [PATCH V6 40/42] OvmfPkg: Rename XenTimerDxe to LocalApicTimerDxe

[PATCH v5 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
 2022-02-18 15:50 UTC  (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field

[PATCH 2/2] UefiPayloadPkg: Hookup SD/MMC timeout
 2022-02-18 14:56 UTC  (2+ messages)

[PATCH 1/2] MdeModulePkg/SdMmcPciHcDxe: Make timeout for SD card configurable
 2022-02-18 14:45 UTC  (3+ messages)
` [PATCH 2/2] UefiPayloadPkg: Hookup SD Card timeout

[PATCH v2 1/1] UefiCpuPkg: Extend SMM CPU Service with rendezvous support
 2022-02-18 12:20 UTC 

[PATCH] MdeModulePkg/Usb/Keyboard.c: Don't request protocol before setting
 2022-02-18  7:29 UTC 

[edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure
 2022-02-18  3:59 UTC 

[PATCH 0/2] Reduce the ASSERT patch to save the binary size
 2022-02-18  3:33 UTC  (4+ messages)
` [PATCH 1/2] BaseTools/Conf: "
` [PATCH 2/2] MdePkg/Include: Define new DEBUG_FILE to specify path
` [edk2-devel] [PATCH 0/2] Reduce the ASSERT patch to save the binary size

[edk2-platforms: PATCH] MinPlatformPkg/SaveMemoryConfig: Fix GCC build failure
 2022-02-18  3:01 UTC  (2+ messages)

PcdDebugPropertyMask in DSC: How to I set different values for PEI and DXE?
 2022-02-18  2:49 UTC  (9+ messages)
` [edk2-devel] "

[PATCH 13/18] MdeModulePkg/Usb/Keyboard.c: don't request protocol before setting
 2022-02-18  2:17 UTC  (8+ messages)
      ` [edk2-devel] "
` [PATCH 14/18] UefiPayloadPkg: Add RNG support
` [PATCH 15/18] UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection

[PATCH] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal
 2022-02-18  2:16 UTC  (2+ messages)
` [edk2-devel] "

[PATCH 1/2] SdMmcPciDxe: Make timeout for SD card configurable
 2022-02-18  2:16 UTC  (3+ messages)
` [PATCH 2/2] UefiPayloadPkg: Hookup SD Card timeout
` [edk2-devel] [PATCH 1/2] SdMmcPciDxe: Make timeout for SD card configurable

[edk2-devel] [PATCH] NetworkPkg: Fix incorrect unicode string of the AKM/Cipher Suite
 2022-02-18  1:45 UTC 

[edk2-platforms: PATCH v4] MinPlatformPkg/SaveMemoryConfig: Variable may not be locked
 2022-02-18  1:40 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v3 0/2] EDK2 Code First: PI Specification: Expand PI Status Codes
 2022-02-17 18:50 UTC  (2+ messages)

[PATCH 1/2] UefiPayloadPkg: Add i801 SMBus controller DXE
 2022-02-17 18:24 UTC  (3+ messages)
` [PATCH 2/2] UefipayloadPkg: Add SmbusConfigLoaderDxe
` [edk2-devel] [PATCH 1/2] UefiPayloadPkg: Add i801 SMBus controller DXE

[PATCH] UefiPayloadPkg: Add RNG support
 2022-02-17 18:00 UTC 

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, February 18, 2022 #cal-cancelled
 2022-02-17 15:39 UTC 

[PATCH v1 1/2] UefiCpuPkg: Extend SMM CPU Service with rendezvous support
 2022-02-17 14:24 UTC  (7+ messages)
` [edk2-devel] "

[PATCH v2 1/1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib
 2022-02-17 12:04 UTC 

[PATCH V5 00/33] Enable Intel TDX in OvmfPkg (Config-A)
 2022-02-17  8:43 UTC  (4+ messages)
` [PATCH V5 25/33] OvmfPkg: Update PlatformPei to support Tdx guest

[PATCH v1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib
 2022-02-17  5:28 UTC  (6+ messages)

[PATCH 1/1] OvmfPkg/AmdSev: reserve snp pages
 2022-02-17  5:13 UTC  (3+ messages)
  ` 回复: [edk2-devel] "

[edk2-platform][PATCH] UefiPayloadPkg: Fix PciHostBridgeLib
 2022-02-17  4:26 UTC  (2+ messages)

[edk2-platforms: PATCH v3] MinPlatformPkg/SaveMemoryConfig: Variable may not be locked
 2022-02-17  1:00 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel][PATCH] UefiPayloadPkg: Fix PciHostBridgeLib
 2022-02-16 23:45 UTC  (2+ messages)

Another regression with SEV resulting in VM reset loop
 2022-02-16 18:36 UTC  (2+ messages)
` [edk2-devel] "

[edk2-non-osi][PATCH 1/1] Drivers/Realtek: Including Realtek driver to enable network support
 2022-02-16 15:37 UTC 

Recall: [PATCH v1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib
 2022-02-16  8:34 UTC 

[PATCH 1/1] OvmfPkg/FvbServicesSmm: use the VmgExitLibNull
 2022-02-16  7:00 UTC  (7+ messages)
  ` [edk2-devel] "
    ` 回复: "

[PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial FreeBuffer
 2022-02-16  6:52 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] UefiPayloadPkg: Add PlatformGopPolicy
 2022-02-16  6:47 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] ShellPkg: Fix Ping GetTimerPeriod API failure
 2022-02-16  6:34 UTC  (3+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 02/15/2022 #cal-reminder
 2022-02-16  2:15 UTC 

[edk2-devel] Updated Event: TianoCore edk2-test Bug Triage Meeting #cal-invite
 2022-02-16  1:20 UTC 

[edk2-devel] Cancelled Event: TianoCore edk2-test Bug Triage Meeting - Thursday, February 24, 2022 #cal-cancelled
 2022-02-16  1:19 UTC 

AArch64 CommonCExceptionHandler() and EFI_SYSTEM_CONTEXT
 2022-02-16  0:27 UTC 

[edk2-devel][edk2-platforms][PATCH V1 1/1] BeepDebugFeaturePkg: Enable FixedAtBuild PCD type
 2022-02-15 22:14 UTC  (3+ messages)

[PATCH v2 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5
 2022-02-15 10:20 UTC  (5+ messages)
` [edk2-devel] "
    ` 回复: "

[PATCH v3] MdePkg/Include: Add ARM specific definitions for CPER
 2022-02-15  9:57 UTC 

Please comment on the XhciDxe driver and UsbMassStorageDxe driver optimization suggestions
 2022-02-15  8:07 UTC  (2+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 02/15/2022 #cal-reminder
 2022-02-15  7:29 UTC  (2+ messages)
` 回复: "

[PATCH v2] IntelSiliconPkg/VTd: Fix to support IntelVTdDmarPei in 64bit
 2022-02-15  7:06 UTC  (4+ messages)

回复: [edk2-devel] [PATCH] BaseTools: Catch the exception in build.py
 2022-02-15  6:01 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] BaseTools: Fix error leg in DscBuildData.py
 2022-02-15  5:32 UTC  (3+ messages)
` [edk2-devel] "
  ` 回复: "

[PATCH] Updating brotli submodules to build with GCC 11
 2022-02-15  3:13 UTC  (4+ messages)
` [edk2-devel] "
` 回复: "

[edk2-devel] **NOTICE** EDK II CI using Azure Pipelines Agents Failing - Update 2-14-2022 Back Up!
 2022-02-15  3:05 UTC 

Regression found with latest edk2/OVMF SECUREBOOT/SMM build
 2022-02-14 22:45 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel] Updated Event: TianoCore Community Meeting - APAC/NAMO #cal-invite
 2022-02-14 18:28 UTC 

[edk2-devel] Updated Event: TianoCore Community Meeting - EMEA / NAMO #cal-invite
 2022-02-14 18:28 UTC 

[PATCH 1/2] UefiPayloadPkg: Add support for Firmware Volume Block Protocol
 2022-02-14 17:38 UTC  (3+ messages)
` [PATCH 2/2] MdeModulePkg/FaultTolerantWrite: Don't check for block alignment

[PATCH V2 00/10] Introduce TDVF Config-B (basic) in OvmfPkg
 2022-02-14 13:09 UTC  (16+ messages)
` [PATCH V2 02/10] UefiCpuPkg: Add PcdTdxWorkAreaBase
` [PATCH V2 05/10] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings
` [PATCH V2 09/10] OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHob

[edk2-platforms][PATCH V1 0/6] Add non-discoverable IO block for Rd-N2
 2022-02-14 12:13 UTC  (7+ messages)
` [edk2-platforms][PATCH V1 1/6] Platform/Sgi: add PCDs for SMMUv3 base address and interrupts
` [edk2-platforms][PATCH V1 2/6] Platform/Sgi: add ssdt table for non-discoverable IO virtualization block
` [edk2-platforms][PATCH V1 3/6] Platform/Sgi: Initialize additional uart controllers
` [edk2-platforms][PATCH V1 4/6] Platform/Sgi: add helper macros for ITS, SMMUv3 and DMA IORT nodes
` [edk2-platforms][PATCH V1 5/6] Platform/Sgi: add IORT table for IO virtualization block on RD-N2-Cfg1
` [edk2-platforms][PATCH V1 6/6] Platform/Sgi: add IORT table for IO virtualization block on RD-N2

[PATCH v4 0/8] Handling of multiple PCI host bridges specified
 2022-02-14 10:28 UTC  (6+ messages)
` [PATCH v4 7/8] PciHostBridgeDxe: Extend service to get base addresses before allocation
        ` [edk2-devel] "

[PATCH] IntelFsp2Pkg: BaseFspSwitchStackLib Support for X64 Build
 2022-02-14  8:38 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] IntelFsp2Pkg: BaseFspDebugLibSerialPort Support for X64 Build
 2022-02-14  8:27 UTC  (2+ messages)
` [edk2-devel] "

[edk2platforms][PATCH v4 0/1] IntelSiliconPkg: Add IntelDieInfoProtocol
 2022-02-14  5:35 UTC  (4+ messages)
` [edk2platforms][PATCH v4 1/1] "

[PATCH v2 1/1] MdePkg/Include: Add ARM specific definitions for CPER
 2022-02-14  1:50 UTC  (5+ messages)
` 回复: [edk2-devel] "
  `  "

[edk2-platform PATCH v1 1/1] Platform/RaspberryPi: Make SetVariable return EFI_UNSUPPORTED at runtime
 2022-02-13 16:01 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] Event: TianoCore Design Meeting - APAC/NAMO - 02/18/2022 #cal-reminder
 2022-02-13  1:30 UTC 

**NOTICE** EDK II CI using Azure Pipelines Agents Failing
 2022-02-11 23:26 UTC  (2+ messages)
` [edk2-devel] "

TianoCore Community Meeting February 2022
 2022-02-11 21:34 UTC  (3+ messages)
` [edk2-announce] "

[PATCH] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial free
 2022-02-11 19:53 UTC 

[Patch 0/3] Update cmocka submodule to 5a4b15870efa
 2022-02-11 16:38 UTC  (2+ messages)
` [edk2-devel] "

Hard Feature Freeze starts now for edk2-stable202202
 2022-02-11  9:57 UTC 


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