public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-10-13 16:57:46 to 2021-10-15 07:21:03 UTC [more...]

[edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
 2021-10-15  7:20 UTC  (4+ messages)
` [edk2-platforms][PATCH 05/15] Platform/ARM: Use PcdPciIoTranslation PCD from MdePkg
  ` [edk2-devel] "

[PATCH V2 00/28] Enable Intel TDX in OvmfPkg (Config-A)
 2021-10-15  6:41 UTC  (38+ messages)
` [PATCH V2 05/28] MdePkg: Add TdxLib to wrap Tdx operations
  ` [edk2-devel] "
` [PATCH V2 06/28] MdePkg: Update BaseIoLibIntrinsicSev to support Tdx
  ` [edk2-devel] "
` [PATCH V2 07/28] UefiCpuPkg: Support TDX in BaseXApicX2ApicLib
` [PATCH V2 13/28] UefiCpuPkg: Enable Tdx support in MpInitLib
  ` [edk2-devel] "
` [PATCH V2 14/28] OvmfPkg: Update SecEntry.nasm to support Tdx
  ` [edk2-devel] "
` [PATCH V2 21/28] OvmfPkg: Update PlatformPei to support TDX
  ` [edk2-devel] "
` [PATCH V2 27/28] OvmfPkg: Update IoMmuDxe "
  ` [edk2-devel] "
` [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe
  ` [edk2-devel] "

[`edk2-devel][PATCH V2] UefiPayloadPkg: Fix the build issue for coreboot
 2021-10-15  5:52 UTC  (2+ messages)

[`edk2-devel][PATCH] UefiPayloadPkg: Fix the build issue for coreboot
 2021-10-15  5:48 UTC  (2+ messages)

[PATCH v9 00/32] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-10-15  5:26 UTC  (72+ messages)
` [PATCH v9 01/32] OvmfPkg/SecMain: move SEV specific routines in AmdSev.c
` [PATCH v9 02/32] UefiCpuPkg/MpInitLib: "
` [PATCH v9 03/32] OvmfPkg/ResetVector: move clearing GHCB in SecMain
` [PATCH v9 04/32] OvmfPkg/ResetVector: introduce SEV metadata descriptor for VMM use
` [PATCH v9 05/32] OvmfPkg: reserve SNP secrets page
` [PATCH v9 06/32] OvmfPkg: reserve CPUID page
` [PATCH v9 07/32] OvmfPkg/ResetVector: pre-validate the data pages used in SEC phase
` [PATCH v9 08/32] OvmfPkg/ResetVector: use SEV-SNP-validated CPUID values
` [PATCH v9 09/32] OvmfPkg/MemEncryptSevLib: add MemEncryptSevSnpEnabled()
` [PATCH v9 10/32] OvmfPkg/SecMain: register GHCB gpa for the SEV-SNP guest
` [PATCH v9 11/32] OvmfPkg/VmgExitLib: use SEV-SNP-validated CPUID values
` [PATCH v9 12/32] OvmfPkg/PlatformPei: register GHCB gpa for the SEV-SNP guest
` [PATCH v9 13/32] OvmfPkg/AmdSevDxe: do not use extended PCI config space
` [PATCH v9 14/32] OvmfPkg/MemEncryptSevLib: add support to validate system RAM
` [PATCH v9 15/32] OvmfPkg/MemEncryptSevLib: add function to check the VMPL0
` [PATCH v9 16/32] OvmfPkg/BaseMemEncryptSevLib: skip the pre-validated system RAM
` [PATCH v9 17/32] OvmfPkg/MemEncryptSevLib: add support to validate > 4GB memory in PEI phase
` [PATCH v9 18/32] OvmfPkg/SecMain: validate the memory used for decompressing Fv
` [PATCH v9 19/32] OvmfPkg/PlatformPei: validate the system RAM when SNP is active
` [PATCH v9 20/32] UefiCpuPkg: Define ConfidentialComputingGuestAttr
` [PATCH v9 21/32] OvmfPkg/PlatformPei: set PcdConfidentialComputingAttr when SEV is active
` [PATCH v9 22/32] UefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr to check SEV status
    ` [edk2-devel] "
` [PATCH v9 23/32] UefiCpuPkg: add PcdGhcbHypervisorFeatures
` [PATCH v9 24/32] OvmfPkg/PlatformPei: set the Hypervisor Features PCD
` [PATCH v9 25/32] MdePkg/GHCB: increase the GHCB protocol max version
` [PATCH v9 26/32] UefiCpuPkg/MpLib: add support to register GHCB GPA when SEV-SNP is enabled
` [PATCH v9 27/32] UefiCpuPkg/MpInitLib: use BSP to do extended topology check
` [PATCH v9 28/32] OvmfPkg/MemEncryptSevLib: change the page state in the RMP table
` [PATCH v9 29/32] OvmfPkg/MemEncryptSevLib: skip page state change for Mmio address
` [PATCH v9 30/32] OvmfPkg/PlatformPei: mark cpuid and secrets memory reserved in EFI map
` [PATCH v9 31/32] OvmfPkg/AmdSev: expose the SNP reserved pages through configuration table
` [PATCH v9 32/32] UefiCpuPkg/MpInitLib: Use SEV-SNP AP Creation NAE event to launch APs

[PATCH 0/2] work area fixes
 2021-10-15  5:01 UTC  (5+ messages)
` [PATCH 1/2] Ovmfpkg: update Ia32 build to use new work area
` [PATCH 2/2] OvmfPkg/AmdSev: update the fdf to use new workarea PCD

[PATCH 0/5] [RfC] OvmfPkg/Microvm: second batch of microvm patches
 2021-10-15  4:57 UTC  (10+ messages)
` [PATCH 1/5] OvmfPkg/Microvm/fdt: add device tree support
` [PATCH 2/5] OvmfPkg/Microvm/fdt: load fdt from fw_cfg
` [PATCH 3/5] OvmfPkg/Microvm/fdt: add empty fdt
    ` [edk2-devel] "
` [PATCH 4/5] OvmfPkg/Microvm/virtio: add virtio-mmio support
  ` [edk2-devel] "
` [PATCH 5/5] OvmfPkg/Microvm: add README

[PATCH v2 1/1] SecurityPkg/FvReportPei: Remove the ASSERT to allow neither M nor V
 2021-10-15  4:31 UTC 

[PATCH 1/1] SecurityPkg/FvReportPei: Remove the ASSERT to allow neither M nor V
 2021-10-15  4:24 UTC 

[PATCH v2 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
 2021-10-15  2:53 UTC  (6+ messages)
` [edk2-devel] "
      ` 回复: "

[edk2-platforms: PATCH v5 0/9] MinPlatformPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2
 2021-10-15  2:51 UTC  (13+ messages)
` [edk2-platforms: PATCH v5 1/9] "
` [edk2-platforms: PATCH v5 2/9] CometlakeOpenBoardPkg: Use same variable name for FspNvsHob
` [edk2-platforms: PATCH v5 3/9] KabylakeOpenBoardPkg/AspireVn7Dash572G:Use "
` [edk2-platforms: PATCH v5 4/9] KabylakeOpenBoardPkg/GalagoPro3: Use "
` [edk2-platforms: PATCH v5 5/9] KabylakeOpenBoardPkg/KabylakeRvp3: "
` [edk2-platforms: PATCH v5 6/9] TigerlakeOpenBoardPkg: "
` [edk2-platforms: PATCH v5 7/9] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms: PATCH v5 8/9] WhitleyOpenBoardPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2
` [edk2-platforms: PATCH v5 9/9] WhitleySiliconPkg: Use same variable name for FspNvsHob

Python2.7 is not working with the EDK2 build system
 2021-10-15  1:30 UTC  (8+ messages)
` 回复: [edk2-devel] "
  `  "
          ` 回复: 回复: "

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PlatformHooksLib: Fix eSPI serial debug
 2021-10-15  1:13 UTC 

[PATCH] Add ECC cipher support and Wildcard host name matching in to HTTPS/TLS implementation
 2021-10-15  1:12 UTC  (2+ messages)

[PATCH] Enable wildcard host name matching in EDK2 HTTPS/TLS implementation
 2021-10-15  1:11 UTC  (2+ messages)

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PlatformHooksLib: Fix eSPI serial debug
 2021-10-15  0:56 UTC  (2+ messages)

[PATCH] [edk2-platforms] [PATCH V1] Fix for WilsonCitySMT OS boot issue & using proper ASSERT macro
 2021-10-15  0:53 UTC  (4+ messages)
` [edk2-devel] "

[PATCH] IntelFsp2Pkg: Add support for config editor to handle multiple UPD
 2021-10-15  0:38 UTC 

[PATCH] IntelSiliconPkg/FirmwareInterfaceTable: Define FIT 4 record
 2021-10-15  0:28 UTC  (3+ messages)

[PATCH v3] UefiPayloadPkg: Remove SystemTableInfo GUID
 2021-10-14 22:44 UTC  (2+ messages)

[PATCH 0/5] Platform/Rpi: Various cleanups
 2021-10-14 21:22 UTC  (3+ messages)
` [PATCH 3/5] Platform/RaspberryPi: Update Linux quirk name

[PATCH] Platform/RaspberryPi: Remove TypeTranslation attribute
 2021-10-14 21:05 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v2 0/1] StandaloneMmPkg: Support CLANGPDB builds
 2021-10-14 19:05 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH V2 0/3] Introduce TdProtocol into EDK2
 2021-10-14 13:43 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v1 0/1] StandaloneMmPkg: To support CLANGPDB build
 2021-10-14 13:14 UTC  (8+ messages)
` [PATCH v1 1/1] "
    ` [edk2-devel] "

[PATCH 1/1] DynamicTablesPkg: Fix void pointer arithmetic
 2021-10-14 14:59 UTC 

[RFC] [PATCH 0/2] Proposal to add EFI_MP_SERVICES_PROTOCOL support for AARCH64
 2021-10-14 13:14 UTC  (12+ messages)
              ` [edk2-rfc] "

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, October 15, 2021 #cal-cancelled
 2021-10-14 12:19 UTC 

[PATCH v1] ArmPkg/Smbios: Fix max cache size 2 wrong issue
 2021-10-14 12:05 UTC  (3+ messages)
` [edk2-devel] "

[PATCH V3 00/12] Migrate ArmVirtPkg modules to OvmfPkg
 2021-10-14 10:57 UTC  (10+ messages)
` [edk2-devel] "
      ` 回复: "

[PATCH] OvmfPkg/Bhyve: Use QemuFwCfg over BhyveFwCtl
 2021-10-14  9:41 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH] OvmfPkg/BhyveBhfPkg: install bhyve's ACPI tables
 2021-10-14  9:41 UTC  (6+ messages)
` [edk2-devel] "

EDK II bug 3066: please merge [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
 2021-10-14  8:17 UTC  (2+ messages)

[PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
 2021-10-14  7:35 UTC  (2+ messages)
` [edk2-devel] "

[edk2platforms][PATCH v1 0/1] IntelSiliconPkg: Add IntelDieInfoProtocol
 2021-10-14  6:52 UTC  (4+ messages)
` [edk2platforms][PATCH v1 1/1] "

[edk2-platforms: PATCH v3 0/9] MinPlatformPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2
 2021-10-14  6:11 UTC  (2+ messages)

[edk2-platforms: PATCH v4 0/9] MinPlatformPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2
 2021-10-14  6:09 UTC  (10+ messages)
` [edk2-platforms: PATCH v4 1/9] "
` [edk2-platforms: PATCH v4 2/9] CometlakeOpenBoardPkg: Use same variable name for FspNvsHob
` [edk2-platforms: PATCH v4 3/9] KabylakeOpenBoardPkg/AspireVn7Dash572G:Use "
` [edk2-platforms: PATCH v4 4/9] KabylakeOpenBoardPkg/GalagoPro3: Use "
` [edk2-platforms: PATCH v4 5/9] KabylakeOpenBoardPkg/KabylakeRvp3: "
` [edk2-platforms: PATCH v4 6/9] TigerlakeOpenBoardPkg: "
` [edk2-platforms: PATCH v4 7/9] WhiskeylakeOpenBoardPkg: "
` [edk2-platforms: PATCH v4 8/9] WhitleyOpenBoardPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2
` [edk2-platforms: PATCH v4 9/9] WhitleySiliconPkg: Use same variable name for FspNvsHob

[edk2-libc Patch v2 0/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script
 2021-10-14  5:03 UTC  (3+ messages)
` [edk2-libc Patch 1/1] "

[PATCH v2] ArmPkg/TimerDxe: Delay End Of Interrupt Signal
 2021-10-14  4:54 UTC  (6+ messages)
        ` [edk2-devel] "

TianoCore Community Meeting Minutes - October 2021
 2021-10-14  4:30 UTC 

[edk2-libc Patch 0/1] Add IA32 support for Py3 packaging script
 2021-10-14  3:48 UTC  (10+ messages)
` [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script
    ` [edk2-devel] "

[PATCH v3] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
 2021-10-14  2:21 UTC  (3+ messages)

[PATCH V9 0/4] Add Intel TDX support in OvmfPkg/ResetVector
 2021-10-14  1:50 UTC  (6+ messages)
` [PATCH V9 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
    ` [edk2-devel] "

[PATCH v2 1/1] MdeModulePkg/Sd: Corrections for Extra.uni files
 2021-10-14  0:18 UTC  (3+ messages)
  ` [edk2-devel] "

Error when launching SEV-ES guest with OvmfPkg/AmdSev build
 2021-10-13 19:47 UTC  (3+ messages)

[PATCH v2 1/1] ArmPkg: Implement PlatformBootManagerLib for LinuxBoot
 2021-10-13 18:43 UTC  (3+ messages)
  ` [edk2-devel] "


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