public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-09-09 20:41:12 to 2021-09-14 14:18:27 UTC [more...]

[PATCH v2 0/4] OvmfPkg: Disable the TPM 2 platform hierarchy
 2021-09-14 14:18 UTC  (5+ messages)
` [PATCH v2 1/4] OvmfPkg/TPM PPI: Connect default consoles for user interaction
` [PATCH v2 2/4] OvmfPkg: Handle TPM 2 physical presence opcodes much earlier
` [PATCH v2 3/4] OvmfPkg: Reference new Tcg2PlatformDxe in the build system for compilation
` [PATCH v2 4/4] OvmfPkg: Reference new Tcg2PlatformPei in the build system

[RFC PATCH v1 0/4] OvmfPkg: Disable the TPM 2 platform hierarchy
 2021-09-14 13:33 UTC  (7+ messages)
` [RFC PATCH v1 1/4] OvmfPkg/TPM PPI: Connect default consoles for user interaction
` [RFC PATCH v1 2/4] OvmfPkg: Handle TPM 2 physical presence codes much earlier
` [RFC PATCH v1 3/4] OvmfPkg: Reference new Tcg2PlatformDxe in the build system for compilation
` [RFC PATCH v1 4/4] OvmfPkg: Reference new Tcg2PlatformPei in the build system

[PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with QEMU "max" cpu support
 2021-09-14 12:45 UTC  (4+ messages)

[PATCH v6 00/10] Added support for FT2000/4 chip
 2021-09-14 12:05 UTC  (9+ messages)
` [PATCH v6 01/10] Silicon/Phytium: Added PlatformLib to FT2000/4
` [PATCH v6 02/10] Silicon/Phytium: Added Acpi support "
` [PATCH v6 03/10] Silicon/Phytium: Added SMBIOS "
` [PATCH v6 04/10] Silicon/Phytium: Added PciSegmentLib "
` [PATCH v6 05/10] Silicon/Phytium: Added PciHostBridgeLib "

[PATCH v3] UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB
 2021-09-14 11:46 UTC  (4+ messages)
    ` [PATCH v4] "

[PATCH V6 0/1] Add Intel TDX support in OvmfPkg/ResetVector
 2021-09-14 11:24 UTC  (3+ messages)
` [PATCH V6 1/1] OvmfPkg: Enable TDX in ResetVector

[PATCH] UefiPayloadPkg: Fix the warning when building UefiPayloadPkg with IA32+X64
 2021-09-14  7:53 UTC  (2+ messages)

[Patch V2] UefiPayloadPkg: Add script to build UniversalPayload in UefiPayloadPkg
 2021-09-14  7:50 UTC  (2+ messages)

RFC: Add BaseLib/QuickSort in MdePkg
 2021-09-14  6:56 UTC 

RFC: Add BaseLib/QuickSort in MdePkg
 2021-09-14  6:15 UTC 

[edk2-devel] [RFC] Add parallel hash feature into CryptoPkg.BaseCryptLib
 2021-09-14  4:02 UTC  (10+ messages)

[PATCH V5 0/2] Add Intel TDX support in OvmfPkg/ResetVector
 2021-09-14  3:54 UTC  (28+ messages)
` [PATCH V5 1/2] OvmfPkg: Introduce Tdx BFV/CFV PCDs and PcdOvmfImageSizeInKb
    ` [edk2-devel] "
` [PATCH V5 2/2] OvmfPkg/ResetVector: Enable Intel TDX in ResetVector of Ovmf
    ` [edk2-devel] "

[PATCH v6 00/29] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-09-14  3:49 UTC  (11+ messages)
` [PATCH v6 06/29] OvmfPkg/ResetVector: pre-validate the data pages used in SEC phase
    ` [edk2-devel] "

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

[PATCH 00/23] Enable Intel TDX in OvmfPkg (SEC/PEI)
 2021-09-14  2:16 UTC  (15+ messages)
` [PATCH 02/23] OvmfPkg/Sec: Update the check logic in SevEsIsEnabled
` [PATCH 03/23] OvmfPkg/ResetVector: Enable Intel TDX in ResetVector of Ovmf
` [PATCH 05/23] MdePkg: Add TdxProbeLib to probe Intel Tdx
    ` [edk2-devel] "
` [PATCH 06/23] MdePkg: Add TdxLib to wrap Tdx operations
` [PATCH 07/23] MdePkg: Update BaseIoLibIntrinsicSev to support Tdx

[PATCH 0/2] Introduce TdProtocol into EDK2
 2021-09-14  2:05 UTC  (4+ messages)
` [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware
` [PATCH 2/2] SecurityPkg: Add DxeTdMeasureBootLib for TD measure boot

Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, September 14, 2021 #cal-cancelled
 2021-09-14  1:40 UTC 

Event: TianoCore Bug Triage - APAC / NAMO - 09/14/2021 #cal-reminder
 2021-09-14  1:39 UTC  (2+ messages)
` 回复: [edk2-devel] "

[PATCH v3 0/4] AndroidBootImgLib improvements
 2021-09-13 23:18 UTC  (5+ messages)
` [PATCH v3 1/4] EmbeddedPkg: Remove duplicate libfdt.h include
` [PATCH v3 2/4] EmbeddedPkg: AndroidBootImgBoot error handling updates
` [PATCH v3 3/4] EmbeddedPkg: Install FDT if UpdateDtb is not present
` [PATCH v3 4/4] EmbeddedPkg: Add LoadFile2 for linux initrd

Question about EDK2 and commit signing
 2021-09-13 19:31 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v8 00/10] Ovmf: Disable the TPM2 platform hierarchy
 2021-09-13 16:56 UTC  (12+ messages)
` [PATCH v8 01/10] SecurityPkg/TPM: Import PeiDxeTpmPlatformHierarchyLib.c from edk2-platforms
` [PATCH v8 02/10] SecurityPkg/TPM: Fix bugs in imported PeiDxeTpmPlatformHierarchyLib
` [PATCH v8 03/10] SecrutiyPkg/Tcg: Import Tcg2PlatformDxe from edk2-platforms
` [PATCH v8 04/10] SecurityPkg/Tcg: Make Tcg2PlatformDxe buildable and fix style issues
` [PATCH v8 05/10] SecurityPkg: Introduce new PCD PcdRandomizePlatformHierarchy
` [PATCH v8 06/10] OvmfPkg: Reference new Tcg2PlatformDxe in the build system for compilation
` [PATCH v8 07/10] SecurityPkg/Tcg: Import Tcg2PlatformPei from edk2-platforms
` [PATCH v8 08/10] SecurityPkg/Tcg: Make Tcg2PlatformPei buildable and fix style issues
` [PATCH v8 09/10] OvmfPkg: Reference new Tcg2PlatformPei in the build system
` [PATCH v8 10/10] SecurityPkg: Add references to header and inf files to SecurityPkg

[PATCH v3 0/2] ExtPkg Updates
 2021-09-13 16:35 UTC  (7+ messages)
` [PATCH v3 1/2] Ext4Pkg: Improve Ext4IsBindingSupported() behavior
  ` [edk2-devel] "
` [PATCH v3 2/2] Ext4Pkg: Support uncleanly unmounted filesystems

[PATCH v7 0/9] Ovmf: Disable the TPM2 platform hierarchy
 2021-09-13 14:51 UTC  (13+ messages)
` [edk2-devel] "

[PATCH] SecurityPkg: Add debug log for indicating IBB verified OBB successfully
 2021-09-13  4:59 UTC 

[Patch V2 1/2] UefiPayloadPkg:Use universal spec defined GUID SystemTableInfo is SBL and CBL specific. so move it to SBL and CBL parse lib
 2021-09-13  3:18 UTC  (2+ messages)
` [Patch V2 2/2] UefiPayloadPkg: Remove ACPI board Hob

[PATCH 1/2] UefiPayloadPkg: Remove ACPI board Hob
 2021-09-13  3:01 UTC  (2+ messages)
` [PATCH 2/2] OvmfPkg: Transfer PlatformBootManager library to driver

[PATCH] IntelSiliconPkg/VTd: Fix typos in Vtd core drivers
 2021-09-13  2:22 UTC 

[edk2-platforms][PATCH v2 1/3] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Resets notify EC
 2021-09-12  4:22 UTC  (3+ messages)
` [edk2-platforms][PATCH v2 2/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Use Setup to control security
` [edk2-platforms][PATCH v2 3/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Cleanup library includes

[edk2-platforms][PATCH v1 1/3] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Resets notify EC
 2021-09-12  4:08 UTC  (3+ messages)
` [edk2-platforms][PATCH v1 2/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Use Setup to control security
` [edk2-platforms][PATCH v1 3/3] KabylakeOpenBoardPkg/AspireVn7Dash572G: Cleanup library includes

Event: TianoCore Design Meeting - APAC/NAMO - 09/17/2021 #cal-reminder
 2021-09-12  1:30 UTC 

[PATCH v2] CryptoPkg/BaseCryptLib: Eliminate extra buffer copy in Pkcs7Verify()
 2021-09-11 15:30 UTC  (2+ messages)

[PATCH v2] UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB
 2021-09-11 12:01 UTC 

[edk2-platforms PATCH 0/4] Some BeagleBoardPkg fixes
 2021-09-11  2:57 UTC  (5+ messages)
` [edk2-platforms PATCH 1/4] BeagleBoardPkg: Remove the configuration and image headers from flash
` [edk2-platforms PATCH 2/4] BeagleBoardPkg: Remove PerformanceLib from build
` [edk2-platforms PATCH 3/4] BeagleBoardPkg: Align PE sections to 4K
` [edk2-platforms PATCH 4/4] Omap35xxPkg: InterruptDxe: add gEfiCpuArchProtocolGuid runtime dependency

[RFC] RISC-V QEMU virtual package
 2021-09-11  0:52 UTC  (14+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services
 2021-09-11  0:40 UTC 

[edk2-platforms][PATCH v4 1/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/BoardEcLib: Check for NULL
 2021-09-11  0:24 UTC  (4+ messages)
` [edk2-platforms][PATCH v4 2/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Fix byte shift

[PATCH v2 0/2] ExtPkg Updates
 2021-09-10 21:07 UTC  (9+ messages)
` [PATCH v2 1/2] Ext4Pkg: Improve Ext4IsBindingSupported() behavior
    ` [edk2-devel] "
` [PATCH v2 2/2] Ext4Pkg: Support uncleanly unmounted filesystems

[edk2-libc Patch 0/1] updated to Readme.md of edk2-libc with py 3.6.8 License file details
 2021-09-10 17:31 UTC  (5+ messages)
` [edk2-libc Patch 1/1] edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details
  ` [edk2-devel] "

TianoCore Community Meeting Minutes - September 2021
 2021-09-10 17:27 UTC 

[PATCH 0/2] ExtPkg Updates
 2021-09-10 16:24 UTC  (8+ messages)
` [PATCH 1/2] Ext4Pkg: Improve Binding support behavior
  ` [edk2-devel] "
` [PATCH 2/2] Ext4Pkg: Support non-cleanlty unmounted filesystems

[PATCH] UefiPayloadPkg: Add script to build UniversalPayload in UefiPayloadPkg
 2021-09-10 10:04 UTC  (2+ messages)

[PATCH v6 06/10] Silicon/Phytium: Added Spi driver support to FT2000/4
 2021-09-10  8:21 UTC  (5+ messages)
` [PATCH v6 07/10] Silicon/Phytium: Added flash driver support to Phytium Silicon
` [PATCH v6 08/10] Silicon/Phytium: Added fvb driver for norflash
` [PATCH v6 09/10] Silicon/Phytium: Added Rtc driver to FT2000/4
` [PATCH v6 10/10] Maintainers.txt: Added maintainers and reviewers for the DurianPkg

[PATCH] UefiPayloadPkg: Add script to build UniversalPayload in UefiPayloadPkg
 2021-09-10  8:06 UTC 

[PATCH] UefiPayloadPkg: Add script to build UniversalPayload in UefiPayloadPkg
 2021-09-10  8:01 UTC 

[Patch V3 0/2] Fix and enhancement in Payload Entry DumpHob funcs
 2021-09-10  8:01 UTC  (3+ messages)
` [Patch V3 1/2] UefiPayloadPkg: Fix the bug in dump guid HOB info functions
` [Patch V3 2/2] UefiPayloadPkg: Dump hob info from gEdkiiBootManagerMenuFileGuid

alderlake code build fail under win10
 2021-09-10  7:56 UTC 

[PATCH V2] MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line
 2021-09-10  6:20 UTC  (3+ messages)

[PATCH v1 0/3] MdeModulePkg/Core/Pei: Migration improvements and fixes
 2021-09-10  4:51 UTC  (2+ messages)
` 回复: [edk2-devel] "

[edk2-devel] [PATCH] CryptoPkg/BaseCryptLib: Eliminate extra buffer copy in Pkcs7Verify()
 2021-09-10  1:17 UTC  (2+ messages)

[PATCH v2 0/2] AndroidBootImgLib improvements
 2021-09-09 21:01 UTC  (4+ messages)
` [PATCH v2 2/2] EmbeddedPkg: Add LoadFile2 for linux initrd


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