public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-10-11 01:21:03 to 2021-10-14 05:03:30 UTC [more...]

[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  (9+ 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 v1 0/1] StandaloneMmPkg: To support CLANGPDB build
 2021-10-14  3:12 UTC  (2+ messages)
` [PATCH v1 1/1] "

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

[PATCH V2 00/28] Enable Intel TDX in OvmfPkg (Config-A)
 2021-10-14  2:11 UTC  (33+ messages)
` [PATCH V2 04/28] MdePkg: Add Tdx.h
  ` [edk2-devel] "
` [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
  ` [edk2-devel] "
` [PATCH V2 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception
  ` [edk2-devel] "
` [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 24/28] OvmfPkg: Add TdxDxe driver
  ` [edk2-devel] "
` [PATCH V2 25/28] OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
  ` [edk2-devel] "
` [PATCH V2 27/28] OvmfPkg: Update IoMmuDxe to support TDX
  ` [edk2-devel] "
` [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe
  ` [edk2-devel] "

[PATCH V9 0/4] Add Intel TDX support in OvmfPkg/ResetVector
 2021-10-14  1:50 UTC  (17+ messages)
` [PATCH V9 1/4] OvmfPkg: Copy Main.asm from UefiCpuPkg to OvmfPkg's ResetVector
` [PATCH V9 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
    ` [edk2-devel] "
` [PATCH V9 3/4] OvmfPkg: Add IntelTdxMetadata.asm
    ` [edk2-devel] "
` [PATCH V9 4/4] OvmfPkg: Enable TDX in ResetVector
    ` [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] "

[PATCH v2 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
 2021-10-13 17:33 UTC 

[PATCH v9 00/32] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-10-13 16:57 UTC  (33+ 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
` [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

EDK II bug 3066: please merge [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
 2021-10-13 12:05 UTC 

TianoCore edk2-test Bug Triage Meeting
 2021-10-13 12:00 UTC 

[PATCH v2 0/7] N1Sdp ACPI table and configuration manager support
 2021-10-13  9:42 UTC  (9+ messages)
` [PATCH v2 1/7] Silicon/ARM/NeoverseN1Soc: Fix missing function documentation
  ` [edk2-devel] "
` [PATCH v2 2/7] Silicon/ARM/NeoverseN1Soc: Define new PCDs and configure memory map
  ` [edk2-devel] "
` [PATCH v2 3/7] Platform/ARM/N1Sdp: Introduce platform DXE driver
  ` [edk2-devel] "
` [PATCH v2 4/7] Platform/ARM/N1Sdp: Enable N1Sdp platform specific configurations
  ` [edk2-devel] "

[PATCH] OvmfPkg/Bhyve: Use QemuFwCfg over BhyveFwCtl
 2021-10-13  9:26 UTC 

[PATCH] OvmfPkg/BhyveBhfPkg: install bhyve's ACPI tables
 2021-10-13  9:16 UTC 

[PATCH] UefiPayloadPkg: Use SECURITY_STUB_ENABLE to control the SecurityStubDxe
 2021-10-13  9:09 UTC  (2+ messages)

[PATCH 0/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature Driver
 2021-10-13  9:03 UTC  (3+ messages)
` [PATCH 1/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env

[PATCH v3] UefiPayloadPkg: Remove SystemTableInfo GUID
 2021-10-13  8:37 UTC  (2+ messages)

[PATCH v2] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
 2021-10-13  7:47 UTC  (4+ messages)

[edk2-devel] [PATCH] SecurityPkg/DxeImageVerificationLib: Set Action for failed signed image
 2021-10-13  6:45 UTC 

[PATCH 0/4] SynQuacer drivers test the ControllerHandle correctly
 2021-10-13  5:37 UTC  (5+ messages)
` [PATCH 1/4] Silicon/SynQuacerNetsecDxe: Test the ControllerHandle is managed by this driver
` [PATCH 2/4] Silicon/SynQuacerI2cDxe: "
` [PATCH 3/4] Silicon/AtSha204a: "
` [PATCH 4/4] Silicon/ChaosKeyDxe: "

[edk2-devel] [PATCH] Silicon/SynQuacerI2cDxe: Wait for bus busy
 2021-10-13  5:33 UTC 

[PATCH v2] UefiPayloadPkg: Remove SystemTableInfo GUID
 2021-10-13  5:12 UTC  (2+ messages)

[PATCH 1/2] Reconfigure OpensslLib to add elliptic curve chipher algorithms
 2021-10-13  2:50 UTC  (4+ messages)
` [PATCH 2/2] Allow wildcards in hostname

[PATCH] UserAuthFeaturePkg/UserAuthenticationDxeSmm: The SMI to handle the user authentication should be unregister before booting to OS
 2021-10-13  2:39 UTC  (3+ messages)

[PATCH EDK2 v1 0/1] EmbeddedPkg:Fix compiler warning
 2021-10-13  2:05 UTC  (3+ messages)
` [PATCH EDK2 v1 1/1] "
  ` [edk2-devel] "

[PATCH v2] CryptoPkg/BaseCryptLib: Eliminate extra buffer copy in Pkcs7Verify()
 2021-10-13  1:48 UTC  (3+ messages)

Event: TianoCore Bug Triage - APAC / NAMO - 10/12/2021 #cal-reminder
 2021-10-13  1:15 UTC 

[PATCH v9 0/1] Add function QuickSort into MdePkg/BaseLib
 2021-10-13  1:04 UTC  (5+ messages)
` [PATCH v9 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib
      ` 回复: "

[PATCH 1/1] SecurityPkg/DxeImageVerificationLib: Set Action for failed signed image
 2021-10-12 16:58 UTC 

[PATCH 1/1] SecurityPkg/DxeImageVerificationLib: Set Action for failed unsigned image
 2021-10-12 16:57 UTC 

[PATCH V2 0/3] Introduce TdProtocol into EDK2
 2021-10-12 15:26 UTC  (4+ messages)
` [PATCH V2 1/3] MdePkg: Introduce TdProtocol for TD-Guest firmware
  ` 回复: "
` [edk2-devel] [PATCH V2 0/3] Introduce TdProtocol into EDK2

[edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
 2021-10-12 10:23 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 1/1] Silicon/Qemu: don't advertise GICC legacy mmio interface in SbsaQamu MADT
 2021-10-12 10:17 UTC  (3+ messages)

[Patch V4 1/1] BaseTools: Change RealPath to AbsPath
 2021-10-12  9:26 UTC  (2+ messages)

[PATCH] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
 2021-10-12  8:37 UTC  (5+ messages)
` [edk2-devel] "

[PATCH edk2-test v2 1/1] uefi-sct/SctPkg: fix BuildAtaDeviceNode()
 2021-10-12  8:22 UTC  (2+ messages)
` [edk2-devel] "

[PATCH edk2-test 1/1] uefi-sct/SctPkg: unsupported TEXT_INPUT_EX.SetState
 2021-10-12  8:09 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] IntelSiliconPkg/FirmwareInterfaceTable: Define FIT 4 record
 2021-10-12  6:48 UTC 

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

[Patch V3 1/1] BaseTools: Change RealPath to AbsPath
 2021-10-12  2:34 UTC 

Event: TianoCore Bug Triage - APAC / NAMO - 10/12/2021 #cal-reminder
 2021-10-12  2:31 UTC  (2+ messages)
` 回复: [edk2-devel] "

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

[PATCH v7 0/1] Add function QuickSort into MdePkg/BaseLib
 2021-10-12  0:09 UTC  (7+ messages)
` [PATCH v7 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib
  ` 回复: [edk2-devel] "
    `  "

[edk2-devel][edk2-platforms][PATCH V2 0/5] WhitleyOpenBoardPkg: Enable VT-D support
 2021-10-11 23:01 UTC 

[PATCH] SpcrFeaturePkg: Close the event after first callback
 2021-10-11 22:01 UTC  (3+ messages)

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

[edk2-devel][edk2-platforms][PATCH V2 0/5] WhitleyOpenBoardPkg: Enable VT-D support
 2021-10-11 21:04 UTC  (2+ messages)

[PATCH] Test comit please ignore this message
 2021-10-11 20:30 UTC 

[PATCH] UefiPayloadPkg: Remove SystemTableInfo GUID
 2021-10-11 19:42 UTC  (2+ messages)

[PATCH] ArmPkg/TimerDxe: Delay End Of Interrupt Signal
 2021-10-11 19:20 UTC 

[PATCH v1 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
 2021-10-11 18:34 UTC  (10+ messages)
  ` [EXTERNAL] [edk2-devel] "
            ` 回复: "

[PATCH v2 0/7] Create a SSDT PCIe generator
 2021-10-11 16:45 UTC  (8+ messages)
` [PATCH v2 1/7] DynamicTablesPkg: AML Code generation for memory ranges
` [PATCH v2 2/7] DynamicTablesPkg: AML Code generation to create a named Package()
` [PATCH v2 3/7] DynamicTablesPkg: AML Code generation to create a named ResourceTemplate()
` [PATCH v2 4/7] DynamicTablesPkg: AML Code generation to add _PRT entries
` [PATCH v2 5/7] DynamicTablesPkg: Add AmlAttachNode()
` [PATCH v2 6/7] DynamicTablesPkg: Add Pci related objects
` [PATCH v2 7/7] DynamicTablesPkg: SSDT Pci express generator

[PATCH edk2-platforms 1/1] IntelSiliconPkg/PeiSmmAccessLib: Remove the S3 check
 2021-10-11  8:53 UTC 

[PATCH v3 00/21] Create a SSDT CPU topology generator
 2021-10-11  7:40 UTC  (4+ messages)
  ` 回复: [edk2-devel] "

[PATCH] MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxe
 2021-10-11  3:48 UTC 

[PATCH v1 1/1] MdeModulePkg/SdDxe: Remove redundant SdDxeExtra.uni file
 2021-10-11  1:47 UTC  (2+ 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