public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-11-10 11:03:04 to 2021-11-15 22:59:22 UTC [more...]

[edk2-platforms][PATCH v1 1/2] Platform/RaspberryPi: Add support for PWM1 in ACPI
 2021-11-15 22:59 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
 2021-11-15 17:59 UTC  (3+ messages)

[PATCH edk2-platforms v5 0/6] Enable edk2-platforms CI for JunoPkg
 2021-11-15 17:36 UTC  (8+ messages)
` [PATCH edk2-platforms v5 1/6] edk2-platforms: add edk2 repository as a submodule
  ` [edk2-devel] "
` [PATCH edk2-platforms v5 2/6] pip-requirements.txt: Add python pip requirements file
` [PATCH edk2-platforms v5 3/6] .pytool/Plugin: Add CI plugins
` [PATCH edk2-platforms v5 4/6] .azurepipelines: Add Azure Pipelines YML configuration files
` [PATCH edk2-platforms v5 5/6] .mergify: Add Mergify YML pull request rules configuration file
` [PATCH edk2-platforms v5 6/6] Platform/ARM: Juno: Add JunoPkg.ci.yaml for CI support

[PATCH v3] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list
 2021-11-15  6:14 UTC 

[edk2-platforms][PATCH 00/14] Revise U500 for the latest RISC-V packages
 2021-11-15  2:56 UTC  (15+ messages)
` [edk2-platforms][PATCH 01/14] RiscVPlatformPkg/U500: Pass DTB from PEI to DXE
` [edk2-platforms][PATCH 02/14] RiscVPlatformPkg/U500: Fix up FDT and install into config table
` [edk2-platforms][PATCH 03/14] RiscVPlatformPkg/U500: Use FirmwareContext library
` [edk2-platforms][PATCH 04/14] RiscVPlatformPkg/U500: Use generic platform library
` [edk2-platforms][PATCH 05/14] RiscVPlatformPkg/U500: Creates opensbi firmware domains
` [edk2-platforms][PATCH 06/14] RiscVPlatformPkg/U500: Uses RISC-V PeiCoreEntryPoint library
` [edk2-platforms][PATCH 07/14] RiscVPlatformPkg/U500: Use PlatormSecPpiLib
` [edk2-platforms][PATCH 08/14] RiscVPlatformPkg/U500: U500 uses mtime CSR library
` [edk2-platforms][PATCH 09/14] RiscVPlatformPkg/U500: Determines hart number from DTB
` [edk2-platforms][PATCH 10/14] RiscVPlatformPkg/U500: Use NULL instance of RiscVSpecialPlatformLib
` [edk2-platforms][PATCH 11/14] RiscVPlatformPkg/U500: Add device tree for U500 platform
` [edk2-platforms][PATCH 12/14] RiscVPlatformPkg/U500: Add device tree to build
` [edk2-platforms][PATCH 13/14] Platform/RISC-V: Add debug message to SecMain.c
` [edk2-platforms][PATCH 14/14] Platform/RISC-V: Initialize variable to zero

[Patch V3 1/1] BaseTools: Add FMMT Tool
 2021-11-15  2:06 UTC 

[edk2-devel] "StdLibPkg" branch on edk2-staging
 2021-11-14 19:51 UTC  (6+ messages)
          ` CdePkgBlog 2021-11-14

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

[Patch edk2-stable202111 1/1] OvmfPkg/Library/ResetSystemLib: Fix Microvm VS2019 NOOPT build issue
 2021-11-12 17:02 UTC  (4+ messages)
    ` [edk2-devel] "

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

[PATCH v4] UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack
 2021-11-12 12:32 UTC  (4+ messages)

[PATCH v2] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list
 2021-11-12 12:30 UTC  (2+ messages)

[PATCH V6 0/3] Introduce CcMeasurementProtocol into EDK2
 2021-11-12  9:54 UTC  (5+ messages)
` [PATCH V6 1/3] MdePkg: Introduce CcMeasurementProtocol for CC Guest firmware
` [PATCH V6 2/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLib
` [PATCH V6 3/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpmMeasurementLib

Hard Feature Freeze starts now for edk2-stable202111
 2021-11-12  9:20 UTC 

[edk2-test] [PATCH v1 0/1] SctPkg: Fix X64 build errors for GCC toolchain
 2021-11-12  7:19 UTC  (4+ messages)
` [edk2-test] [PATCH v1 1/1] "
  ` [edk2-devel] "

FW: [edk2-devel][PATCH] BaseTools: Increase the DevicePath length for support more PCD value
 2021-11-12  6:59 UTC  (2+ messages)
  `  "

[PATCH] MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxe
 2021-11-12  5:47 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH V3 00/29] Enable Intel TDX in OvmfPkg (Config-A)
 2021-11-12  5:33 UTC  (7+ messages)
` [PATCH V3 02/29] MdePkg: Add TdxLib to wrap Tdx operations

[PATCH] UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE A Priori file
 2021-11-12  3:28 UTC  (3+ messages)

Soft Feature Freeze will start on 2021-11-08 for edk2-stable202111
 2021-11-12  1:02 UTC  (7+ messages)
` [edk2-devel] "
      ` 回复: "

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, November 12, 2021 #cal-cancelled
 2021-11-11 23:24 UTC 

[Patch 1/1] OvmfPkg/Xen: Fix VS2019 build issues
 2021-11-11 19:45 UTC  (5+ messages)
` [edk2-devel] "

[PATCH edk2-test 1/1] uefi-sct/SctPkg: invalid values for SetWakeupTime()
 2021-11-11 16:32 UTC 

TianoCore edk2-test Bug Triage Meeting
 2021-11-11 15:17 UTC 

[PATCH V3 0/3] Rename XenTimerDxe to LocalApicTimerDxe
 2021-11-11 14:47 UTC  (5+ messages)
` [PATCH V3 1/3] OvmfPkg: "
` [PATCH V3 3/3] OvmfPkg: Move LocalApicTimerDxe to UefiCpuPkg

[Patch V2 1/1] BaseTools: Add FMMT Tool
 2021-11-11 14:17 UTC  (2+ messages)

[PATCH v3] UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack
 2021-11-11 13:43 UTC  (2+ messages)

[PATCH 1/2] Reconfigure OpensslLib to add elliptic curve chipher algorithms
 2021-11-11 13:26 UTC  (7+ messages)
` [edk2-devel] "

[PATCH edk2-platforms 0/2] Socionext housekeeping
 2021-11-11 12:25 UTC  (4+ messages)
` [PATCH edk2-platforms 1/2] Maintainers.txt: add Masami as Socionext reviewer
` [PATCH edk2-platforms 2/2] Silicon/Socionext: fix line endings

[edk2-devel] [PATCH v2] UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack
 2021-11-11  9:06 UTC 

[PATCH v2] UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack
 2021-11-11  9:04 UTC 

[PATCH 0/4] Platform/RaspberryPi: new GPIO and DT menu items
 2021-11-11  6:57 UTC  (6+ messages)
` [PATCH 1/1] Platform/RaspberryPi: Add menu item to enable/disable GPIO
` [PATCH 1/4] Platform/RaspberryPi: Cleanup menu visibility
` [PATCH 2/4] Platform/RaspberryPi: Give the user control over the XHCI mailbox
` [PATCH 3/4] Platform/RaspberryPi: Move GPIO/SPI/I2C to SSDT
` [PATCH 4/4] Platform/RaspberryPi: Add menu item to enable/disable GPIO

[edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/BoardAcpiLib: Simplify implementation
 2021-11-11  2:04 UTC 

[PATCH v3 00/14] Un-siloing Arm common code
 2021-11-11  0:24 UTC  (15+ messages)
` [PATCH v3 01/14] ArmPkg/ArmMmuBaseLib: Disallow STANDALONE_MM
` [PATCH v3 02/14] ArmPkg/ArmMmuStandaloneMmLib: Update to match ArmMmuLib
` [PATCH v3 03/14] ArmPkg/StandaloneMmCoreEntryPoint: Swap to ArmMmuLib
` [PATCH v3 04/14] ArmPkg: Disavow StandaloneMmMmuLib. It's just ArmMmuLib
` [PATCH v3 05/14] ArmPkg and MdePkg: Move the Arm CompilerIntrinsicsLib to MdePkg
` [PATCH v3 06/14] ArmPkg and BaseTools: Move the GccLto binaries from ArmPkg to BaseTools
` [PATCH v3 07/14] ArmPkg and MdePkg: Move the AsmMacroIoLib from ArmPkg to MdePkg
` [PATCH v3 08/14] MdePkg: Create the MMU access lib to abstract memory protection settings
` [PATCH v3 09/14] ArmPkg: Add Basic MMU Lib for Arm silicon
` [PATCH v3 10/14] MdeModulePkg: Swap to MmuLib instead of Arm-specific lib
` [PATCH v3 11/14] StandaloneMmPkg: Switch to the MmuLib abstraction
` [PATCH v3 12/14] ArmPkg: Move the StandaloneMmCpu driver to ArmPkg
` [PATCH v3 13/14] StandaloneMmPkg: Add StandaloneMmCoreEntryNull to satisfy CI on all archs
` [PATCH v3 14/14] ArmPkg: Create an Arm-specific version of StandaloneMmCoreEntryPoint

[PATCH v2 00/16] Un-siloing Arm common code
 2021-11-10 20:39 UTC  (4+ messages)
` [PATCH v2 11/16] ArmPkg: Add Basic MMU Lib for Arm silicon

[PATCH v3 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services
 2021-11-10 18:16 UTC  (3+ messages)

[edk2-devel] Progress on getting Uncrustify working for EDK2?
 2021-11-10 15:38 UTC  (13+ messages)

EDK2 doxygen documentation - adding docs for stable tags?
 2021-11-10 13:40 UTC  (3+ messages)
` [edk2-devel] "
  ` [edk2-discuss] "

[PATCH edk2-platforms v1 00/11] Fix build breaks and update IORT revision macro
 2021-11-10 13:30 UTC  (5+ messages)
` [PATCH edk2-platforms v1 10/11] Platform/RaspberryPi: Update for IORT revision macro renaming
` [PATCH edk2-platforms v1 11/11] Platform/ARM: N1SDP: "
` [edk2-devel] [PATCH edk2-platforms v1 00/11] Fix build breaks and update IORT revision macro

回复: 回复: [edk2-devel] [PATCH v2 0/8] IORT Rev E.b specification updates
 2021-11-10 11:11 UTC  (2+ messages)
` [edk2-devel] "

[PATCH v3 0/8] IORT Rev E.b specification updates
 2021-11-10 11:03 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