public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-10-20 13:13:40 to 2021-10-25 07:37:44 UTC [more...]

[PATCH V2 00/28] Enable Intel TDX in OvmfPkg (Config-A)
 2021-10-25  7:37 UTC  (14+ 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 28/28] OvmfPkg: Add LocalApicTimerDxe
  ` [edk2-devel] "

[PATCH 0/2] staging/RedfishClientPkg: Add EDKII ETag driver
 2021-10-25  7:31 UTC 

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

[PATCH V2 0/1] staging/RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env
 2021-10-25  3:03 UTC  (3+ messages)
` [PATCH V2 1/1] "

[PATCH 0/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature Driver
 2021-10-25  2:49 UTC  (4+ messages)
` [PATCH 1/1] RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env

[PATCH] UefiCpuPkg: Fix CPU stack guard support by aligning GDT buffer
 2021-10-24 10:59 UTC  (3+ messages)
` [edk2-devel] "

[`edk2-devel][PATCH V3 0/8] Add SMM variable support for UEFI payload
 2021-10-24  6:24 UTC  (10+ messages)
` [`edk2-devel][PATCH V3 1/8] UefiPayloadPkg: Add a common SmmAccessDxe module
` [`edk2-devel][PATCH V3 2/8] UefiPayloadPkg: Add a common SMM control Runtime DXE module
` [`edk2-devel][PATCH V3 3/8] UefiPayloadPkg: Add bootloader SMM support module
` [`edk2-devel][PATCH V3 4/8] UefiPayloadPkg: Add SpiFlashLib
` [`edk2-devel][PATCH V3 5/8] UefiPayloadPkg: Add FlashDeviceLib
` [`edk2-devel][PATCH V3 6/8] UefiPayloadPkg: Add a common FVB SMM module
` [`edk2-devel][PATCH V3 7/8] UefiPayloadPkg: Add a SMM dispatch module
` [`edk2-devel][PATCH V3 8/8] UefiPayloadPkg: Add SMM support and SMM variable support

[PATCH V10 0/4] Add Intel TDX support in OvmfPkg/ResetVector
 2021-10-24  2:11 UTC  (9+ messages)
` [PATCH V10 1/4] OvmfPkg: Copy Main.asm from UefiCpuPkg to OvmfPkg's ResetVector
` [PATCH V10 2/4] OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
` [PATCH V10 3/4] OvmfPkg: Add IntelTdxMetadata.asm
` [PATCH V10 4/4] OvmfPkg: Enable TDX in ResetVector

Event: TianoCore Design Meeting - APAC/NAMO - 10/29/2021 #cal-reminder
 2021-10-24  1:30 UTC 

[edk2-libc Patch 0/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc
 2021-10-23 17:09 UTC  (6+ messages)
` [edk2-libc Patch 1/1] "
  ` [edk2-devel] "

Return EFI_INVALID_PARAMETER if attribute only has EFI_VARIABLE_NON_VOLATILE set
 2021-10-23 11:03 UTC  (3+ messages)
` 回复: [edk2-devel] "

[PATCH v3 1/1] ArmPkg: Implement PlatformBootManagerLib for LinuxBoot
 2021-10-23  8:43 UTC  (2+ messages)

[PATCH v2 1/1] ArmPkg: Implement PlatformBootManagerLib for LinuxBoot
 2021-10-23  7:39 UTC  (6+ messages)
  ` [edk2-devel] "

[PATCH 0/3] Add support for gdb and lldb
 2021-10-23  2:07 UTC  (4+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 00/11] Enable board customization of SMM FV reporting
 2021-10-23  1:40 UTC  (29+ messages)
` [edk2-devel][edk2-platforms][PATCH V1 01/11] MinPlatformPkg/ReportFvLib: Add ReportMmFv to API
` [edk2-devel][edk2-platforms][PATCH V1 02/11] CometlakeOpenBoardPkg/ReportFvLib: Switch to new library instances
` [edk2-devel][edk2-platforms][PATCH V1 03/11] KabyOpenBoardPkg/ReportFvLib: "
` [edk2-devel][edk2-platforms][PATCH V1 04/11] TigerLakeOpenBoardPkg/ReportFvLib: "
` [edk2-devel][edk2-platforms][PATCH V1 05/11] WhiskeyLakeOpenBoardPkg/ReportFvLib: "
` [edk2-devel][edk2-platforms][PATCH V1 06/11] WhitleyOpenBoardPkg/ReportFvLib: Add board support for custom MM FV
` [edk2-devel][edk2-platforms][PATCH V1 07/11] PurleyOpenBoardPkg/ReportFvLib: Update ReportFvLib
` [edk2-devel][edk2-platforms][PATCH V1 08/11] SimicsOpenBoardPkg/ReportFvLib: "
` [edk2-devel][edk2-platforms][PATCH V1 09/11] MinPlatformPkg/SpifvbService: Publish FV based on board request
` [edk2-devel][edk2-platforms][PATCH V1 10/11] MinPlatformPkg/SpiFvbService: Reduce duplicate code
` [edk2-devel][edk2-platforms][PATCH V1 11/11] MinPlatformPkg/ReportFvLib: Remove obsolete PeiReportFvLib instance

[PATCH 0/2] Add EFI_MP_SERVICES_PROTOCOL support for AARCH64
 2021-10-22 17:51 UTC  (5+ messages)
` [PATCH 1/2] ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct
` [PATCH 2/2] ArmPkg: Add Library/MpInitLib to support EFI_MP_SERVICES_PROTOCOL

[PATCH 1/1] ArmPkg: Add SMC helper functions
 2021-10-22 16:53 UTC  (3+ messages)

[PATCH 0/4] OvmfPkg: rework TPM configuration
 2021-10-22 16:50 UTC  (27+ messages)
` [PATCH 1/4] OvmfPkg: move tcg configuration to dsc and fdf include files
  ` [edk2-devel] "
` [PATCH 2/4] OvmfPkg: create Tcg2ConfigPeiCompat12.inf
  ` [edk2-devel] "
` [PATCH 3/4] OvmfPkg: rework TPM configuration
` [PATCH 4/4] OvmfPkg: add TPM2_SHA1_ENABLE build option
                  ` [edk2-devel] "
    ` [edk2-devel] [PATCH 0/4] OvmfPkg: rework TPM configuration

[edk2-[PATCH v1 0/2] APIC table updates
 2021-10-22 14:47 UTC  (3+ messages)
` [edk2-platforms] [PATCH v1 1/2] MinPlatformPkg: Update APIC Table based on mode
` [edk2-platforms] [PATCH v1 2/2] MinPlatformPkg: AcpiProcessorUid for multi-socket

[PATCH 1/1] NetworkPkg/HttpBootDxe: make file extension check case-insensitive
 2021-10-22 10:40 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] Enable wildcard host name matching in EDK2 HTTPS/TLS implementation
 2021-10-22 10:32 UTC  (2+ messages)
` [edk2-devel] "

[PATCH] MdeModulePkg\UfsBlockIoPei: UFS MMIO address size support both 32/64 bit
 2021-10-22  9:15 UTC 

[edk2-platforms][PATCH v4 00/31] Add new Ampere Mt. Jade platform
 2021-10-22  6:18 UTC  (32+ messages)
` [edk2-platforms][PATCH v4 01/31] Ampere: Initial support for Ampere Altra processor and "
` [edk2-platforms][PATCH v4 02/31] AmpereAltraPkg: Add FlashLib library instance
` [edk2-platforms][PATCH v4 03/31] AmpereAltraPkg: Add FailSafe and WDT support
` [edk2-platforms][PATCH v4 04/31] AmpereAltraPkg: Add DwI2cLib library instance
` [edk2-platforms][PATCH v4 05/31] AmpereAltraPkg: Add DwGpioLib "
` [edk2-platforms][PATCH v4 06/31] JadePkg: Implement RealTimeClockLib for PCF85063
` [edk2-platforms][PATCH v4 07/31] AmpereAltraPkg: Add BootProgress support
` [edk2-platforms][PATCH v4 08/31] AmpereAltraPkg: Support UEFI non-volatile variable
` [edk2-platforms][PATCH v4 09/31] AmpereSiliconPkg: Add PlatformManagerUiLib library instance
` [edk2-platforms][PATCH v4 10/31] AmpereAltraPkg, JadePkg: Add ACPI support
` [edk2-platforms][PATCH v4 11/31] AmpereAltraPkg: Add Root Complex HOB data structures
` [edk2-platforms][PATCH v4 12/31] AmpereAltraPkg: Add Ac01PcieLib library instance
` [edk2-platforms][PATCH v4 13/31] JadePkg: Add BoardPcieLib "
` [edk2-platforms][PATCH v4 14/31] AmpereAltraPkg: Add driver to initialize PCIe Root Complex
` [edk2-platforms][PATCH v4 15/31] AmpereAltraPkg: Add PciHostBridgeLib library instance
` [edk2-platforms][PATCH v4 16/31] AmpereAltraPkg: Add PciSegmentLib "
` [edk2-platforms][PATCH v4 17/31] JadePkg: Enable PciHostBridgeDxe driver
` [edk2-platforms][PATCH v4 18/31] JadePkg: Add PciPlatformDxe driver
` [edk2-platforms][PATCH v4 19/31] JadePkg: Add ACPI tables to support PCIe
` [edk2-platforms][PATCH v4 20/31] JadePkg: Add ASpeed GOP driver
` [edk2-platforms][PATCH v4 21/31] AmpereAltraPkg: Add Random Number Generator Support
` [edk2-platforms][PATCH v4 22/31] JadePkg: Add SMBIOS tables support
` [edk2-platforms][PATCH v4 23/31] AmpereAltraPkg: Add DebugInfoPei module
` [edk2-platforms][PATCH v4 24/31] AmpereAltraPkg: Add configuration screen for PCIe
` [edk2-platforms][PATCH v4 25/31] Ampere: Utilize the PCIe User setting
` [edk2-platforms][PATCH v4 26/31] AmpereAltraPkg: Add platform info screen
` [edk2-platforms][PATCH v4 27/31] AmpereAltraPkg: Add configuration screen for Memory
` [edk2-platforms][PATCH v4 28/31] AmpereAltraPkg: Add configuration screen for CPU
` [edk2-platforms][PATCH v4 29/31] AmpereAltraPkg: Add configuration screen for ACPI
` [edk2-platforms][PATCH v4 30/31] AmpereAltraPkg: Add configuration screen for RAS
` [edk2-platforms][PATCH v4 31/31] AmpereAltraPkg: Add configuration screen for Watchdog timer

[edk2-non-osi][PATCH v4 0/2] Introduce Silicon/Ampere and AmpereAltraBinPkg package
 2021-10-22  5:56 UTC  (3+ messages)
` [edk2-non-osi][PATCH v4 1/2] AmpereAltraBinPkg: Add PciePhyLib library
` [edk2-non-osi][PATCH v4 2/2] edk2-non-osi: Add AmpereAltraBinPkg maintainers

[PATCH] MdePkg Cpuid.h: Define CPUID.(EAX=7,ECX=0):EDX[30]
 2021-10-22  3:28 UTC  (2+ messages)

[PATCH v3] IntelSiliconPkg/IntelVTdDxe: Support Multi PCI Root Bus
 2021-10-22  3:26 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 0/2] Eliminate MultiPchPei PEIM binary
 2021-10-22  1:14 UTC 

[edk2-devel][edk2-platforms][PATCH V1 0/2] Eliminate MultiPchPei PEIM binary
 2021-10-22  0:22 UTC  (5+ messages)
` [edk2-devel][edk2-platforms][PATCH V1 1/2] WhitleySiliconPkg/MultiPchPei: Open Source PEIM
` [edk2-devel][edk2-platforms][PATCH V1 2/2] WhitleyOpenBoardPkg/Build: Remove MultiPchPei PEIM binary use

[edk2-platforms][PATCH v5 00/46] Consolidate SpiFlashCommonLib instances
 2021-10-22  0:21 UTC 

[PATCH v6] UefiPayloadPkg: Remove SystemTableInfo GUID
 2021-10-21 15:44 UTC  (2+ messages)

[PATCH v6 0/3] Add function QuickSort into MdePkg/BaseLib
 2021-10-21 11:06 UTC  (3+ messages)
` [PATCH v6 2/3] CryptoPkg/CryptLib: Add QuickSort function on BaseLib

[edk2-devel] [PATCH] ShellPkg: Parse I/O APIC and x2APIC structure
 2021-10-21  5:36 UTC  (4+ messages)

[edk2-devel][PATCH v2] FmpDevicePkg/FmpDxe: Use new Variable Lock interface
 2021-10-21  3:19 UTC  (2+ messages)

Update NASM to stable release 2.15.05
 2021-10-21  3:02 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/5] FmpDevicePkg: Add support for runtime FmpDxe driver
 2021-10-21  1:53 UTC  (4+ messages)
` 回复: [edk2-devel] "
    `  "

[edk2-devel] [PATCH v2 4/7] Platform/ARM/N1Sdp: Enable N1Sdp platform specific configurations
 2021-10-20 17:36 UTC  (2+ messages)

[PATCH 0/6] Implementation of TCG2 Protocol test
 2021-10-20 13:43 UTC  (7+ messages)
` [PATCH 1/6] uefi-sct/SctPkg: TCG2 Protocol: add header with TCG2 protocol definitions
` [PATCH 2/6] uefi-sct/SctPkg: TCG2 Protocol: add GetCapability Test
` [PATCH 3/6] uefi-sct/SctPkg: TCG2 Protocol: add GetActivePcrBanks test
` [PATCH 4/6] uefi-sct/SctPkg: TCG2 Protocol: add HashLogExtendEvent test
` [PATCH 5/6] uefi-sct/SctPkg: TCG2 Protocol: add GetEventLog test
` [PATCH 6/6] uefi-sct/SctPkg: TCG2 Protocol: add SubmitCommand test


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