public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-12-13 13:38:22 to 2023-12-19 03:40:05 UTC [more...]

[edk2-devel] [edk2-redfish-client][PATCH v2 0/3] change method for provisioning + minor fixes
 2023-12-19  3:40 UTC  (8+ messages)
` [edk2-devel] [edk2-redfish-client][PATCH v2 1/3] RedfishClientPkg: add check for NULL pointer to avoid ASSERT
` [edk2-devel] [edk2-redfish-client][PATCH v2 2/3] RedfishClientPkg: fix typo in EfiRestJsonStructureProtocolIsReady
` [edk2-devel] [edk2-redfish-client][PATCH v2 3/3] RedfishClientPkg: fix access to unitialized variable

[edk2-devel] [Resend PATCH v4 0/4] DynamicTablesPkg: Adds WordIO and method invocation ability
 2023-12-19  3:06 UTC  (5+ messages)
` [edk2-devel] [Resend PATCH v4 1/4] DynamicTablesPkg: AML Code generation for word I/O ranges
` [edk2-devel] [Resend PATCH v4 2/4] DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters
` [edk2-devel] [Resend PATCH v4 3/4] DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION
` [edk2-devel] [Resend PATCH v4 4/4] DynamicTablesPkg: AML Code generation to invoke a method

[edk2-devel] [PATCH v2 0/14] Redfish related fixes and improvements
 2023-12-19  2:51 UTC  (31+ messages)
` [edk2-devel] [PATCH v2 01/14] RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo
` [edk2-devel] [PATCH v2 02/14] RedfishPkg: fix RedfishPlatformCredentialLib "
` [edk2-devel] [PATCH v2 03/14] RedfishPkg: get rid of unused definitions from RedfishCrtLib.h
` [edk2-devel] [PATCH v2 04/14] RedfishPkg: RedfishPlatformConfigDxe: reduce memory allocations
` [edk2-devel] [PATCH v2 05/14] RedfishPkg: RedfishDiscoverDxe: fix memory leak on error path
` [edk2-devel] [PATCH v2 06/14] RedfishPkg: add Component Name protocols to RedfishConfigHandler driver
` [edk2-devel] [PATCH v2 07/14] RedfishPkg: add proper initialization of IPMI request
` [edk2-devel] [PATCH v2 08/14] EmulatorPkg: fix typo. PcdRedfishServie -> PcdRedfishService
` [edk2-devel] [PATCH v2 09/14] EmulatorPkg: RedfishPlatformHostInterfaceLib: get rid of unused variable
` [edk2-devel] [PATCH v2 10/14] RedfishDiscoverDxe: introduce InitInformationData helper function
` [edk2-devel] [PATCH v2 11/14] RedfishDiscoverDxe: refine InitInformationData(), remove unnecessary casts
` [edk2-devel] [PATCH v2 12/14] RedfishDiscoverDxe: refine InitInformationData() function
` [edk2-devel] [PATCH v2 13/14] RedfishDiscoverDxe: handle memory allocation error conditions
` [edk2-devel] [PATCH v2 14/14] RedfishPkg: RedfishDiscoverDxe: add [] brackets to URI for IPv6 addresses

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

[edk2-devel] [PATCH v4 00/37] Enable LoongArch virtual machine in edk2
 2023-12-19  1:59 UTC  (5+ messages)
` [edk2-devel] [PATCH v4 12/37] UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkg

[edk2-devel] Copyright for an individual contributor
 2023-12-19  1:38 UTC  (3+ messages)

[edk2-devel] [PATCH v1 0/6] Tests for TCG2 Protocol
 2023-12-15 14:30 UTC  (8+ messages)
` [edk2-devel] [PATCH v1 1/6] uefi-sct/SctPkg: TCG2 Protocol: add header with TCG2 protocol definitions
` [edk2-devel] [PATCH v1 2/6] uefi-sct/SctPkg: TCG2 Protocol: add test infrastructure and GetCapability Test
` [edk2-devel] [PATCH v1 3/6] uefi-sct/SctPkg: TCG2 Protocol: add GetActivePcrBanks test
` [edk2-devel] [PATCH v1 4/6] uefi-sct/SctPkg: TCG2 Protocol: add HashLogExtendEvent test
` [edk2-devel] [PATCH v1 5/6] uefi-sct/SctPkg: TCG2 Protocol: add GetEventLog test
` [edk2-devel] [PATCH v1 6/6] uefi-sct/SctPkg: TCG2 Protocol: add SubmitCommand test

[edk2-devel] Cancelled Event: Tools, CI, Code base construction meeting series - Monday, January 1, 2024 #cal-cancelled
 2023-12-18 22:32 UTC 

[edk2-devel] Cancelled Event: Tools, CI, Code base construction meeting series - Monday, December 25, 2023 #cal-cancelled
 2023-12-18 22:32 UTC 

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

[edk2-devel] reg: Clarification on LoadFile2 Protocol Installation for Network Boot Devices
 2023-12-18 20:10 UTC  (2+ messages)
  ` [edk2-devel] "

[edk2-devel] [PATCH v4 0/4] DynamicTablesPkg: Adds WordIO and method invocation ability
 2023-12-18 16:12 UTC  (5+ messages)
` [edk2-devel] [PATCH v4 1/4] DynamicTablesPkg: AML Code generation for word I/O ranges
` [edk2-devel] [PATCH v4 2/4] DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters
` [edk2-devel] [PATCH v4 3/4] DynamicTablesPkg: Corrects function pointer typedef of AML_PARSE_FUNCTION
` [edk2-devel] [PATCH v4 4/4] DynamicTablesPkg: AML Code generation to invoke a method

[edk2-devel] [edk2-platforms][PATCH V1 0/5] Enable non volatile storage on N1SDP
 2023-12-18 15:16 UTC  (11+ messages)
` [edk2-devel] [edk2-platforms][PATCH V1 1/5] Silicon/ARM/NeoverseN1Soc: Enable SCP QSPI flash region
` [edk2-devel] [edk2-platforms][PATCH V1 2/5] Silicon/ARM/NeoverseN1Soc: NOR flash library for N1Sdp
` [edk2-devel] [edk2-platforms][PATCH V1 3/5] Platform/ARM/N1Sdp: NOR flash Dxe Driver "
` [edk2-devel] [edk2-platforms][PATCH V1 4/5] Platform/ARM/N1Sdp: Persistent storage "
` [edk2-devel] [edk2-platforms][PATCH V1 5/5] Platform/ARM/N1Sdp: Enable FaultTolerantWrite Dxe driver "

[edk2-devel] TlsDxe skips most cipher suites, failing to negotiate a HTTPS connections
 2023-12-18 12:51 UTC  (2+ messages)

[edk2-devel][edk2-platforms][PATCH v1] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64
 2023-12-18 10:11 UTC  (2+ messages)

[edk2-devel] [PATCH v4 0/8] Refine SMM CPU Sync flow and abstract SmmCpuSyncLib
 2023-12-18  9:23 UTC  (11+ messages)
` [edk2-devel] [PATCH v4 1/8] UefiCpuPkg/PiSmmCpuDxeSmm: Optimize Semaphore Sync between BSP and AP
` [edk2-devel] [PATCH v4 2/8] UefiCpuPkg: Adds SmmCpuSyncLib library class
` [edk2-devel] [PATCH v4 3/8] MdePkg/MdeLibs.dsc.inc: Add SafeIntLib instance
` [edk2-devel] [PATCH v4 4/8] UefiCpuPkg: Implements SmmCpuSyncLib library instance
` [edk2-devel] [PATCH v4 5/8] OvmfPkg: Specifies SmmCpuSyncLib instance
` [edk2-devel] [PATCH v4 6/8] UefiPayloadPkg: "
` [edk2-devel] [PATCH v4 7/8] UefiCpuPkg/PiSmmCpuDxeSmm: Simplify RunningApCount decrement
` [edk2-devel] [PATCH v4 8/8] UefiCpuPkg/PiSmmCpuDxeSmm: Consume SmmCpuSyncLib

[edk2-devel] [PATCH v4 0/4] StandaloneMmCore finds drivers in uncompressed inner fv
 2023-12-18  9:08 UTC  (3+ messages)

[edk2-devel] [PATCH V2 1/1] Silicon/Intel/FitGen:FIT change for FBM entry
 2023-12-18  5:48 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH 0/4] change method for provisioning + minor fixes
 2023-12-18  5:32 UTC  (12+ messages)
` [edk2-devel] [edk2-redfish-client][PATCH 1/4] RedfishClientPkg: add check for NULL pointer to avoid ASSERT
` [edk2-devel] [edk2-redfish-client][PATCH 2/4] RedfishClientPkg: fix typo in EfiRestJsonStructureProtocolIsReady
` [edk2-devel] [edk2-redfish-client][PATCH 3/4] RedfishClientPkg: fix access to unitialized variable
` [edk2-devel] [edk2-redfish-client][PATCH 4/4] RedfishClientPkg: use POST method while provisioning new property

[edk2-devel] [PATCH 0/9] Redfish related fixes and improvements
 2023-12-18  2:30 UTC  (5+ messages)
` [edk2-devel] [PATCH 1/9] RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo
` [edk2-devel] [PATCH 2/9] RedfishPkg: fix RedfishPlatformCredentialLib "

[edk2-devel] [PATCH] EmbeddedPkg: Add DtPlatformLoaderLib gmock support
 2023-12-18  2:25 UTC  (2+ messages)

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

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

[edk2-devel] [PATCH edk2-test v2 0/4] Various improvements to the repo
 2023-12-16 16:30 UTC  (3+ messages)

[PATCH v2 1/1] MdePkg: Add DDR5 SPD defs to IndustryStandard per JESD400-5A.01
 2023-12-15 21:23 UTC  (3+ messages)
    ` [edk2-devel] "

[edk2-devel] [edk2-stable202311][PATCH] BaseTools: Python VfrCompiler implementation
 2023-12-15 17:31 UTC  (6+ messages)
    ` 回复: "

[edk2-devel] [PATCH V4 1/2] DebugLib: Update DEBUG macro used when MDEPKG_NDEBUG is defined
 2023-12-15 11:56 UTC  (6+ messages)
` [edk2-devel] [PATCH V4 2/2] ArmPkg: Remove manual exclusion of debug vars when MDEPKG_NDEBUG is not defined

[edk2-devel] [PATCH v2 2/2] SctPkg: Fix the UefiSct -Wincompatible-pointer-types warnings
 2023-12-15  9:42 UTC  (2+ messages)

[edk2-devel] [PATCH v2 1/2] SctPkg: Fix X64 build errors for GCC toolchain
 2023-12-15  9:41 UTC  (2+ messages)

[edk2-devel] [Patch V3] UefiCpuPkg/PiSmmCpuDxeSmm: SmmCpuRendezvous ensure all Aps in Present
 2023-12-15  9:29 UTC 

[edk2-devel] [PATCH] BaseTools: FMMT GuidTool Auto Select Config file Enabling
 2023-12-15  9:13 UTC 

[edk2-devel] [PATCH] BaseTools: FMMT GuidTool Auto Select Config file Enabling
 2023-12-15  9:11 UTC 

[edk2-devel] [PATCH v3 0/6] Refine SMM CPU Sync flow and abstract SmmCpuSyncLib
 2023-12-15  6:44 UTC  (17+ messages)
` [edk2-devel] [PATCH v3 2/6] UefiCpuPkg: Adds SmmCpuSyncLib library class
` [edk2-devel] [PATCH v3 3/6] UefiCpuPkg: Implements SmmCpuSyncLib library instance
` [edk2-devel] [PATCH v3 4/6] OvmfPkg: Specifies SmmCpuSyncLib instance

[edk2-devel] [RFC PATCH] RedfishPkg: RedfishDiscoverDxe: add [] brackets to URI for IPv6 addresses
 2023-12-15  0:17 UTC  (5+ messages)

[edk2-devel] [PATCH] NetworkPkg/Ip4Dxe: Fix Reset To Default
 2023-12-14 23:42 UTC 

[edk2-devel] [PATCH] MdeModulePkg/ResetSystemRuntimeDxe: Print Reset Data
 2023-12-14 23:30 UTC  (2+ messages)

[edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP
 2023-12-14 20:36 UTC  (5+ messages)

[PATCH v3 0/7] RISC-V: MMU support
 2023-12-14 18:59 UTC  (7+ messages)
` [PATCH v3 7/7] OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devices
  ` [edk2-devel] "

[edk2-devel] [PATCH] ArmPkg/DebugPeCoffExtraActionLib: Drop RVCT and Cygwin support
 2023-12-14 16:34 UTC  (4+ messages)

[edk2-devel] [PATCH v2 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2023-12-14 16:18 UTC  (4+ messages)

[edk2-devel] [PATCH 1/1] UefiPayloadPkg: Add SMM variable related HOBs support for SBL
 2023-12-14 15:48 UTC 

[edk2-devel] [PATCH v3 1/1] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2023-12-14 15:31 UTC 

[edk2-devel] [PATCH v3 1/1] CloudHv: Add CI for CloudHv on AArch64
 2023-12-14 15:06 UTC  (4+ messages)

[edk2-devel] [PATCH v5 0/2] Support customized FV Migration Information
 2023-12-14 14:15 UTC 

[edk2-devel] [edk2-platforms][PATCH V2 0/2] Add SMBIOS support for RD-V2 platform
 2023-12-14 14:14 UTC  (5+ messages)
` [edk2-devel] [edk2-platforms][PATCH V2 1/2] Platform/Sgi: Define RD-V2 platform id values
` [edk2-devel] [edk2-platforms][PATCH V2 2/2] Platform/Sgi: Extend SMBIOS support for RD-V2 platform

[edk2-devel] [PATCH v5 0/2] Support customized FV Migration Information
 2023-12-14 13:53 UTC  (3+ messages)
` [edk2-devel] [PATCH v5 1/2] MdeModulePkg: "
` [edk2-devel] [PATCH v5 2/2] SecurityPkg: "

[edk2-devel] [PATCH V6] DebugLib: Update DEBUG macro used when MDEPKG_NDEBUG is defined
 2023-12-14 13:28 UTC  (6+ messages)

[edk2-devel] [PATCH 1/2] MdeModulePkg/DxeIpl: Add 5 level paging support
 2023-12-14 10:45 UTC  (3+ messages)

[edk2-devel] [PATCH V5] DebugLib: Update DEBUG macro used when MDEPKG_NDEBUG is defined
 2023-12-14  9:54 UTC  (4+ messages)

[edk2-devel] [edk2][PATCH V1 0/2] Update handling of interrupt node for SSDT Serial Port Fixup Library
 2023-12-14  9:47 UTC  (5+ messages)
` [edk2-devel] [edk2][PATCH V1 1/2] ArmPkg/ArmGicArchLib: Add macros for SPI and extended SPI ranges
` [edk2-devel] [edk2][PATCH V1 2/2] DynamicTablesPkg/SsdtSerialPortFixupLib: Add Interrupt node for SPIs only

[edk2-devel] [PATCH V3] DebugLib: Update DEBUG macro used when MDEPKG_NDEBUG is defined
 2023-12-14  7:43 UTC  (4+ messages)

[edk2-devel] [PATCH 1/2] DebugLib: Update DEBUG macro used when MDEPKG_NDEBUG is defined
 2023-12-14  7:31 UTC  (2+ messages)

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

[edk2-devel] [PATCH v3 4/5] DynamicTablesPkg: Adds API to generate a method with ArgN
 2023-12-14  4:13 UTC  (2+ messages)

[edk2-devel] [PATCH v2 0/1] ShellPkg: Tidy for code readability
 2023-12-14  2:51 UTC  (4+ messages)
` [edk2-devel] [PATCH v2 1/1] "

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

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

[edk2-devel] [PATCH v2] CloudHv: Add CI for CloudHv on AArch64
 2023-12-13 15:15 UTC  (2+ messages)

[edk2-devel] [PATCH v10 0/5] Cache Management Operations Support For RISC-V
 2023-12-13 14:59 UTC  (6+ messages)
` [edk2-devel] [PATCH v10 1/5] MdePkg: Move RISC-V Cache Management Declarations Into BaseLib
` [edk2-devel] [PATCH v10 2/5] MdePkg: Rename Cache Management Function To Clarify Fence Based Op
` [edk2-devel] [PATCH v10 3/5] MdePkg: Implement RISC-V Cache Management Operations
` [edk2-devel] [PATCH v10 4/5] MdePkg: Utilize Cache Management Operations Implementation For RISC-V
` [edk2-devel] [PATCH v10 5/5] OvmfPkg/RiscVVirt: Override for RISC-V CPU Features


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