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

[PATCH 0/5] Platform/Rpi: Various cleanups
 2021-10-14 21:22 UTC  (3+ messages)
` [PATCH 3/5] Platform/RaspberryPi: Update Linux quirk name

[PATCH] Platform/RaspberryPi: Remove TypeTranslation attribute
 2021-10-14 21:05 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v9 00/32] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-10-14 20:11 UTC  (68+ 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

[PATCH v2 0/1] StandaloneMmPkg: Support CLANGPDB builds
 2021-10-14 19:05 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] work area fixes
 2021-10-14 18:17 UTC  (3+ messages)
` [PATCH 1/2] Ovmfpkg: update Ia32 build to use new work area
` [PATCH 2/2] OvmfPkg/AmdSev: update the fdf to use new workarea PCD

[edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
 2021-10-14 17:21 UTC  (3+ messages)
` [edk2-platforms][PATCH 05/15] Platform/ARM: Use PcdPciIoTranslation PCD from MdePkg
  ` [edk2-devel] "

[PATCH v2 1/1] SecurityPkg/Library: Add Tpm2NvUndefineSpaceSpecial to Tpm2CommandLib
 2021-10-14 17:06 UTC  (3+ messages)
` [edk2-devel] "

[PATCH V2 0/3] Introduce TdProtocol into EDK2
 2021-10-14 13:43 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v1 0/1] StandaloneMmPkg: To support CLANGPDB build
 2021-10-14 13:14 UTC  (8+ messages)
` [PATCH v1 1/1] "
    ` [edk2-devel] "

[PATCH 0/5] [RfC] OvmfPkg/Microvm: second batch of microvm patches
 2021-10-14 15:30 UTC  (6+ messages)
` [PATCH 1/5] OvmfPkg/Microvm/fdt: add device tree support
` [PATCH 2/5] OvmfPkg/Microvm/fdt: load fdt from fw_cfg
` [PATCH 3/5] OvmfPkg/Microvm/fdt: add empty fdt
` [PATCH 4/5] OvmfPkg/Microvm/virtio: add virtio-mmio support
` [PATCH 5/5] OvmfPkg/Microvm: add README

[PATCH 1/1] DynamicTablesPkg: Fix void pointer arithmetic
 2021-10-14 14:59 UTC 

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

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

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, October 15, 2021 #cal-cancelled
 2021-10-14 12:19 UTC 

[PATCH v1] ArmPkg/Smbios: Fix max cache size 2 wrong issue
 2021-10-14 12:05 UTC  (3+ messages)
` [edk2-devel] "

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

[PATCH] OvmfPkg/Bhyve: Use QemuFwCfg over BhyveFwCtl
 2021-10-14  9:41 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH] OvmfPkg/BhyveBhfPkg: install bhyve's ACPI tables
 2021-10-14  9:41 UTC  (6+ messages)
` [edk2-devel] "

[PATCH V2 00/28] Enable Intel TDX in OvmfPkg (Config-A)
 2021-10-14  9:03 UTC  (34+ 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 07/28] UefiCpuPkg: Support TDX in BaseXApicX2ApicLib
  ` [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 27/28] OvmfPkg: Update IoMmuDxe to support TDX
  ` [edk2-devel] "
` [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe
  ` [edk2-devel] "

EDK II bug 3066: please merge [PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
 2021-10-14  8:17 UTC  (2+ messages)

[PATCH 1/1] BaseTools: add edk2-test repo to SetupGit.py
 2021-10-14  7:35 UTC  (2+ messages)
` [edk2-devel] "

[edk2platforms][PATCH v1 0/1] IntelSiliconPkg: Add IntelDieInfoProtocol
 2021-10-14  6:52 UTC  (4+ messages)
` [edk2platforms][PATCH v1 1/1] "

[PATCH] IntelSiliconPkg/FirmwareInterfaceTable: Define FIT 4 record
 2021-10-14  6:14 UTC  (2+ messages)

[edk2-platforms: PATCH v3 0/9] MinPlatformPkg: Support FSP 2.3 FSP_NON_VOLATILE_STORAGE_HOB2
 2021-10-14  6:11 UTC  (2+ messages)

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

[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  (6+ 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 v3] MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
 2021-10-14  2:21 UTC  (3+ messages)

[PATCH V9 0/4] Add Intel TDX support in OvmfPkg/ResetVector
 2021-10-14  1:50 UTC  (10+ messages)
` [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 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] "

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] 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  (3+ 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 


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