public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-01-18 13:04:26 to 2023-01-25 09:02:04 UTC [more...]

[edk2-devel] [PATCH v9 0/4] Add safe unaccepted memory behavior
 2023-01-25  9:01 UTC  (10+ messages)

[PATCH edk2-platforms v1 1/1] Platform/Hisilicon: Fix missing dependency on VariableFlashInfoLib
 2023-01-25  8:38 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v1 0/4] Don't require self-signed PK in setup mode
 2023-01-25  5:51 UTC  (7+ messages)
` [PATCH v1 1/4] SecurityPkg: limit verification of enrolled "
` [PATCH v1 2/4] OvmfPkg: require self-signed PK when secure boot is enabled
` [PATCH v1 3/4] ArmVirtPkg: "
` [PATCH v1 4/4] SecurityPkg: don't require PK to be self-signed by default
  ` [edk2-devel] [PATCH v1 0/4] Don't require self-signed PK in setup mode

[PATCH V3 0/9] Enable Tdx measurement in OvmfPkgX64
 2023-01-25  2:23 UTC  (10+ messages)
` [PATCH V3 1/9] OvmfPkg: Add Tdx measurement data structure in WorkArea
` [PATCH V3 2/9] OvmfPkg/IntelTdx: Add TdxHelperLibNull
` [PATCH V3 3/9] OvmfPkg/IntelTdx: Add SecTdxHelperLib
` [PATCH V3 4/9] OvmfPkg/IntelTdx: Update tdx measurement in SEC phase
` [PATCH V3 5/9] OvmfPkg/TdxHelperLib: Implement TdxHelperBuildGuidHobForTdxMeasurement
` [PATCH V3 6/9] OvmfPkg: Enable Tdx measurement in OvmfPkgX64
` [PATCH V3 7/9] OvmfPkg/IntelTdx: Add PeiTdxHelperLib
` [PATCH V3 8/9] OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
` [PATCH V3 9/9] OvmfPkg/TdxHelperLib: Implement TdxHelperProcessTdHob

[PATCH] OvmfPkg: Create additional PML4 entries for large SEV-SNP VMs
 2023-01-25  1:53 UTC  (5+ messages)
` [edk2-devel] "

[edk2][PATCH V1 1/1] MdePkg/IndustryStandard: add definitions for MPAM ACPI specification
 2023-01-25  0:39 UTC 

[PATCH v4 0/5] OvmfPkg: check 64bit mmio window for resource conflicts
 2023-01-24 22:33 UTC  (3+ messages)
` [PATCH v4 3/5] OvmfPkg/PlatformInitLib: Add PlatformAddHobCB
  ` [edk2-devel] "

[PATCH] ShellPkg/AcpiView: ERST Parser
 2023-01-24 20:55 UTC  (3+ messages)

[PATCH v2 0/6] ArmVirtPkg: Increase PlatformCI coverage
 2023-01-24 16:34 UTC  (7+ messages)
` [PATCH v2 1/6] ArmVirtPkg/PrePi: Ensure timely execution of library constructors
` [PATCH v2 2/6] ArmVirtPkg/ArmVirtQemu: enlarge initial flash mapping
` [PATCH v2 3/6] ArmVirtPkg/PlatformCI: factor out reusable PlatformBuildLib.py
` [PATCH v2 4/6] ArmVirtPkg/PlatformCI: Enable optional features on Qemu AARCH64 builds
` [PATCH v2 5/6] ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernel
` [PATCH v2 6/6] ArmVirtPkg/PlatformCI: Perform build test of ArmVirtKvmTool

[PATCH v2] StandaloneMmPkg/StandaloneMmMemLib: Update AARCH64 address size
 2023-01-24 14:13 UTC 

[PATCH] StandaloneMmPkg/StandaloneMmMemLib: Update AARCH64 address size
 2023-01-24 12:32 UTC  (6+ messages)
        ` [edk2-devel] "

[edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file
 2023-01-24  9:52 UTC  (2+ messages)

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, January 23, 2023 #cal-notice
 2023-01-24  0:30 UTC 

[PATCH v5 0/2] ArmPkg: Implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls for AArch64
 2023-01-24  0:18 UTC  (2+ messages)

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 23, 2023 #cal-reminder
 2023-01-23 23:30 UTC 

[PATCH] ArmVirtPkg/PrePei: when starting in EL2 configure HCR to not trap on PAC
 2023-01-23 21:16 UTC  (3+ messages)
` [edk2-devel] "

[PATCH 0/3] ArmVirtPkg: Increase PlatformCI coverage
 2023-01-23 16:07 UTC  (6+ messages)
` [PATCH 1/3] ArmVirtPkg/PrePi: Ensure timely execution of library constructors
` [PATCH 2/3] ArmVirtPkg: CI: Perform build and boot test of ArmVirtQemuKernel
` [PATCH 3/3] ArmVirtPkg: CI: Perform build test of ArmVirtKvmTool

[PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file
 2023-01-23 10:46 UTC  (5+ messages)
` [edk2-devel] "

[PATCH v2 1/1] SecurityPkg/AuthVariableLib: Check SHA-256 OID with ContentInfo present
 2023-01-23  6:06 UTC  (3+ messages)

[PATCH 1/1] MdeModulePkg: Fix typo of "event" in a comment in Core/Dxe/Event/Event.c
 2023-01-23  3:29 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, January 23, 2023 #cal-reminder
 2023-01-23  0:30 UTC 

[PATCH V2 00/10] Enable Tdx measurement in OvmfPkgX64
 2023-01-21  0:02 UTC  (26+ messages)
` [PATCH V2 01/10] OvmfPkg: Add Tdx measurement data structure in WorkArea
` [PATCH V2 02/10] OvmfPkg/IntelTdx: Add TdxHelperLibNull
` [PATCH V2 03/10] OvmfPkg/IntelTdx: Add SecTdxHelperLib
` [PATCH V2 04/10] OvmfPkg/IntelTdx: Implement other helper functions in SecTdxHelperLib
` [PATCH V2 05/10] OvmfPkg/IntelTdx: Add PeiTdxHelperLib
` [PATCH V2 06/10] OvmfPkg/PeilessStartupLib: Build GuidHob for Tdx measurements
` [PATCH V2 07/10] OvmfPkg/IntelTdx: Update tdx measurement in SEC phase
` [PATCH V2 08/10] OvmfPkg: Enable Tdx measurement in OvmfPkgX64
` [PATCH V2 09/10] OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
` [PATCH V2 10/10] OvmfPkg/PlatformInitLib: Delete the ProcessTdxHobList()

[edk2-devel] [PATCH 1/3] UsbNetworkPkg/UsbRndis: Add USB RNDIS devices support
 2023-01-20 21:36 UTC  (5+ messages)

[PATCH] MdeModulePkg: remove garbage pixels in LaffStd glyphs
 2023-01-20 17:43 UTC  (4+ messages)
` [edk2-devel] "

[PATCH v3 1/1] ShellPkg: Export default shell delay as PCD
 2023-01-20 16:44 UTC  (5+ messages)
` [edk2-devel] "

Documentation errors
 2023-01-20 16:05 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v4 0/6] Adds AmdSmmCpuFeaturesLib for AMD Family
 2023-01-20 14:31 UTC  (7+ messages)
` [PATCH v4 1/6] MdePkg: Adds AMD SMRAM save state map
` [PATCH v4 2/6] UefiCpuPkg: Adds SmmSmramSaveStateLib library class
` [PATCH v4 3/6] UefiCpuPkg: Implements "
` [PATCH v4 4/6] UefiCpuPkg/SmmCpuFeaturesLib: Restructure arch-dependent code
` [PATCH v4 5/6] UefiCpuPkg: Initial implementation of AMD's SmmCpuFeaturesLib
` [PATCH v4 6/6] UefiCpuPkg: Implements SmmCpuFeaturesLib for AMD Family

[RFC PATCH] OvmfPkg/PlatformCI VS2019: Enable temporary workaround for cpuhp bugfix
 2023-01-20 14:21 UTC  (8+ messages)
` [edk2-devel] "

[PATCH v3 0/2] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
 2023-01-20 13:48 UTC  (12+ messages)
` [PATCH v3 1/2] OvmfPkg/PlatformInitLib: factor out PlatformCpuCountBugCheck()
` [PATCH v3 2/2] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
` [edk2-devel] [PATCH v3 0/2] "

[PATCH v3 0/5] Simplify SMM Relocation Process
 2023-01-20  8:21 UTC  (10+ messages)
` [PATCH v3 1/5] UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
` [PATCH v3 5/5] OvmfPkg/SmmCpuFeaturesLib: Skip SMBASE configuration

[edk2-staging/Intel/HttpProxy] Introduction of new branch
 2023-01-19 21:49 UTC 

[PATCH] MdeModulePkg: allow PlatformBootManagerLib to use BootNext
 2023-01-19 17:35 UTC 

[edk2-devel][edk2-platforms][PATCH V2 1/1] AdvancedFeaturePkg: Improve sample build instructions
 2023-01-19 15:55 UTC  (2+ messages)

[PATCH v2 1/2] ArmVirtPkg/ArmPlatformLibQemu: Ensure that VFP is on before running C code
 2023-01-19 13:21 UTC  (18+ messages)
` [PATCH v2 2/2] ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX
    ` [edk2-devel] "

[PATCH V1 0/2] Add back FfsFindSectionData in EmbeddedPkg
 2023-01-19  8:10 UTC  (6+ messages)
` [PATCH V1 1/2] EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHook
` [PATCH V1 2/2] EmbeddedPkg: Add back FfsFindSectionData
` [edk2-devel] [PATCH V1 0/2] Add back FfsFindSectionData in EmbeddedPkg

[PATCH] OvmfPkg: Report proper address space width for Cloud Hypervisor
 2023-01-19  7:54 UTC  (2+ messages)

[edk2-non-osi][PATCH V2] ASpeed/ASpeedGopBinPkg: Update X64/AArch Gop UEFI Driver
 2023-01-19  7:53 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH v1 0/2] Fix boot failure caused by loop abortion
 2023-01-19  6:32 UTC  (3+ messages)
` [PATCH v1 1/2] MdeModulePkg: Fix bug in ScsiBusDxe/ScsiBus.c

[PATCH 1/1] UefiCpuPkg: Fix typo in filenames in Test/UnitTest/EfiMpServicesPpiProtocol
 2023-01-19  4:47 UTC 

[PATCH v3 0/6] Adds AmdSmmCpuFeaturesLib for AMD Family
 2023-01-19  4:17 UTC  (14+ messages)
` [PATCH v3 1/6] MdePkg: Adds AMD SMRAM save state map
` [PATCH v3 2/6] UefiCpuPkg: Adds SmmSmramSaveStateLib library class
` [PATCH v3 3/6] UefiCpuPkg: Implements "
` [PATCH v3 4/6] UefiCpuPkg/SmmCpuFeaturesLib: Restructure arch-dependent code
  ` [edk2-devel] "
` [PATCH v3 5/6] UefiCpuPkg: Initial implementation of AMD's SmmCpuFeaturesLib
` [PATCH v3 6/6] UefiCpuPkg: Implements SmmCpuFeaturesLib for AMD Family

[PATCH V3 0/3] Add NULL IpmiCommandLib instance
 2023-01-19  3:59 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH V4 0/3] IPMI changes for Redfish
 2023-01-19  3:31 UTC  (7+ messages)
` [PATCH V4 1/3] MdePkg/IndustryStandard: Update IPMI definitions
  ` 回复: [edk2-devel] "
    `  "

[PATCH V3 0/4] Introduce Separate-Fv in OvmfPkg/IntelTdx
 2023-01-19  1:50 UTC  (10+ messages)
      ` [edk2-devel] "

[PATCH V1 1/1] MdeModulePkg: EfiUnacceptedMemoryType is not allowed in AllocatePool
 2023-01-19  1:08 UTC  (3+ messages)
  ` 回复: [edk2-devel] "

[PATCH v3 0/2] BoardModulePkg: BoardBdsHookLib GCC fix
 2023-01-19  0:36 UTC  (3+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 0/2] Update Si support
 2023-01-18 23:45 UTC  (3+ messages)

[PATCH V2] MdeModulePkg/Decompress: Add missing source file to Brotli library
 2023-01-18 23:44 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 1/1] Features/Intel: Prepare for edk2-platforms CI
 2023-01-18 23:20 UTC  (3+ messages)

Request for access to create edk2-staging branch
 2023-01-18 22:59 UTC 

[edk2-devel][edk2-platforms][PATCH V1 1/1] AdvancedFeaturePkg: Improve sample build instructions
 2023-01-18 22:26 UTC 

[PATCH v2] x86/efi: Safely enable unaccepted memory in UEFI
 2023-01-18 15:46 UTC  (8+ messages)

[PATCH] UefiCpuPkg: Fix SMM code hangs when InitPaging
 2023-01-18 15:27 UTC  (9+ messages)
    ` [edk2-devel] "

[OVMF] What would be the best way to make PcdPciMmio64Size dynamic?
 2023-01-18 14:24 UTC  (3+ messages)

[edk2-devel] [PATCH v2] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
 2023-01-18 13:25 UTC  (16+ messages)

[PATCH v3 2/2] BoardModulePkg: Adds PCD to load UEFI Shell image
 2023-01-18 13:04 UTC 


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