public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2021-09-29 05:49:50 to 2021-10-04 18:09:45 UTC [more...]

[edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
 2021-10-04 18:09 UTC  (17+ messages)
` [edk2-platforms][PATCH 01/15] Platform/Comcast: Use FdtClientDxe from EmbeddedPkg
` [edk2-platforms][PATCH 02/15] Platform/Hisilicon: Use PcdPciIoTranslation PCD from MdePkg
` [edk2-platforms][PATCH 03/15] Platform/SbsaQemu: "
` [edk2-platforms][PATCH 04/15] Platform/AMD: "
` [edk2-platforms][PATCH 05/15] Platform/ARM: "
` [edk2-platforms][PATCH 06/15] Platform/Comcast: "
` [edk2-platforms][PATCH 07/15] Platform/LeMaker: "
` [edk2-platforms][PATCH 08/15] Platform/Phytium: "
` [edk2-platforms][PATCH 09/15] Platform/SoftIron: "
` [edk2-platforms][PATCH 10/15] Platform/Socionext: "
` [edk2-platforms][PATCH 11/15] Platform/Comcast: Use PciPcdProducerLib in OvmfPkg
` [edk2-platforms][PATCH 12/15] Platform/Comcast: Use HighMemDxe provided by OvmfPkg
` [edk2-platforms][PATCH 13/15] Platform/Comcast: Use QemuFwCfgMmio "
` [edk2-platforms][PATCH 14/15] Platform/Comcast: Use FdtPciHostBridgeLib "
` [edk2-platforms][PATCH 15/15] Platform/Comcast: Use VirtioFdtDxe "

[PATCH 1/1] ArmPkg: SmbiosMiscDxe: Don't populate ExtendedBiosSize when size < 16MB
 2021-10-04 18:00 UTC  (2+ messages)

[edk2-platforms][PATCH v3 0/5] Add support to generate HEST ACPI table
 2021-10-04 17:47 UTC  (12+ messages)
` [edk2-platforms][PATCH v3 1/5] MdeModulePkg: Allow dynamic generation of "
` [edk2-platforms][PATCH v3 2/5] ArmPlatformPkg: add definition for MM_HEST_ERROR_SOURCE_DESC_PROTOCOL
` [edk2-platforms][PATCH v3 3/5] ArmPlatformPkg: retreive error source descriptors from MM
` [edk2-platforms][PATCH v3 4/5] EmbeddedPkg: Add helpers for HEST table generation
` [edk2-platforms][PATCH v3 5/5] ArmPlatformPkg: Add Readme file

[PATCH v5 0/4] Add function QuickSort into MdePkg/BaseLib
 2021-10-04 15:33 UTC  (9+ messages)
` [PATCH v5 1/4] MdePkg/BaseLib: Add QuickSort function on BaseLib
  ` [edk2-devel] "
` [PATCH v5 2/4] MdeModulePkg/SortLib: "
` [PATCH v5 3/4] CryptoPkg/CryptLib: "
` [PATCH v5 4/4] UefiCpuPkg/CpuCacheInfoLib: "
  ` [edk2-devel] "

[edk2-platforms][PATCH v2 0/5] Improvements for booting to Linux on RISC-V
 2021-10-04 14:26 UTC  (7+ messages)
` [edk2-platforms] PATCH v2 1/5] U540, U500: Add filesystem drivers
` [edk2-platforms][PATCH v2 2/5] RISC-V/CpuDxe: Ignore set memory attributes failure
` [edk2-platforms][PATCH v2 3/5] U540, U500: Add initrd command to boot Linux
` [edk2-platforms][PATCH v2 4/5] U540: BuildCpuHob with 48 to indicate size memory space
` [edk2-platforms][PATCH v2 5/5] Signal EndOfDxe in boot manager

[edk2-platforms][PATCH v3 0/5] Platform/Sgi: Add platform support for firmware first error handling
 2021-10-04 12:46 UTC  (7+ messages)
` [edk2-platforms][PATCH v3 2/5] Platform/Sgi: dmc-620 firmware-first "
` [edk2-platforms][PATCH v3 4/5] Platform/Sgi: Define values for ACPI table header
` [edk2-platforms][PATCH v3 5/5] Platform/Sgi: Add platform error handling driver

[PATCH v3 00/28] Add new Ampere Mt. Jade platform
 2021-10-04 12:03 UTC  (6+ messages)
` [PATCH v3 12/28] AmpereAltraPkg: Add Ac01PcieLib library instance

[PATCH v1 0/5] Improvements for booting to Linux on RISC-V
 2021-10-04 11:26 UTC  (13+ messages)
` [PATCH v1 1/5] U540, U500: Add filesystem drivers
` [PATCH v1 2/5] RISC-V/CpuDxe: Ignore set memory attributes failure
` [PATCH v1 3/5] U540, U500: Add initrd command to boot Linux
` [PATCH v1 4/5] U540: BuildCpuHob with 48 to indicate size memory space
` [PATCH v1 5/5] Signal EndOfDxe in boot manager

[edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
 2021-10-04  9:50 UTC 

[PATCH V3 00/12] Migrate ArmVirtPkg modules to OvmfPkg
 2021-10-04 10:05 UTC  (17+ messages)
` [PATCH V3 01/12] ArmVirtPkg/FdtClintDxe: Move FdtClientDxe to EmbeddedPkg
` [PATCH V3 02/12] MdePkg: Add PcdPciIoTranslation PCD
` [PATCH V3 03/12] ArmPkg: Use PcdPciIoTranslation PCD from MdePkg
` [PATCH V3 04/12] ArmVirtPkg/FdtPciPcdProducerLib: Relocate PciPcdProducerLib to OvmfPkg
` [PATCH V3 05/12] ArmVirtPkg/HighMemDxe: Relocate HighMemDxe "
` [PATCH V3 06/12] OvmfPkg/HighMemDxe: Add RISC-V in the supported arch
` [PATCH V3 07/12] ArmVirtPkg/QemuFwCfgLib: Relocate QemuFwCfgLib to OvmfPkg
` [PATCH V3 08/12] OvmfPkg/QemuFwCfgLibMMIO: Add RISC-V arch support
` [PATCH V3 09/12] MdePkg: Add PcdPciMmio32(64)Translation PCDs
` [PATCH V3 10/12] ArmVirtPkg/FdtPciHostBridgeLib: Relocate FdtPciHostBridgeLib to OvmfPkg/Fdt
` [PATCH V3 11/12] OvmfPkg/FdtPciHostBridgeLib: Add RISC-V in the supported arch
` [PATCH V3 12/12] ArmVirtPkg/VirtioFdtDxe: Relocate VirtioFdtDxe to OvmfPkg/Fdt
` [edk2-devel] [PATCH V3 00/12] Migrate ArmVirtPkg modules to OvmfPkg

[PATCH v4 0/4] Add function QuickSort into MdePkg/BaseLib
 2021-10-04  4:46 UTC  (5+ messages)
` [PATCH v4 1/4] MdePkg/BaseLib: Add QuickSort function on BaseLib
` [PATCH v4 2/4] MdeModulePkg/SortLib: "
` [PATCH v4 3/4] CryptoPkg/CryptLib: "
` [PATCH v4 4/4] UefiCpuPkg/CpuCacheInfoLib: "

[PATCH v3 0/4] Add function QuickSort into MdePkg/BaseLib
 2021-10-04  3:07 UTC  (5+ messages)
` [PATCH v3 1/4] MdePkg/BaseLib: Add QuickSort function on BaseLib
` [PATCH v3 2/4] MdeModulePkg/SortLib: "
` [PATCH v3 3/4] CryptoPkg/CryptLib: "
` [PATCH v3 4/4] UefiCpuPkg/CpuCacheInfoLib: "

[PATCH v2 0/4] Add function QuickSort into MdePkg/BaseLib
 2021-10-04  2:57 UTC 

[PATCH v1 0/4] Add function QuickSort into MdePkg/BaseLib
 2021-10-04  2:13 UTC 

[edk2-devel] [PATCH v1 0/5] Improvements for booting to Linux on RISC-V
 2021-10-04  2:09 UTC 

[PATCH] IntelFsp2Pkg: Adopt FSP 2.3 specification
 2021-10-04  1:10 UTC  (4+ messages)

[edk2-libc Patch 0/1] Add IA32 support for Py3 packaging script
 2021-10-04  0:35 UTC  (9+ messages)
` [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add IA32 support for py3 package creation batch script
    ` [edk2-devel] "

Is Comcast/RDKQemu./RDKQemu.dsc platform still in use?
 2021-10-03 23:57 UTC 

[PATCH 0/5] Platform/Rpi: Various cleanups
 2021-10-02  1:17 UTC  (11+ messages)
` [PATCH 1/5] Platform/RaspberryPi: Fix vfr warning caused by two defaults
` [PATCH 2/5] Platform/RaspberryPi: Expand locking to cover return data
` [PATCH 3/5] Platform/RaspberryPi: Update Linux quirk name
` [PATCH 4/5] Platform/RaspberryPi: Normal memory should not be marked as uncached
` [PATCH 5/5] Platform/RaspberryPi: Disconnect/shutdown all drivers before reboot

[edk2-platforms][PATCH v2 1/1] MinPlatformPkg/AcpiTables: Update structures for ACPI 6.3
 2021-10-02  1:14 UTC  (3+ messages)

[PATCH v2 0/1] Fix DT boot on rpi4
 2021-10-02  0:52 UTC  (2+ messages)
` [PATCH v2 1/1] Platform/RaspberryPi: Always use non translating DMA in DT mode

[PATCH v1 0/9] Add Raw algorithm support using Arm FW-TRNG interface
 2021-10-01 17:47 UTC  (11+ messages)
` [PATCH v1 1/9] MdePkg: Definition for TRNG library class interface
` [PATCH v1 2/9] ArmPkg: PCD to select conduit for monitor calls
` [PATCH v1 3/9] ArmPkg: Add Arm Firmware TRNG library
` [PATCH v1 4/9] MdePkg: Add definition for NULL GUID
` [PATCH v1 5/9] MdePkg: Add NULL instance of TRNG Library
` [PATCH v1 6/9] SecurityPkg: Rename RdRandGenerateEntropy to common name
` [PATCH v1 7/9] SecurityPkg: Restructure checks in RngGetInfo
` [PATCH v1 8/9] SecurityPkg: Add RawAlgorithm support using TRNG library
` [PATCH v1 9/9] ArmVirtPkg: Kvmtool: Add RNG support using FW-TRNG interface
  ` [edk2-devel] "

[PATCH edk2-platforms v1 0/2] Enable RNG support for Juno
 2021-10-01 17:44 UTC  (4+ messages)
` [PATCH edk2-platforms v1 1/2] Platform/ARM: Add NULL instance of TRNG lib to Libraries
` [PATCH edk2-platforms v1 2/2] Platform/ARM/Juno: Add RNG support using FW-TRNG interface
  ` [edk2-devel] "

[PATCH v1 00/13] Create a SSDT CPU topology generator
 2021-10-01 15:43 UTC  (23+ messages)
` [PATCH v1 01/13] DynamicTablesPkg: Make AmlNodeGetIntegerValue public
` [PATCH v1 02/13] DynamicTablesPkg: AML Code generation for Register()
` [PATCH v1 03/13] DynamicTablesPkg: AML Code generation for Resource data EndTag
` [PATCH v1 04/13] DynamicTablesPkg: AML code generation for a Package
` [PATCH v1 05/13] DynamicTablesPkg: Helper function to compute package length
` [PATCH v1 06/13] DynamicTablesPkg: AML code generation for a ResourceTemplate
` [PATCH v1 07/13] DynamicTablesPkg: AML code generation for a Method
` [PATCH v1 08/13] DynamicTablesPkg: AML code generation to Return a NameString
` [PATCH v1 09/13] DynamicTablesPkg: AML code generation for a Method returning a NS
` [PATCH v1 10/13] DynamicTablesPkg: AML code generation for a _LPI object
` [PATCH v1 11/13] DynamicTablesPkg: AML code generation to add an _LPI state

[PATCH v2 00/10] Various DynamicTablesPkg modifications
 2021-10-01 12:04 UTC  (12+ messages)
` [PATCH v2 01/10] DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLib
` [PATCH v2 02/10] DynamicTablesPkg: Update TableHelperLib.inf
` [PATCH v2 03/10] DynamicTablesPkg: Rename single char input parameter
` [PATCH v2 04/10] DynamicTablesPkg: Add HexFromAscii() to AcpiHelperLib
` [PATCH v2 05/10] DynamicTablesPkg: Add AmlGetEisaIdFromString() "
` [PATCH v2 06/10] DynamicTablesPkg: Add Configuration Manager Object parser
` [PATCH v2 07/10] DynamicTablesPkg: Use %a formatter in AmlDbgPrint
` [PATCH v2 08/10] DynamicTablesPkg: Update DynamicTablesPkg.ci.yaml
` [PATCH v2 09/10] DynamicTablesPkg: Deprecate Crs specific methods in AmlLib
` [PATCH v2 10/10] DynamicTablesPkg: Rework AmlResourceDataCodegen.c/h

[edk2-devel] [PATCH 1/1] UefiPayloadPkg: Add PCI root bridge info hob support for SBL
 2021-09-30 20:17 UTC  (2+ messages)

[PATCH V8 0/3] Add Intel TDX support in OvmfPkg/ResetVector
 2021-09-30 17:39 UTC  (9+ messages)
` [PATCH V8 3/3] OvmfPkg: Enable TDX in ResetVector
        ` [edk2-devel] "

Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, October 1, 2021 #cal-cancelled
 2021-09-30 17:15 UTC 

[edk2-devel] [PATCH 1/1] UefiPayloadPkg: Add PCI root bridge info hob support for SBL
 2021-09-30 17:06 UTC 

error C0DE: Tools code failure
 2021-09-30 16:17 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH edk2-platforms v3 0/6] Enable edk2-platforms CI for JunoPkg
 2021-09-30 15:02 UTC 

[PATCH 1/1] SecurityPkg: Fix SecureBootDefaultKeysDxe failed to start
 2021-09-30 14:58 UTC  (4+ messages)
` [edk2-devel] "

[edk2-platforms PATCH v2 0/6] Some BeagleBoardPkg fixes
 2021-09-30 13:57 UTC  (2+ messages)

[PATCH v1] UefiCpuPkg: Cpu feature data stored in memory may be migrated
 2021-09-30  7:35 UTC  (4+ messages)

[PATCH] .azurepipelines: Enable CI for WhiskeylakeOpenBoard in Edk2platforms
 2021-09-30  7:30 UTC  (5+ messages)
    ` 回复: [edk2-devel] "

[`edk2-devel][PATCH] UefiPayloadPkg: Remove asm code and sharing libraries
 2021-09-30  7:29 UTC  (2+ messages)

[PATCH v2] UefiCpuPkg: Cpu feature data stored in memory may be migrated
 2021-09-30  7:21 UTC  (3+ messages)
` [edk2-devel] "

[PATCH] UefiPayloadPkg: Add a macro to enable or disable the SecurityStubDxe driver
 2021-09-30  7:16 UTC  (2+ messages)

[PATCH] Silicon/SynQuacerI2cDxe: Wait for bus busy
 2021-09-30  5:44 UTC 

[PATCH V2 0/2] Add ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0
 2021-09-30  1:57 UTC  (3+ messages)
` 回复: [edk2-devel] "
  `  "

[`edk2-devel][PATCH 0/8] Add SMM variable support for UEFI payload
 2021-09-30  0:11 UTC  (2+ messages)

[PATCH v2 0/4] OvmfPkg: Disable the TPM 2 platform hierarchy
 2021-09-30  0:01 UTC  (4+ messages)
  ` [edk2-devel] "

[PATCH v3 0/4] UefiPayloadPkg: LinuxBoot Support in UefiPayload
 2021-09-29 19:15 UTC  (6+ messages)
` [PATCH v3 1/4] UefiPayloadPkg: Add LINUXBOOT payload target
` [edk2-devel] [PATCH v3 0/4] UefiPayloadPkg: LinuxBoot Support in UefiPayload

[`edk2-devel][PATCH] UefiPayloadPkg: Add Linux bootloader support
 2021-09-29 19:04 UTC 

[PATCH v1 00/10] Various DynamicTablesPkg modifications
 2021-09-29 15:03 UTC  (5+ messages)
` [PATCH v1 06/10] DynamicTablesPkg: Add Configuration Manager Object parser
  ` [edk2-devel] "

[`edk2-devel][PATCH V2] UefiPayloadPkg: Build a HOB from bootloader ACPI table
 2021-09-29 14:13 UTC  (2+ messages)

[PATCH V2 0/9] Migrate ArmVirtPkg modules to OvmfPkg
 2021-09-29 12:57 UTC  (8+ messages)
` [PATCH V2 6/9] ArmVirtPkg/QemuFwCfgLib: Relocate QemuFwCfgLib "
        ` [edk2-devel] "

[PATCH v1 0/4] Set default Makefile name
 2021-09-29 11:53 UTC  (3+ messages)
  ` [edk2-devel] "

[PATCH v3 0/2] BaseTools: Switch to downloading the ARM and AARCH64 compilers from Arm's site
 2021-09-29 11:15 UTC  (6+ messages)
  ` 回复: [edk2-devel] "
      ` 回复: "

[PATCH v2 0/2] BaseTools: Switch to downloading the ARM/AARCH64 compiler from Arm's site
 2021-09-29 11:03 UTC  (2+ messages)

[Patch V2 1/1] BaseTools: Change RealPath to AbsPath
 2021-09-29  8:43 UTC 

[edk2-devel] [PATCH] .azurepipelines: Enable CI for WhiskeylakeOpenBoard in Edk2platforms
 2021-09-29  6:42 UTC 

[PATCH] MdeModulePkg/Core/Dxe: Add lock protection in CoreLocateHandleBuffer()
 2021-09-29  5:49 UTC 


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