public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-12-08 08:17:27 to 2023-12-12 13:13:59 UTC [more...]

[edk2-devel] [Patch V2] BaseTools: VfrCompiler Adds DefaultValueError Feature
 2023-12-12  9:04 UTC  (2+ messages)

[edk2-devel] [PATCH v4 00/37] Enable LoongArch virtual machine in edk2
 2023-12-12 13:13 UTC  (27+ messages)
` [edk2-devel] [PATCH v4 01/37] MdePkg: Add the header file named Csr.h for LoongArch64
` [edk2-devel] [PATCH v4 02/37] MdePkg: Add LoongArch64 FPU function set into BaseCpuLib
` [edk2-devel] [PATCH v4 03/37] MdePkg: Add LoongArch64 exception function set into BaseLib
` [edk2-devel] [PATCH v4 04/37] MdePkg: Add LoongArch64 local interrupt "
` [edk2-devel] [PATCH v4 05/37] MdePkg: Add LoongArch Cpucfg function
` [edk2-devel] [PATCH v4 06/37] MdePkg: Add read stable counter operation for LoongArch
` [edk2-devel] [PATCH v4 07/37] MdePkg: Add CSR "
` [edk2-devel] [PATCH v4 08/37] MdePkg: Add IOCSR "
` [edk2-devel] [PATCH v4 09/37] MdePkg: Add a new library named PeiServicesTablePointerLibKs0
` [edk2-devel] [PATCH v4 10/37] UefiCpuPkg: Add LoongArch64 CPU Timer library
` [edk2-devel] [PATCH v4 11/37] UefiCpuPkg: Add CPU exception library for LoongArch
` [edk2-devel] [PATCH v4 12/37] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg
` [edk2-devel] [PATCH v4 13/37] UefiCpuPkg: Add LoongArch64CpuMmuLib "
` [edk2-devel] [PATCH v4 14/37] UefiCpuPkg: Add multiprocessor library for LoongArch64
` [edk2-devel] [PATCH v4 15/37] UefiCpuPkg: Add CpuDxe driver "
` [edk2-devel] [PATCH v4 16/37] EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64
` [edk2-devel] [PATCH v4 17/37] ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg
` [edk2-devel] [PATCH v4 18/37] MdePkg: Add a PCD feature flag named PcdPciIoTranslationIsEnabled
` [edk2-devel] [PATCH v4 19/37] UefiCpuPkg: Add MMIO method in CpuIo2Dxe
` [edk2-devel] [PATCH v4 20/37] ArmVirtPkg: Enable UefiCpuPkg version CpuIo2Dxe
` [edk2-devel] [PATCH v4 22/37] OvmfPkg/RiscVVirt: Remove PciCpuIo2Dxe from RiscVVirt
` [edk2-devel] [PATCH v4 23/37] ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg
` [edk2-devel] [PATCH v4 24/37] ArmVirtPkg: Move the PcdTerminalTypeGuidBuffer into OvmfPkg
` [edk2-devel] [PATCH v4 25/37] ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg
` [edk2-devel] [PATCH v4 26/37] OvmfPkg/LoongArchVirt: Add stable timer driver
` [edk2-devel] [PATCH v4 27/37] OvmfPkg/LoongArchVirt: Add a NULL library named CollectApResouceLibNull

[edk2-devel] [PATCH] DebugLib: Allow -Wunneeded-internal-declaration with clang
 2023-12-12 12:57 UTC  (4+ messages)

[edk2-devel] [edk2-platforms][PATCH V1 0/5] Enable non volatile storage on N1SDP
 2023-12-12 12:08 UTC  (3+ messages)
` [edk2-devel] [edk2-platforms][PATCH V1 3/5] Platform/ARM/N1Sdp: NOR flash Dxe Driver for N1Sdp

[edk2-devel] [PATCH v4] ArmVirt: Allow memory attributes protocol to be disabled
 2023-12-12 10:42 UTC  (3+ messages)

[edk2-devel] [PATCH] BaseTools/tools_def: Disable unneeded-internal-declaration warning in CLANGPDB
 2023-12-12 10:30 UTC  (13+ messages)

[edk2-devel] [PATCH] EmbeddedPkg/PrePiMemoryAllocationLib: Add ReallocatePool
 2023-12-12  9:48 UTC  (2+ messages)

[edk2-devel] [PATCH 1/1] BaseTools/Scripts/PatchCheck.py: Check for Change-id
 2023-12-12  9:38 UTC  (5+ messages)

[edk2-devel] [PATCH v4 0/3] Platform/ARM: Enable _CPC/_PSD generation on Juno-r2
 2023-12-12  9:30 UTC  (4+ messages)
` [edk2-devel] [PATCH v4 1/3] Platform/ARM: Juno: Fix typo
` [edk2-devel] [PATCH v4 2/3] Platform/ARM: Juno: Generate _PSD objects
` [edk2-devel] [PATCH v4 3/3] Platform/ARM: Juno: Generate _CPC objects for JunoR2

[edk2-devel] [PATCH v4 00/10] DynamicTablesPkg: Enable _PSD/_CPC generation using SCMI
 2023-12-12  9:28 UTC  (11+ messages)
` [edk2-devel] [PATCH v4 01/10] ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSION
` [edk2-devel] [PATCH v4 02/10] ArmPkg/ArmScmiDxe: Add PERFORMANCE_DESCRIBE_FASTCHANNEL support
` [edk2-devel] [PATCH v4 03/10] DynamicTablesPkg: Use new CPC revision macro
` [edk2-devel] [PATCH v4 04/10] DynamicTablesPkg: Rename AmlCpcInfo.h to AcpiObjects.h
` [edk2-devel] [PATCH v4 05/10] DynamicTablesPkg: Add CM_ARM_PSD_INFO object
` [edk2-devel] [PATCH v4 06/10] DynamicTablesPkg: Add PsdToken field to CM_ARM_GICC_INFO object
` [edk2-devel] [PATCH v4 07/10] DynamicTablesPkg: Add AmlCreatePsdNode() to generate _PSD
` [edk2-devel] [PATCH v4 08/10] DynamicTablesPkg: Generate _PSD in SsdtCpuTopologyGenerator
` [edk2-devel] [PATCH v4 09/10] DynamicTablesPkg: Add DynamicTablesScmiInfoLib
` [edk2-devel] [PATCH v4 10/10] DynamicTablesPkg: Remove check for _CPC field

[edk2-devel] [PATCH] BaseTools/GenFw: Change opcode when converting ADR to ADRP
 2023-12-12  9:22 UTC  (13+ messages)

[edk2-devel] [PATCH v2] MdeModulePkg/UefiBootManagerLib: Signal ReadyToBoot on platform recovery
 2023-12-12  8:11 UTC  (7+ messages)

[edk2-devel] [PATCH v3 00/11] Add HMAC/HKDF/RSA/HASH/AES features based on Mbedtls
 2023-12-12  4:03 UTC  (4+ messages)
` [edk2-devel] [PATCH v3 06/11] CryptoPkg: Add all .inf files for BaseCryptLibMbedTls

[edk2-devel] [PATCH v3 11/39] UefiCpuPkg: Add LoongArch64 CPU Timer library
 2023-12-12  3:45 UTC  (12+ messages)
` [edk2-devel] [PATCH v3 13/39] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, December 12, 2023 #cal-reminder
 2023-12-12  2:30 UTC 

[edk2-devel] [Patch V3 0/6] Create and consume a new gMpInformationHobGuid2 in UefiCpuPkg
 2023-12-12  1:20 UTC  (3+ messages)

[edk2-devel] [PATCH 0/4] Add DEBUG_MANAGEABILITY to debug level comments
 2023-12-12  1:19 UTC  (10+ messages)
` [edk2-devel] [PATCH 1/4] MdePkg: Improve wording of manageability debug level comment
` [edk2-devel] [PATCH 2/4] MdePkg: Add manageability debug level to PcdFixedDebugPrintErrorLevel
` [edk2-devel] [PATCH 3/4] MdePkg: Update MdePkg.uni with manageability debug level
` [edk2-devel] [PATCH 4/4] ArmVirtPkg: Sync debug level comments in ArmVirt.dsc.inc

[edk2-devel] [PATCH v4 1/1] MdeModulePkg: Support customized FV Migration Information
 2023-12-12  0:46 UTC  (2+ messages)
` 回复: "

[edk2-devel] [PATCH 0/1] MdePkg/IndustryStandard: Add _PSD/_CPC/Coord types definitions
 2023-12-12  0:36 UTC  (6+ messages)
` [edk2-devel] [PATCH 1/1] "
        ` 回复: "

[edk2-devel] [PATCH v2 1/3] UefiCpuPkg/CpuPageTableLib: Init local variable before using it
 2023-12-12  0:35 UTC  (4+ messages)
` [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/CpuMpPei: Use CpuPageTableLib to set memory attribute

[edk2-devel] [PATCH v1 0/1] Resolve regex syntax warnings
 2023-12-12  0:30 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 1/1] BaseTools: "
  ` [edk2-devel] 回复: "

[edk2-devel] [Patch V2] UefiCpuPkg/PiSmmCpuDxeSmm: SmmCpuRendezvous ensure all Aps in Present
 2023-12-12  0:29 UTC  (4+ messages)

[edk2-devel] [PATCH v3] MdePkg: Add a new memory type definition
 2023-12-12  0:27 UTC  (4+ messages)
` [edk2-devel] 回复: "

[edk2-devel] [PATCH] MdePkg: Define the DevicePath argument from LoadImage as optional
 2023-12-12  0:26 UTC  (2+ messages)
` 回复: "

[edk2-devel] [PATCH V2] RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow
 2023-12-12  0:24 UTC 

[edk2-devel] [PATCH v2 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2023-12-11 23:37 UTC  (5+ messages)

[edk2-devel] [PATCH v2 1/4] UefiPayloadPkg/SblParseLib: Build SMM feature GUID HOBs from bootloader
 2023-12-11 22:39 UTC  (4+ messages)
` [edk2-devel] [PATCH v2 2/4] UefiPayloadPkg: Introduce coreboot FMAP parser library
` [edk2-devel] [PATCH v2 3/4] [WIP] UefiPayloadPkg/CbParseLib: Initial coreboot support for SMM payload
` [edk2-devel] [PATCH v2 4/4] [WIP] UefiPayloadPkg: Support SMRAMC register

[edk2-devel] [PATCH v1 1/4] UefiPayloadPkg/SblParseLib: Build SMM feature GUID HOBs from bootloader
 2023-12-11 22:37 UTC  (4+ messages)
` [edk2-devel] [PATCH v1 2/4] UefiPayloadPkg: Introduce coreboot FMAP parser library
` [edk2-devel] [PATCH v1 3/4] [WIP] UefiPayloadPkg/CbParseLib: Initial coreboot support for SMM payload
` [edk2-devel] [PATCH v1 4/4] [WIP] UefiPayloadPkg: Support SMRAMC register

[edk2-devel] [PATCH 1/1] OutOfBandManagement/SpcrFeaturePkg: PCD based IRQ/GSI
 2023-12-11 21:21 UTC  (3+ messages)

[edk2-devel] [PATCH v1 1/1] IpmiFeaturePkg/GenericIpmi: Sync change from SMM
 2023-12-11 21:16 UTC  (3+ messages)

[edk2-devel] [PATCH 0/2] Remove string IO instruction in BaseIoLibIntrinsic.inf
 2023-12-11 21:12 UTC  (4+ messages)
  ` [edk2-devel] [PATCH 2/2] MdePkg:simplify Fifo API in BaseIoLibIntrinsic

[edk2-devel] [PATCH v7 0/5] MdePkg: Add macro definitions for CET feature for NASM files
 2023-12-11 17:48 UTC  (5+ messages)
` [edk2-devel] [PATCH v7 1/5] UefiCpuPkg: "

[edk2-devel] [Patch V4 0/3] UefiCpuPkg/MpInitLib: Eliminate redundant microcode loading in DXE
 2023-12-11 17:35 UTC  (3+ messages)

[edk2-devel] [PATCH edk2-test v2 0/4] Various improvements to the repo
 2023-12-11 17:24 UTC  (11+ messages)
` [edk2-devel] [PATCH edk2-test v2 1/4] Unbreak buildzip.sh
` [edk2-devel] [PATCH edk2-test v2 2/4] Rename files in HowToBuild to avoid spaces in filenames
` [edk2-devel] [PATCH edk2-test v2 4/4] Fix the URL for the edk2-test repo

[edk2-devel] [PATCH v2] CloudHv: Add CI for CloudHv on AArch64
 2023-12-11 17:21 UTC  (3+ messages)

[edk2-devel] [PATCH] MdePkg/BaseFdtLib: Rename standard functions
 2023-12-11 16:52 UTC  (3+ messages)

[edk2-devel] [PATCH v9 0/5] Cache Management Operations Support For RISC-V
 2023-12-11 15:54 UTC  (11+ messages)
` [edk2-devel] [PATCH v9 4/5] MdePkg: Utilize Cache Management Operations Implementation "

[edk2-devel] [PATCH] EmbeddedPkg: Add DtPlatformLoaderLib gmock support
 2023-12-11 15:46 UTC 

[edk2-devel] [PATCH] MdePkg: Add FdtLib gmock support
 2023-12-11 15:43 UTC 

[edk2-devel] [PATCH V2] RedfishPkg/RedfishDicovery: Remedy Redfish service discovery flow
 2023-12-11 14:58 UTC 

[edk2-devel] [PATCH v3] ArmVirt: Allow memory attributes protocol to be disabled
 2023-12-11 14:44 UTC  (4+ messages)

[edk2-devel] [PATCH v2] ArmVirt: Allow memory attributes protocol to be disabled on first boot
 2023-12-11 14:27 UTC  (10+ messages)

[edk2-devel] [PATCH v3 0/5] DynamicTablesPkg: Updated word I/O
 2023-12-11 14:26 UTC  (7+ messages)
` [edk2-devel] [PATCH v3 1/5] DynamicTablesPkg: AML Code generation for word I/O ranges
` [edk2-devel] [PATCH v3 2/5] DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters
` [edk2-devel] [PATCH v3 3/5] DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION
` [edk2-devel] [PATCH v3 4/5] DynamicTablesPkg: Adds API to generate a method with ArgN
` [edk2-devel] [PATCH v3 5/5] DynamicTablesPkg: Adds wrapper API AmlCodeGenMethodInvokeMethodArgn

[PATCH v2 0/2] SctPkg: GCC compilation support
 2023-12-11 11:30 UTC  (7+ messages)
` [PATCH v2 1/2] SctPkg: Fix X64 build errors for GCC toolchain
  ` [edk2-devel] "
` [PATCH v2 2/2] SctPkg: Fix the UefiSct -Wincompatible-pointer-types warnings
  ` [edk2-devel] "

[edk2-devel] [PATCH edk2-test 0/4] Various improvements to the repo
 2023-12-11 11:10 UTC  (3+ messages)
` [edk2-devel] [PATCH edk2-test 3/4] Point users to the URL for edk2-test-parser if it doesn't exist

[edk2-devel] [PATCH v4 1/1] MdeModulePkg: Support customized FV Migration Information
 2023-12-11  9:37 UTC 

[Patch V2 1/4] BaseTools: fixing FMMT ShrinkFv issue
 2023-12-11  9:34 UTC  (8+ messages)
  ` 回复: [edk2-devel] "
      `  "

[edk2-devel] [edk2-stable202311][PATCH] BaseTools: Python VfrCompiler implementation
 2023-12-11  9:33 UTC  (3+ messages)
    ` 回复: "

[edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP
 2023-12-11  8:12 UTC  (3+ messages)

[edk2-devel] Question about the boundary and difference between System Firmware and UEFI CXL drivers
 2023-12-11  7:09 UTC  (4+ messages)

[edk2-devel] [PATCH v1 1/1] StandaloneMmPkg/StandaloneMmHobLib: Remove HOB creation
 2023-12-11  5:49 UTC  (3+ messages)

[edk2-devel] [PATCH] [edk2-staging]BaseTools: Python VfrCompiler Tool Update
 2023-12-11  0:35 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, December 11, 2023 #cal-reminder
 2023-12-11  0:30 UTC 

[edk2-devel] RELEASE CLANGPDB OVMF currently does not compile
 2023-12-10 10:20 UTC  (4+ messages)

[edk2-devel] [edk2-libc Patch 0/1] writeio() edk2module not working as expected
 2023-12-10  3:12 UTC  (3+ messages)
` [edk2-devel] [edk2-libc Patch 1/1] ek2-libc: writeio function in edk2module.c "

[edk2-devel] CLANGDWARF OVMF hangs on start
 2023-12-09 16:10 UTC  (7+ messages)

[edk2-devel] [PATCH v2] MdePkg: Define the DevicePath argument from LoadImage as optional
 2023-12-08 22:56 UTC  (3+ messages)

[edk2-devel] [edk2-platforms PATCH 1/1] Silicon/Marvell/OdysseyPkg: New Marvell Odyssey processor
 2023-12-08 16:37 UTC  (2+ messages)

[edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances
 2023-12-08 16:22 UTC  (3+ messages)
` [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: Add ImagePropertiesRecordLib Instance

[edk2-devel] [PATCH] Maintainers.txt: add Aaron Young as MptScsi and PvScsi reviewer
 2023-12-08 13:32 UTC  (3+ messages)

[edk2-devel] [PATCH 0/3] Maintainers.txt: add Laszlo Ersek as an ArmVirt, Ovmf, UefiCpu Pkg "M"
 2023-12-08 13:31 UTC  (2+ messages)

[edk2-devel] [PATCH v2] OvmfPkg/MemEncryptSevLib: Fix address overflow during PVALIDATE
 2023-12-08 13:29 UTC  (8+ messages)

[edk2-devel] [PATCH v2 0/3] Get and use Get processor extended information
 2023-12-08 13:28 UTC  (7+ messages)
` [edk2-devel] [PATCH v2 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Use "

[edk2-devel] [PATCH v2 1/1] ShellPkg: Fix typos
 2023-12-08 13:27 UTC  (3+ messages)

[edk2-devel] [Patch V3 0/6] Create and consume a new gMpInformationHobGuid2 in UefiCpuPkg
 2023-12-08  9:54 UTC  (4+ messages)
` [edk2-devel] [Patch V3 2/6] UefiCpuPkg: Build MpInfo2HOB in CpuMpPei
` [edk2-devel] [Patch V3 3/6] UefiCpuPkg: Consume MpInfo2Hob in PiSmmCpuDxe
` [edk2-devel] [Patch V3 6/6] UefiCpuPkg: Avoid assuming only one smmbasehob

[edk2-devel] [Patch V2 0/6] Create and consume a new gMpInformationHobGuid2 in UefiCpuPkg
 2023-12-08  8:26 UTC  (7+ messages)
` [edk2-devel] [Patch V2 1/6] UefiCpuPkg: Create "
` [edk2-devel] [Patch V2 3/6] UefiCpuPkg: Consume MpInfo2Hob in PiSmmCpuDxe
` [edk2-devel] [Patch V2 6/6] UefiCpuPkg: Avoid assuming only one smmbasehob


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