public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2024-01-08 07:50:40 to 2024-01-11 01:56:33 UTC [more...]

[edk2-devel] [PATCH] UefiCpuPkg:Limit PhysicalAddressBits in speicial case
 2024-01-11  1:56 UTC  (5+ messages)

[edk2-devel] [PATCH v1 1/1] PrmPkg/PrmInfo: Drop -r parameter
 2024-01-11  1:20 UTC 

[edk2-devel] [PATCH 1/1] MdePkg: Update GetHealthStatus function description
 2024-01-11  1:14 UTC  (3+ messages)
  ` 回复: "

[edk2-devel] [PATCH] Platform/RaspberryPi: Enable FPDT data on RPi4
 2024-01-11  0:04 UTC 

[edk2-devel] [RFC 0/6] RasberryPi: RTC HAT support
 2024-01-11  0:04 UTC  (7+ messages)
` [edk2-devel] [RFC 1/6] Silicon/Bcm283x: Document the I2C registers
` [edk2-devel] [RFC 2/6] Silicon/Bcm283x: Add core I2C drivers
` [edk2-devel] [RFC 3/6] Platform/RasberryPi: Create I2C driver bound to RTC
` [edk2-devel] [RFC 4/6] Silicon/Maxim: Fix runtime issues
` [edk2-devel] [RFC 5/6] Platform/RasberryPi: Add I2C1 to uefi runtime memory map
` [edk2-devel] [RFC 6/6] Platform/RaspberryPi: Add menu and build options for HW RTC

[edk2-devel] [PATCH 0/7] RaspberryPi: SPI Variables, again
 2024-01-11  0:04 UTC  (8+ messages)
` [edk2-devel] [PATCH 1/7] Platform/RaspberryPi: Move GPIO/SPI/I2C to SSDT
` [edk2-devel] [PATCH 2/7] Platform/RaspberryPi: Add menu item to enable/disable GPIO
` [edk2-devel] [PATCH 3/7] Platform/RaspberryPi: Add constants for controlling SPI
` [edk2-devel] [PATCH 4/7] Platform/RaspberryPi: Add mailbox cmd to control audio amp
` [edk2-devel] [PATCH 5/7] Platform/RaspberryPi: Add SPI/GPIO to memory map
` [edk2-devel] [PATCH 6/7] Platform/RaspberryPi: Allow pin function selection at runtime
` [edk2-devel] [PATCH 7/7] Platform/RaspberryPi: Add SPI flash variable store

[edk2-devel] [PATCH 0/5] Platform/RaspberryPi: Various minor fixes
 2024-01-10 23:52 UTC  (6+ messages)
` [edk2-devel] [PATCH 1/5] Platform/RaspberryPi/DualSerialPortLib: Always configure the pl011
` [edk2-devel] [PATCH 2/5] Silicon/Broadcom/BcmGenetDxe: Suppress some bogus compiler warnings
` [edk2-devel] [PATCH 3/5] Platform/RaspberryPi: Cleanup menu visibility
` [edk2-devel] [PATCH 4/5] Platform/RaspberryPi: Give the user control over the XHCI mailbox
` [edk2-devel] [PATCH 5/5] Platform/RaspberryPi: Update PCIe MMIO window for DT

[edk2-devel] [RFC PATCH v1 00/20] DynamicTablesPkg: Prepare to add RISC-V support
 2024-01-10 21:56 UTC  (24+ messages)
` [edk2-devel] [RFC PATCH v1 01/20] DynamicTablesPkg: FdtHwInfoParserLib: Move ARM parsers to Arm directory
` [edk2-devel] [RFC PATCH v1 02/20] DynamicTablesPkg: Move common ACPI libraries from folder
` [edk2-devel] [RFC PATCH v1 03/20] DynamicTablesPkg: Update ACPI common libraries BASE_NAME
` [edk2-devel] [RFC PATCH v1 04/20] DynamicTablesPkg: Rename ArmNameSpaceObjects to ArchNameSpaceObjects
` [edk2-devel] [RFC PATCH v1 05/20] DynamicTablesPkg: DynamicPlatRepoLib: Rename ArmObjList as ArchObjList
` [edk2-devel] [RFC PATCH v1 06/20] DynamicTablesPkg: Rename EObjNameSpaceArm to EObjNameSpaceArch
` [edk2-devel] [RFC PATCH v1 07/20] DynamicTablesPkg: FdtHwInfoParserLib: Separate ARM specific code
` [edk2-devel] [RFC PATCH v1 08/20] DynamicTablesPkg: FdtHwInfoParserLib: Pci: Make it common for architectures
` [edk2-devel] [RFC PATCH v1 09/20] DynamicTablesPkg: FdtHwInfoParserLib: Make Serial parser arch neutral
` [edk2-devel] [RFC PATCH v1 10/20] DynamicTablesPkg: FdtHwInfoParserLib: Move ArmLib.h to ArmGicCParser.c
` [edk2-devel] [RFC PATCH v1 11/20] DynamicTablesPkg: TableHelperLib: Populate OemTableId using ConfigManager
` [edk2-devel] [RFC PATCH v1 12/20] DynamicTablesPkg: Add CreatorId in CM_STD_OBJ_CONFIGURATION_MANAGER_INFO
` [edk2-devel] [RFC PATCH v1 13/20] DynamicTablesPkg: FdtHwInfoParserLib: Move ARM utilities to separate file
` [edk2-devel] [RFC PATCH v1 14/20] DynamicTablesPkg/FdtHwInfoParserLib: Add function for INTC address cells
` [edk2-devel] [RFC PATCH v1 15/20] DynamicTablesPkg: AcpiSsdtCpuTopologyLib: Move GICC from common code
` [edk2-devel] [RFC PATCH v1 16/20] DynamicTablesPkg: AcpiFadtLib: Move ArmBootArch to ARM specific file
` [edk2-devel] [RFC PATCH v1 17/20] DynamicTablesPkg: DynamicTableManagerDxe: Refactor to allow other archs
` [edk2-devel] [RFC PATCH v1 18/20] DynamicTablesPkg: X86: Add interfaces to succeed CI tests
` [edk2-devel] [RFC PATCH v1 19/20] DynamicTablesPkg/AmlLib: Fix typo
` [edk2-devel] [RFC PATCH v1 20/20] DynamicTablesPkg.ci.yaml: Update exception and ignore list

[edk2-devel] Memory Attribute for depex section
 2024-01-10 21:50 UTC  (5+ messages)

[edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: Initialise serial port early in StandaloneMmEntryPoint
 2024-01-10 21:06 UTC  (9+ messages)

[edk2-devel] TianoCore Community Meeting - call for topics
 2024-01-10 18:36 UTC 

[edk2-devel] [PATCH v1 0/1] Fix raw strings containing valid escape characters
 2024-01-10 18:34 UTC  (10+ messages)
` [edk2-devel] [PATCH v1 1/1] BaseTools: "
      ` 回复: "

[edk2-devel] [PATCH V1 1/1] UefiCpuPkg/ResetVector: Cache Disable should not be set by default in CR0
 2024-01-10 16:43 UTC  (4+ messages)

[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - Thursday, January 11, 2024 #cal-reminder
 2024-01-10 16:00 UTC 

[edk2-devel] [PATCH v2] CryptoPkg: Fix redefinition error of int defines
 2024-01-10 13:09 UTC  (2+ messages)

[edk2-devel] [PATCH] UefiCpuPkg: Fix issue that IsModified is wrongly set in PageTableMap
 2024-01-10 12:15 UTC  (3+ messages)

[edk2-devel] [PATCH] UefiCpuPkg/CpuMpPei: Don't write CR3 in ConvertMemoryPageToNotPresent
 2024-01-10 11:57 UTC  (3+ messages)

[edk2-devel] [PATCH] CryptoPkg: change the define
 2024-01-10 11:25 UTC  (2+ messages)

[edk2-devel] [PATCH v6 00/36] Enable LoongArch virtual machine in edk2
 2024-01-10  9:35 UTC  (19+ messages)
` [edk2-devel] [PATCH v6 24/36] ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg
` [edk2-devel] [PATCH v6 26/36] OvmfPkg/LoongArchVirt: Add a NULL library named CollectApResouceLibNull
` [edk2-devel] [PATCH v6 28/36] OvmfPkg/LoongArchVirt: Add the early serial port output library
` [edk2-devel] [PATCH v6 30/36] OvmfPkg/LoongArchVirt: Add NorFlashQemuLib
` [edk2-devel] [PATCH v6 31/36] OvmfPkg/LoongArchVirt: Add FdtQemuFwCfgLib
` [edk2-devel] [PATCH v6 35/36] OvmfPkg/LoongArchVirt: Add build file
` [edk2-devel] [PATCH v6 36/36] OvmfPkg/LoongArchVirt: Add self introduction file

[edk2-devel] [PATCH] [Patch V3]IntelFsp2Pkg\Tools\ConfigEditor:Added new USF config workstream
 2024-01-10  5:33 UTC 

[edk2-devel] [PATCH v2] RedfishPkg/RedfishDebugLib: add function to print buffer
 2024-01-10  2:25 UTC  (3+ messages)

[edk2-devel] [PATCH] UefiPayloadPkg: Add macro to enable selection of timer
 2024-01-10  2:09 UTC  (5+ messages)

[edk2-devel] [PATCH V2 0/6] Refactor HTTP DXE to provide TLS reconfiguration capability
 2024-01-10  1:34 UTC  (12+ messages)
` [edk2-devel] [PATCH V2 1/6] NetworkPkg/HttpDxe: Refactor TlsCreateChild
` [edk2-devel] [PATCH V2 3/6] NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback event
` [edk2-devel] [PATCH V2 4/6] RedfishPkg/RedfishRestExDxe: Implement EDKII_HTTP_CALLBACK_PROTOCOL
` [edk2-devel] [PATCH V2 5/6] RedfishPkg/RedfishRestExDxe: Uncrustify RedfishRestExDriver.h
` [edk2-devel] [PATCH V2 6/6] RedfishPkg/RedfishRestExDxe: Update Supported function

[edk2-devel] [Patch V3 0/2] Change the usage of input parameter ProcessorNumber in MpInitLibGetProcessorInfo() of MpInitLibUp
 2024-01-10  0:52 UTC  (8+ messages)
` [edk2-devel] [Patch V3 1/2] UefiCpuPkg: set EXTENDED_PROCESSOR_INFORMATION to 0
` [edk2-devel] [Patch V3 2/2] UefiCpuPkg: Check lower 24 bits of ProcessorNumber

[edk2-devel] [PATCH v2 0/6] Tests for TCG2 Protocol
 2024-01-09 18:20 UTC  (7+ messages)
` [edk2-devel] [PATCH v2 1/6] uefi-sct/SctPkg: TCG2 Protocol: add header with TCG2 protocol definitions
` [edk2-devel] [PATCH v2 2/6] uefi-sct/SctPkg: TCG2 Protocol: add test infrastructure and GetCapability Test
` [edk2-devel] [PATCH v2 3/6] uefi-sct/SctPkg: TCG2 Protocol: add GetActivePcrBanks test
` [edk2-devel] [PATCH v2 4/6] uefi-sct/SctPkg: TCG2 Protocol: add HashLogExtendEvent test
` [edk2-devel] [PATCH v2 5/6] uefi-sct/SctPkg: TCG2 Protocol: add GetEventLog test
` [edk2-devel] [PATCH v2 6/6] uefi-sct/SctPkg: TCG2 Protocol: add SubmitCommand test

[edk2-devel] [PATCH] DynamicTablesPkg/SSDT: Remove incorrect root node check
 2024-01-09 16:55 UTC  (5+ messages)

[edk2-devel] [PATCH v5 0/3] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2024-01-09 16:36 UTC  (7+ messages)
` [edk2-devel] [PATCH v5 1/3] OvmfPkg/RiscVVirt: use gEfiAuthenticatedVariableGuid unconditionally
` [edk2-devel] [PATCH v5 2/3] OvmfPkg/VirtNorFlashDxe: stop accepting gEfiVariableGuid
` [edk2-devel] [PATCH v5 3/3] OvmfPkg/VirtNorFlashDxe: sanity-check variables

[edk2-devel] [PATCH v2 0/4] RISC-V: Add support for Sstc extension
 2024-01-09 16:22 UTC  (11+ messages)
` [edk2-devel] [PATCH v2 1/4] MdePkg.dec: RISC-V: Define override bit "
` [edk2-devel] [PATCH v2 2/4] MdePkg/BaseLib: RISC-V: Add function to update stimecmp register
` [edk2-devel] [PATCH v2 3/4] UefiCpuPkg/CpuTimerDxeRiscV64: Add support for Sstc
` [edk2-devel] [PATCH v2 4/4] OvmfPkg/RiscVVirt: Override Sstc extension

[edk2-devel] [PATCH v10 0/5] Cache Management Operations Support For RISC-V
 2024-01-09 16:19 UTC  (9+ messages)
` [edk2-devel] [PATCH v10 4/5] MdePkg: Utilize Cache Management Operations Implementation "

[edk2-devel] [PATCH V2] FmpDevicePkg: GetImageInfo Add missing condition
 2024-01-08  6:42 UTC 

[edk2-devel] [PATCH 1/1] MdePkg:Updated the comments of EFI_FIRMWARE_MANAGEMENT_PROTOCOL
 2024-01-09  9:24 UTC  (2+ messages)

[edk2-devel] [PATCH] BaseTools: Remove Duplicate sets of SkuName and SkuId from allskuset
 2024-01-08  3:54 UTC  (3+ messages)

[edk2-devel] [PATCH] FmpDevicePkg: GetImageInfo Add missing condition
 2024-01-08  6:38 UTC 

[edk2-devel] Updates to .mailmap needed for Jeff Brasen, Jake Garver, Joey Vagades and Michael Roth?
 2024-01-09 13:33 UTC  (7+ messages)

[edk2-devel] [PATCH] RedfishPkg/RedfishDebugLib: add function to print buffer
 2024-01-09 11:14 UTC  (3+ messages)

[edk2-devel] [PATCH V3 0/2] Change the comments RFC1323 to RFC7323
 2024-01-09  9:32 UTC  (3+ messages)
    ` 回复: "

[edk2-devel] [PATCH v4 0/3] OvmfPkg/VirtNorFlashDxe: sanity-check variables
 2024-01-09  9:04 UTC  (8+ messages)
` [edk2-devel] [PATCH v4 1/3] OvmfPkg/RiscVVirt: use gEfiAuthenticatedVariableGuid unconditionally
` [edk2-devel] [PATCH v4 2/3] OvmfPkg/VirtNorFlashDxe: stop accepting gEfiVariableGuid
` [edk2-devel] [PATCH v4 3/3] OvmfPkg/VirtNorFlashDxe: sanity-check variables

[edk2-devel] [edk2-stable202311][PATCH] BaseTools: Python VfrCompiler implementation
 2024-01-09  8:23 UTC  (5+ messages)

[edk2-devel] [PATCH V2 0/2] Update keybaord map based on UEFI spec 2.10
 2024-01-09  5:22 UTC  (3+ messages)
` [edk2-devel] 回复: "

[edk2-devel] [PATCH 0/5] Refactor HTTP DXE to provide TLS reconfiguration capability
 2024-01-09  4:31 UTC  (6+ messages)
` [edk2-devel] [PATCH 1/5] NetwokrPkg/HttpDxe: Refactor TlsCreateChild

[edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP
 2024-01-09  3:17 UTC  (9+ messages)
          ` 回复: "

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 9, 2024 #cal-reminder
 2024-01-09  2:30 UTC 

[edk2-devel] [PATCH V2 1/1] [MdePkg] Updated the definition of EFI_NVDIMM_LABEL_FLAGS_LOCAL
 2024-01-09  2:02 UTC  (4+ messages)
  ` 回复: "

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

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

[edk2-devel] [PATCH v4 0/1] Prefer XDSDT table over DSDT if available
 2024-01-08 14:59 UTC  (2+ messages)
` [edk2-devel] [PATCH v4 1/1] MdeModulePkg/AcpiTableDxe: Prefer xDSDT over DSDT when installing tables

[edk2-devel] [edk2-redfish-client][PATCH V4] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-08 14:46 UTC  (2+ messages)

[edk2-devel] [edk2-redfish-client][PATCH V3] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions
 2024-01-08 14:45 UTC  (4+ messages)

[edk2-devel] [PATCH 1/1] MdePkg: Update the comments of HiiConfigAccess ExtractConfig
 2024-01-08 13:31 UTC  (3+ messages)
  ` 回复: "

[edk2-devel] [Patch V2 0/2] Change the usage of input parameter ProcessorNumber in MpInitLibGetProcessorInfo() of MpInitLibUp
 2024-01-08 12:20 UTC  (2+ messages)

[edk2-devel] [edk2-platforms][PATCH v2 0/7] Platform/Sgi: Add support for RD-N2-Cfg3 and RD-V2 platform
 2024-01-08 11:08 UTC  (15+ messages)
` [edk2-devel] [edk2-platforms][PATCH v2 1/7] Platform/Sgi: remove +nofp gcc option flag
` [edk2-devel] [edk2-platforms][PATCH v2 2/7] Platform/Sgi: add no-stack-protector flag for StMM builds
` [edk2-devel] [edk2-platforms][PATCH v2 3/7] Platform/Sgi: Add VariableFlashInfoLib to fix missing dependency
` [edk2-devel] [edk2-platforms][PATCH v2 4/7] Platform/Sgi: Add a PCD to specify platform variant
` [edk2-devel] [edk2-platforms][PATCH v2 5/7] Platform/Sgi: Add support for RD-N2-Cfg3 platform
` [edk2-devel] [edk2-platforms][PATCH v2 6/7] Platform/Sgi: Define RD-V2 platform id values
` [edk2-devel] [edk2-platforms][PATCH v2 7/7] Platform/Sgi: Extend SMBIOS support for RD-V2 platform

[edk2-devel] [PATCH v2 1/1] MdePkg/IndustryStandard: Add _PSD/_CPC/Coord types definitions
 2024-01-08  8:48 UTC 

[edk2-devel] [PATCH 0/1] CryptoPkg: fix gcc build fail for CryptoPkgMbedtls
 2024-01-08  8:26 UTC  (5+ messages)
` [edk2-devel] [PATCH 1/1] "

[edk2-devel] [PATCH 0/1] Remove SCI status check from UPL
 2024-01-08  7:51 UTC  (4+ messages)
` [edk2-devel] [PATCH 1/1] UefiPayloadPkg/UefiPayloadEntry: Remove SCI enabling check


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