public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-12-14 05:35:52 to 2021-12-16 12:21:22 UTC [more...]

[PATCH 00/10] Introduce TDVF Config-B (basic) in OvmfPkg
 2021-12-16 12:21 UTC  (22+ messages)
` [PATCH 01/10] OvmfPkg: Introduce IntelTdxX64 for TDVF Config-B
` [PATCH 02/10] EmbeddedPkg/PrePiLib: Update PrePiLib
  ` [edk2-devel] "
` [PATCH 03/10] EmbeddedPkg/MemoryAllocationLib: Add null stub for AllocateCopyPool
  ` [edk2-devel] "
` [PATCH 04/10] OvmfPkg: Add PrePiHobListPointerLibTdx
` [PATCH 05/10] OvmfPkg: Add SecPlatformLibQemuTdx
` [PATCH 06/10] OvmfPkg: Add TdxStartupLib
` [PATCH 07/10] OvmfPkg: Update TdxDxe to set TDX PCDs
` [PATCH 08/10] OvmfPkg: Update Sec to support Tdvf Config-B
    ` [edk2-devel] "
` [PATCH 09/10] OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHob
` [PATCH 10/10] OvmfPkg: Add Tdx libs to prevent building broken

[PATCH edk2 v1 0/3] Fix several issues in StanaloneMmPkg
 2021-12-16 11:09 UTC  (9+ messages)
` [PATCH edk2 v1 1/3] StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field
      ` [edk2-devel] "
` [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A
  ` [edk2-devel] "

[PATCH v8] IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
 2021-12-16 10:46 UTC  (2+ messages)

[PATCH 0/6] OvmfPkg/Microvm/pcie: add pcie support
 2021-12-16  9:53 UTC  (8+ messages)
` [PATCH 1/6] PciHostBridge: io range is not mandatory
  ` [edk2-devel] "
` [PATCH 2/6] FdtPciHostBridgeLib: "
` [PATCH 3/6] OvmfPkg/PlatformPei: unfix PcdPciExpressBaseAddress
` [PATCH 4/6] OvmfPkg/Microvm/pcie: no vbeshim please
` [PATCH 5/6] OvmfPkg/Microvm/pcie: mPhysMemAddressWidth tweak
` [PATCH 6/6] OvmfPkg/Microvm/pcie: add pcie support

[edk2-platforms PATCH 0/8] Update Arm platforms following addition of EFI_MP_SERVICES_PROTOCOL support in edk2
 2021-12-16  9:32 UTC  (12+ messages)
` [edk2-platforms PATCH 1/8] Platform/ARM: Add MpInitLib instance
` [edk2-platforms PATCH 2/8] Platform/Socionext: Add instance of MpInitLib
` [edk2-platforms PATCH 3/8] Silicon/Marvell: "
` [edk2-platforms PATCH 4/8] Platform/Qemu: "
` [edk2-platforms PATCH 5/8] Platform/ARM: Update ARM_CORE_INFO initializer for MPIDR field change
` [edk2-platforms PATCH 6/8] Silicon/Marvell: "
` [edk2-platforms PATCH 7/8] Silicon/Socionext: "
` [edk2-platforms PATCH 8/8] Silicon/Qemu: "

[edk2-devel] [Patch V5 1/1] BaseTools: Add FMMT Tool
 2021-12-16  9:19 UTC 

[edk2-devel] [PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A
 2021-12-16  9:15 UTC 

[Patch V5 1/1] BaseTools: Add FMMT Tool
 2021-12-16  9:16 UTC 

[PATCH V4 00/31] Enable Intel TDX in OvmfPkg (Config-A)
 2021-12-16  8:29 UTC  (51+ messages)
` [PATCH V4 02/31] MdePkg: Introduce basic Tdx functions in BaseLib
` [PATCH V4 03/31] MdePkg: Add TdxLib to wrap Tdx operations
` [PATCH V4 05/31] OvmfPkg: Extend VmgExitLib to handle #VE exception
  ` [edk2-devel] "
` [PATCH V4 08/31] MdePkg: Support mmio for Tdx guest in BaseIoLibIntrinsic
` [PATCH V4 09/31] MdePkg: Support IoFifo "
` [PATCH V4 10/31] MdePkg: Support IoRead/IoWrite "
` [PATCH V4 13/31] UefiCpuPkg: Enable Tdx support in MpInitLib
` [PATCH V4 14/31] OvmfPkg: Add IntelTdx.h in OvmfPkg/Include/IndustryStandard
` [PATCH V4 15/31] OvmfPkg: Add TdxMailboxLib
` [PATCH V4 17/31] OvmfPkg: Update Sec to support Tdx
    ` [edk2-devel] "
` [PATCH V4 18/31] OvmfPkg: Check Tdx in QemuFwCfgPei to avoid DMA operation
` [PATCH V4 20/31] MdeModulePkg: Add PcdTdxSharedBitMask
` [PATCH V4 21/31] UefiCpuPkg: Update AddressEncMask in CpuPageTable
` [PATCH V4 22/31] OvmfPkg: Update PlatformPei to support TDX
` [PATCH V4 23/31] OvmfPkg: Update AcpiPlatformDxe to alter MADT table
` [PATCH V4 24/31] OvmfPkg: Add TdxDxe driver
` [PATCH V4 25/31] OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
` [PATCH V4 26/31] OvmfPkg/QemuFwCfgLib: Support Tdx in QemuFwCfgDxe
` [PATCH V4 27/31] OvmfPkg: Update IoMmuDxe to support TDX
` [PATCH V4 28/31] OvmfPkg: Rename XenTimerDxe to LocalApicTimerDxe
` [PATCH V4 29/31] UefiCpuPkg: Setting initial-count register as the last step
` [PATCH V4 30/31] OvmfPkg: Switch timer in build time for OvmfPkg
` [PATCH V4 31/31] OvmfPkg: Move LocalApicTimerDxe to UefiCpuPkg
    ` [edk2-devel] "

[PATCH v4 0/5] OvmfPkg: rework TPM configuration
 2021-12-16  7:08 UTC  (12+ messages)
` [PATCH v4 1/5] OvmfPkg: remove unused TPM options from MicrovmX64.dsc
` [PATCH v4 2/5] OvmfPkg: move tcg configuration to dsc and fdf include files
` [PATCH v4 3/5] OvmfPkg: drop TPM_CONFIG_ENABLE
` [PATCH v4 4/5] OvmfPkg: create Tcg12ConfigPei.inf
` [PATCH v4 5/5] OvmfPkg: rework TPM configuration
` [edk2-devel] [PATCH v4 0/5] "

[PATCH] MdeModulePkg: Moving UFS HCS.DP checking out of UfsExecUicCommands() to fix timing problem
 2021-12-16  6:56 UTC 

[PATCH] MdeModulePkg: Retry up to 5 times while sending UFS DME request to fix timing problem
 2021-12-16  5:53 UTC 

[PATCH v2 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS
 2021-12-16  3:54 UTC  (4+ messages)
` [PATCH v2 1/3] ArmPkg/SmbiosMiscDxe: Remove duplicate HII string definition
` [PATCH v2 2/3] ArmPkg/SmbiosMiscDxe: Get full SMBIOS strings from OemMiscLib
` [PATCH v2 3/3] ArmPkg/ProcessorSubClassDxe: Get serial and part number "

[PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS
 2021-12-16  3:53 UTC  (11+ messages)
` [PATCH 1/3] ArmPkg/SmbiosMiscDxe: Remove duplicate HII string definition
  ` [edk2-devel] "
` [PATCH 2/3] ArmPkg/SmbiosMiscDxe: Get full SMBIOS strings from OemMiscLib
  ` [edk2-devel] "
` [PATCH 3/3] ArmPkg/ProcessorSubClassDxe: Get serial and part number "
  ` [edk2-devel] "
` [edk2-devel] [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS

[PATCH v3 0/4] ArmPkg,ArmVirtPkg: Add support EFI_MP_SERVICES_PROTOCOL on AARCH64
 2021-12-16  3:46 UTC  (5+ messages)
` [PATCH v3 1/4] ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct
` [PATCH v3 2/4] ArmPkg: Add Library/MpInitLib to support EFI_MP_SERVICES_PROTOCOL
` [PATCH v3 3/4] ArmVirtPkg: Add MpInitLib, which is dependency for CpuDxe consumers
` [PATCH v3 4/4] ArmPkg: Update Drivers/CpuDxe to initialize MpInitLib

[PATCH v2 0/2] Update brotli to the latest commit
 2021-12-16  2:46 UTC  (4+ messages)
` 回复: [edk2-devel] "
  `  "

[PATCH v2 0/2] ArmPkg,ArmVirtPkg: Add support EFI_MP_SERVICES_PROTOCOL on AARCH64
 2021-12-16  2:45 UTC  (9+ messages)
` [PATCH v2 1/2] ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct
` [PATCH v2 2/2] ArmPkg: Add Library/MpInitLib to support EFI_MP_SERVICES_PROTOCOL
    ` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V2 1/1] Platform/Intel/Readme : Fix platform list
 2021-12-16  0:40 UTC  (2+ messages)

[edk2-non-osi] [PATCH V1] WhitleyOpenBoardBinPkg : Add JunctionCity IFWI Binary
 2021-12-16  0:19 UTC  (3+ messages)

[edk2-platforms PATCH] Platform/RaspberryPi: Fix miniuart base address and length
 2021-12-15 23:53 UTC  (10+ messages)
      ` [edk2-devel] "

[edk2-wiki][PATCH v1 1/1] Add code formatting to development process instructions
 2021-12-15 22:42 UTC  (3+ messages)

[edk2-platforms] [PATCH V1] WhitleyOpenBoardPkg : Support for Junction City Platform
 2021-12-15 22:17 UTC  (4+ messages)
  ` [EXTERNAL] "
    ` [edk2-devel] "

[edk2-devel][edk2-platforms][PATCH V1 1/1] Platform/Intel/Readme : Fix platform list
 2021-12-15 22:15 UTC  (3+ messages)

[PATCH v4 0/3] Enable CCIX port as PCIe root host on N1SDP
 2021-12-15 17:43 UTC  (7+ messages)
` [PATCH v4 1/3] Silicon/ARM/NeoverseN1Soc: Port PCI Segment Library
  ` [edk2-devel] "
` [PATCH v4 2/3] Silicon/ARM/NeoverseN1Soc: Add CCIX root complex support
  ` [edk2-devel] "
` [PATCH v4 3/3] Silicon/ARM/NeoverseN1Soc: Remove PciExpressLib use PciSegmentLib instead
  ` [edk2-devel] "

[PATCH 0/2] Add EFI_MP_SERVICES_PROTOCOL support for AARCH64
 2021-12-15 17:38 UTC  (5+ messages)
` [PATCH 2/2] ArmPkg: Add Library/MpInitLib to support EFI_MP_SERVICES_PROTOCOL

[PATCH v1 1/9] ShellPkg: Add AcpiView validators readme
 2021-12-15 17:20 UTC  (9+ messages)
` [PATCH v1 2/9] ShellPkg: Replace SBBR validation option with generic one
` [PATCH v1 3/9] ShellPkg: Add post parsing validation framework
` [PATCH v1 4/9] ShellPkg: Add ACPI data store
` [PATCH v1 5/9] ShellPkg: Store MADT and PPTT processor data
` [PATCH v1 6/9] ShellPkg: Add processor ID cross table validation
` [PATCH v1 7/9] ShellPkg: Add installed tables to parser collection
` [PATCH v1 8/9] ShellPkg: Rewrite SBBR validation
` [PATCH v1 9/9] ShellPkg: Add validator help string

CMOS needed for Cloud Hypervisor
 2021-12-15 17:14 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v1 0/9] Add post parsing validation to AcpiView
 2021-12-15 15:56 UTC 

[PATCH] OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case
 2021-12-15 15:44 UTC 

[PATCH v1 0/2] MM communicate functionality in variable policy
 2021-12-15  8:52 UTC  (3+ messages)
` [PATCH v1 2/2] ArmPkg: MmCommunicationDxe: Update MM communicate input arguments checks

[PATCH] SecurityPkg: Debug trace package integration to enable debug message capture on all targets
 2021-12-15  8:01 UTC  (3+ messages)
    ` 回复: [edk2-devel] "
      `  "

[edk2-devel][Patch] StandaloneMmPkg/FvLib: Support large file with EFI_FFS_FILE_HEADER2
 2021-12-15  7:25 UTC  (3+ messages)
` 回复: "

[PATCH] MdeModulePkg/ScsiDisk: Change TPL to NOTIFY
 2021-12-15  5:43 UTC  (4+ messages)

[PATCH] MdePkg: Add registers of boot partition feature
 2021-12-15  5:41 UTC  (3+ messages)
  ` 回复: [edk2-devel] "

[PATCH v3] MdeModulePkg: Replace with UFS_UNIT_DESC to fix response timeout problem
 2021-12-15  5:34 UTC  (2+ messages)

回复: [PATCH] BaseTools: Fix for NOOPT CLANG38 compilation with clang-13
 2021-12-15  5:33 UTC 

[PATCH v2] MdeModulePkg: Replace with UFS_UNIT_DESC to fix response timeout problem
 2021-12-15  3:13 UTC  (2+ messages)

[edk2-platforms] [PATCH V2] WhitleyOpenBoardPkg : Support for Junction City Platform
 2021-12-14 21:44 UTC  (2+ messages)
  ` [edk2-devel] "

[PATCH v3 0/5] Add DynamicPlatRepoLib
 2021-12-14 18:48 UTC  (3+ messages)

[PATCH v1 1/1] ShellPkg: Fix incorrect PPTT FlagName dereference
 2021-12-14 16:08 UTC  (3+ messages)

[PATCH v4 00/15] Implement a FdtHwInfoParserLib
 2021-12-14 15:59 UTC  (4+ messages)
` [PATCH v4 01/15] DynamicTablesPkg: Definition for HwInfoParser interface
  ` [edk2-devel] "

[PATCH v1] SecurityPkg: Improve initialization of default key variables
 2021-12-14 15:43 UTC  (2+ messages)

SbsaQemu: "acpiview -s pptt" crashes after printing "Flags : 0x5F"
 2021-12-14 12:45 UTC  (3+ messages)
` [edk2-devel] "

[PATCH v3 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
 2021-12-14 12:04 UTC  (4+ messages)

[PATCH v3 0/2] ArmPkg: Add SMC helper functions
 2021-12-14 11:31 UTC  (2+ messages)

[PATCH] MdeModulePkg: Replace with UfsUnitDesc to fix response timeout problem
 2021-12-14  8:35 UTC  (2+ messages)

[PATCH v4 1/1] UefiCpuPkg: Extend measurement of microcode patches to TPM
 2021-12-14  7:18 UTC 

[edk2-wiki][PATCH v1 1/1] Add more details to EDK II Code Formatting (Uncrustify)
 2021-12-14  6:47 UTC  (4+ messages)

[PATCH 1/1] OvmfPkg/VmgExitLib: Fix uninitialized variable warning
 2021-12-14  6:37 UTC  (5+ messages)
  ` [edk2-devel] "

[PATCH v3 0/4] There are 4 patches for VTd drivers
 2021-12-14  5:35 UTC  (2+ messages)
` [PATCH v3 4/4] IntelSiliconPkg/VTd: Only generate PEI DMA buffer once


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