messages from 2021-10-22 01:14:56 to 2021-10-26 05:06:24 UTC [more...]
[PATCH V2 00/28] Enable Intel TDX in OvmfPkg (Config-A)
2021-10-26 5:06 UTC (19+ 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 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception
` [edk2-devel] "
` [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe
` [edk2-devel] "
Event: TianoCore Bug Triage - APAC / NAMO - 10/26/2021 #cal-reminder
2021-10-26 1:30 UTC
[edk2-devel][edk2-platforms][PATCH V1 00/11] Enable board customization of SMM FV reporting
2021-10-25 19:32 UTC (30+ 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
Call for Topics - Community Meeting Nov 4
2021-10-25 18:52 UTC
Inclusive Language RFC
2021-10-25 18:47 UTC
[edk2-libc Patch 0/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc
2021-10-25 16:40 UTC (7+ messages)
` [edk2-libc Patch 1/1] "
` [edk2-devel] "
[edk2-libc Patch v2 0/4] To remove Py 2.7 support from edk2-libc
2021-10-25 16:11 UTC (5+ messages)
` [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
` [edk2-libc Patch v2 2/4] AppPkg/Applications/Python: to remove document references to py2.7.2
` [edk2-libc Patch v2 3/4] AppPkg/Applications/Python: to remove py2.7.10 support from edk2-libc
` [edk2-libc Patch v2 4/4] AppPkg/Applications/Python: to remove py2.7.10 references "
[edk2-libc Patch v2 0/4] To remove Py 2.7 support from edk2-libc
2021-10-25 15:57 UTC (2+ messages)
` [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
[edk2-libc Patch v2 0/4] To remove Py 2.7 support from edk2-libc
2021-10-25 15:30 UTC (2+ messages)
` [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code
[PATCH v11 00/32] Add AMD Secure Nested Paging (SEV-SNP) support
2021-10-25 13:57 UTC (43+ 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/5] OvmfPkg: rework TPM configuration
2021-10-25 13:21 UTC (11+ messages)
` [PATCH v2 1/5] OvmfPkg: move tcg configuration to dsc and fdf include files
` [PATCH v2 2/5] OvmfPkg: drop TPM_CONFIG_ENABLE
` [PATCH v2 3/5] OvmfPkg: create Tcg12ConfigPei.inf
` [PATCH v2 4/5] OvmfPkg: rework TPM configuration
` [PATCH v2 5/5] OvmfPkg: add TPM 1.2 config menu
[PATCH v2 0/7] OvmfPkg/PlatformCI: hook up AmdSev, Bhyve and Microvm
2021-10-25 13:19 UTC (8+ messages)
` [PATCH v2 1/7] OvmfPkg/PlatformCI: factor out PlatformBuildLib.py
` [PATCH v2 2/7] OvmfPkg/PlatformCI: add QEMU_SKIP
` [PATCH v2 3/7] OvmfPkg/PlatformCI: add BhyveBuild.py
` [PATCH v2 4/7] OvmfPkg/PlatformCI: add MicrovmBuild.py
` [PATCH v2 5/7] OvmfPkg/PlatformCI: add AmdSevBuild.py
` [PATCH v2 6/7] OvmfPkg/PlatformCI: dummy grub.efi for AmdSev
` [PATCH v2 7/7] OvmfPkg/PlatformCI: add XenBuild.py
[PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build
2021-10-25 8:25 UTC (3+ messages)
[PATCH 1/2] staging/RedfishClientPkg: Add EDKII ETag driver
2021-10-25 8:25 UTC (3+ messages)
[edk2-devel] [PATCH edk2-test v2 1/1] uefi-sct/SctPkg: fix BuildAtaDeviceNode()
2021-10-25 7:56 UTC (2+ messages)
[edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: unsupported TEXT_INPUT_EX.SetState
2021-10-25 7:44 UTC (2+ messages)
[PATCH 0/2] staging/RedfishClientPkg: Add EDKII ETag driver
2021-10-25 7:31 UTC
[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 (2+ messages)
Event: TianoCore Design Meeting - APAC/NAMO - 10/29/2021 #cal-reminder
2021-10-24 1:30 UTC
Return EFI_INVALID_PARAMETER if attribute only has EFI_VARIABLE_NON_VOLATILE set
2021-10-23 11:03 UTC (2+ messages)
[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] "
[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 (25+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox