public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2023-09-11 17:59:52 to 2023-09-15 05:43:37 UTC [more...]

[edk2-devel] [PATCH v2 01/10] AlderlakeSiliconPkg/IpBlock: Add CpuPcieRp, Espi, Gpio components
 2023-09-15  5:43 UTC  (19+ messages)
` [edk2-devel] [PATCH v2 02/10] AlderlakeSiliconPkg/IpBlock: Add Graphics, HostBridge, PcieRp components
` [edk2-devel] [PATCH v2 03/10] AlderlakeSiliconPkg/IpBlock: Add P2sb, PchDmi components
` [edk2-devel] [PATCH v2 04/10] AlderlakeSiliconPkg/IpBlock: Add Pmc, Spi components
` [edk2-devel] [PATCH v2 05/10] AlderlakeSiliconPkg/Include: Add ConfigBlock headers
` [edk2-devel] [PATCH v2 06/10] AlderlakeSiliconPkg/Include: Add Library, Pins, Ppi Includes
` [edk2-devel] [PATCH v2 07/10] AlderlakeSiliconPkg/Include: Add Protocol, Register, Other Includes
` [edk2-devel] [PATCH v2 08/10] AlderlakeSiliconPkg/Fru: Add AdlCpu Fru
` [edk2-devel] [PATCH v2 09/10] AlderlakeSiliconPkg: Add AdlPch Fru and IncludePrivate modules
` [edk2-devel] [PATCH v2 10/10] AlderlakeSiliconPkg: Add Alderlake Product and SiPkg.dec

[edk2-devel] [PATCH 1/4] AlderlakeOpenBoardPkg/AlderlakePRvp: Add DSC and build files
 2023-09-15  3:12 UTC  (12+ messages)
` [edk2-devel] [PATCH 2/4] Enable build for AlderlakeOpenBoardPkg
` [edk2-devel] [PATCH 3/4] Readme.md: Add AlderlakeOpenBoardPkg
` [edk2-devel] [PATCH 4/4] Maintainers.txt: Add maintainers

[edk2-devel] [PATCH 01/10] AlderlakeSiliconPkg/IpBlock: Add CpuPcieRp, Espi, Gpio components
 2023-09-15  3:10 UTC  (29+ messages)
` [edk2-devel] [PATCH 02/10] AlderlakeSiliconPkg/IpBlock: Add Graphics, HostBridge, PcieRp components
` [edk2-devel] [PATCH 03/10] AlderlakeSiliconPkg/IpBlock: Add P2sb, PchDmi components
` [edk2-devel] [PATCH 04/10] AlderlakeSiliconPkg/IpBlock: Add Pmc, Spi components
` [edk2-devel] [PATCH 05/10] AlderlakeSiliconPkg/Include: Add ConfigBlock headers
` [edk2-devel] [PATCH 06/10] AlderlakeSiliconPkg/Include: Add Library, Pins, Ppi Includes
` [edk2-devel] [PATCH 07/10] AlderlakeSiliconPkg/Include: Add Protocol, Register, Other Includes
` [edk2-devel] [PATCH 08/10] AlderlakeSiliconPkg/Fru: Add AdlCpu Fru
` [edk2-devel] [PATCH 09/10] AlderlakeSiliconPkg: Add AdlPch Fru and IncludePrivate modules
` [edk2-devel] [PATCH 10/10] AlderlakeSiliconPkg: Add Alderlake Product and SiPkg.dec

[edk2-devel] [PATCH v2 0/2] StandaloneMmPkg: Make StandaloneMmCpu platform
 2023-09-14 23:10 UTC  (3+ messages)
` [edk2-devel] [PATCH v2 1/2] StandaloneMmPkg: Make StandaloneMmCpu driver platform independent
` [edk2-devel] [PATCH v2 2/2] StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driver

[edk2-devel] [PATCH] MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS version
 2023-09-14 17:48 UTC  (7+ messages)

[edk2-devel] Problems mocking UEFI Protocol in gMock
 2023-09-14 15:22 UTC 

[edk2-devel] [PATCH 0/3] updates for "OvmfPkg/RiscVVirt/README.md"
 2023-09-14 12:47 UTC  (17+ messages)
` [edk2-devel] [PATCH 1/3] OvmfPkg/RiscVVirt/README: explain that "-bios" is only useful with TCG
` [edk2-devel] [PATCH 2/3] OvmfPkg/RiscVVirt/README: explain the "acpi=off" machine property
` [edk2-devel] [PATCH 3/3] OvmfPkg/RiscVVirt/README: document direct kernel boot

[edk2-devel] [PATCH v2 0/7] Add DebugMacroCheck
 2023-09-14  9:22 UTC  (12+ messages)
` [edk2-devel] [PATCH v2 1/7] RedfishPkg/PlatformHostInterfaceBmcUsbNicLib: Fix DEBUG macro args
` [edk2-devel] [PATCH v2 2/7] pip-requirements.txt: Add regex
` [edk2-devel] [PATCH v2 3/7] SecurityPkg.ci.yaml: Add debug macro exception
` [edk2-devel] [PATCH v2 4/7] ArmVirtPkg.ci.yaml: "
` [edk2-devel] [PATCH v2 5/7] DynamicTablesPkg.ci.yaml: "
` [edk2-devel] [PATCH v2 6/7] OvmfPkg/PlatformCI: Disable DebugMacroCheck
` [edk2-devel] [PATCH v2 7/7] BaseTools/Plugin: Add DebugMacroCheck

[edk2-devel] [PATCH v2 00/11] Update MADT for ACPI 6.5, and add TRBE & ETE support
 2023-09-14  7:20 UTC  (15+ messages)
` [edk2-devel] [PATCH v2 01/11] MdePkg: MADT: Add Online capable flag in GICC
` [edk2-devel] [PATCH v2 02/11] MdePkg: MADT: Add TRBE interrupt to GICC
` [edk2-devel] [PATCH v2 03/11] DynamicTablesPkg: Add TRBE interrupt to GICC object
` [edk2-devel] [PATCH v2 04/11] DynamicTablesPkg: Add TRBE interrupt to GICC object parser
` [edk2-devel] [PATCH v2 05/11] DynamicTablesPkg: Update MADT generator for ACPI 6.5
` [edk2-devel] [PATCH v2 06/11] DynamicTablesPkg: Update FADT generator to "
` [edk2-devel] [PATCH v2 07/11] ShellPkg: Acpiview: Update MADT parser for TRBE interrupt
` [edk2-devel] [PATCH v2 08/11] DynamicTablesPkg: Add an ET info object to Arm namespace
` [edk2-devel] [PATCH v2 09/11] DynamicTablesPkg: Add an ET info object parser
` [edk2-devel] [PATCH v2 10/11] DynamicTablesPkg: Add ETE device to CPU node in AML
` [edk2-devel] [PATCH v2 11/11] DynamicTablesPkg: Fix referencing of CPC token

[edk2-devel] [PATCH] MdeModulePkg: Support customized FV Migration Information
 2023-09-14  6:57 UTC 

[edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg: update Readme.md
 2023-09-14  4:48 UTC  (2+ messages)

[edk2-devel] [PATCH v2 1/1] RedfishPkg/RedfishPlatformConfigDxe: fix can not set one-of option issue
 2023-09-14  3:33 UTC  (3+ messages)

[edk2-devel] Replacing Eth0 with USB Tethering
 2023-09-14  1:06 UTC  (4+ messages)

[edk2-devel] [edk2-non-osi] AlderlakeSiliconBinPkg: Add package contents
 2023-09-13 22:43 UTC  (2+ messages)

[edk2-devel] [PATCH edk2-platforms v2 0/3] Platform/ARM: Add dynamic CPU node, TRBE & ETE support to FVP
 2023-09-13 12:52 UTC  (4+ messages)
` [edk2-devel] [PATCH edk2-platforms v2 1/3] Platform/ARM: Add dynamic CPU node generation for FVP
` [edk2-devel] [PATCH edk2-platforms v2 2/3] Platform/ARM: FVP: Specify TRBE interrupt in MADT GICC
` [edk2-devel] [PATCH edk2-platforms v2 3/3] Platform/ARM: FVP: Add ETE device if supported by FVP

[edk2-devel] [PATCH] OvmfPkg: raise DXEFV size to 14.5 MB in the traditional platform FDFs
 2023-09-13 11:00 UTC  (5+ messages)

[edk2-devel] [PATCH] Platform/Intel: Enhance the BOARD_ID without PCH_TYPE support
 2023-09-13  8:56 UTC 

[edk2-devel] [PATCH v3 1/1] OvmfPkg:Add variable store is full debug info
 2023-09-13  8:53 UTC  (2+ messages)

[edk2-devel] [PATCH 00/16] MtrrLib modules and Unit test Enhancement
 2023-09-13  4:26 UTC  (17+ messages)
` [edk2-devel] [PATCH 01/16] UefiCpuPkg/MtrrLib: Add internal function MtrrLibIsMtrrSupported
` [edk2-devel] [PATCH 02/16] UefiCpuPkg/MtrrUnitTest: Update the Unit Test for IsMtrrSupported()
` [edk2-devel] [PATCH 03/16] UefiCpuPkg/MtrrUnitTest: Update UnitTestGetFirmwareVariableMtrrCount
` [edk2-devel] [PATCH 04/16] UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrGetDefaultMemoryType
` [edk2-devel] [PATCH 05/16] UefiCpuPkg/MtrrUnitTest: Update test to cover no-fixed-mtrr cases
` [edk2-devel] [PATCH 06/16] UefiCpuPkg/MtrrLib: Fix MtrrGetAllMtrrs to return correct MTRR setting
` [edk2-devel] [PATCH 07/16] UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrGetAllMtrrs()
` [edk2-devel] [PATCH 08/16] UefiCpuPkg/MtrrLib: Update MtrrGetFixedMtrr()
` [edk2-devel] [PATCH 09/16] UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrGetFixedMtrr()
` [edk2-devel] [PATCH 10/16] UefiCpuPkg/MtrrLib: Fix MtrrSetAllMtrrs to handle absent fixed MTRRs
` [edk2-devel] [PATCH 11/16] UefiCpuPkg/MtrrUnitTest: Update UnitTestMtrrSetAllMtrrs()
` [edk2-devel] [PATCH 12/16] UefiCpuPkg/MtrrLib: Update APIs related to set memory attributes
` [edk2-devel] [PATCH 13/16] UefiCpuPkg/MtrrLib: Add API MtrrGetMemoryAttributesInMtrrSettings
` [edk2-devel] [PATCH 14/16] UefiCpuPkg/MtrrLib: Improve MtrrDebugPrintAllMtrrsWorker
` [edk2-devel] [PATCH 15/16] UefiCpuPkg/MtrrUnitTest: Add Unit test of setting/getting memory attributes
` [edk2-devel] [PATCH 16/16] UefiCpuPkg/CpuDxe: Update RefreshMemoryAttributesFromMtrr

[edk2-devel] [PATCH v3] Pyrite support - Secure erase is only available if encryption is supported
 2023-09-13  2:03 UTC  (2+ messages)

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, September 12, 2023 #cal-reminder
 2023-09-13  1:15 UTC 

[edk2-devel] [PATCH 0/2] Add support for PCI IO using Qword resources
 2023-09-12 19:32 UTC  (9+ messages)
` [edk2-devel] [PATCH 1/2] DynamicTablesPkg: AML Code generation for I/O ranges
` [edk2-devel] [PATCH 2/2] DynamicTablesPkg: AcpiSsdtPcieLibArm: Use QWord to describe I/O range

[edk2-devel] [PATCH v3] MdeModulePkg/XhciDxe: Use Performance Timer for XHCI Timeouts
 2023-09-12 18:05 UTC 

[edk2-devel] [PATCH edk2-platforms 1/1] Platform/Ampere: Update Readme.md
 2023-09-12 15:11 UTC  (5+ messages)

[edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg: update Readme.md
 2023-09-12 15:11 UTC 

[edk2-devel] [PATCH 1/1] Maintainers.txt: Make myself maintainer for OvmfPkg/RiscVVirt
 2023-09-12 15:01 UTC  (4+ messages)

[edk2-devel] [PATCH 1/2] OvmfPkg/PlatformBootManagerLib: refer to virtio console subsys symbolically
 2023-09-12 14:56 UTC  (3+ messages)

[edk2-devel] [PATCH v2 0/7] Uncrustify GoogleTest update
 2023-09-12 14:42 UTC  (3+ messages)
` 回复: "

[PATCH v2 0/2] dp command without ACPI
 2023-09-12 12:59 UTC  (4+ messages)
` [edk2-devel] "
  ` [edk2-devel] 回复: "

[edk2-devel] [PATCH] ArmPkg/ArmMmuLib: Drop buggy secure memory type check
 2023-09-12 10:25 UTC  (3+ messages)

[edk2-devel] [PATCH 1/1] OvmfPkg/RiscVVirt/README.md: bring your own OpenSBI
 2023-09-12  8:20 UTC  (5+ messages)

[edk2-devel] [PATCH v3 0/4] Add support for generating ACPI ThermalZones
 2023-09-12  8:12 UTC  (6+ messages)
` [edk2-devel] [PATCH v3 1/4] DynamicTablesPkg: Add ThermalZone CodeGen function
` [edk2-devel] [PATCH v3 2/4] DynamicTablesPkg: Add support for simple method invocation
` [edk2-devel] [PATCH v3 3/4] DynamicTablesPkg: Add support to add Strings to package
` [edk2-devel] [PATCH v3 4/4] DynamicTablesPkg: Add Aml NameUnicodeString API

[edk2-devel] [PATCH] RedfishPkg/RedfishPlatformConfigDxe: fix can not set one-of option issue
 2023-09-12  7:04 UTC  (5+ messages)

[edk2-devel] [PATCH v2] Pyrite support - Secure erase is only available if encryption is supported
 2023-09-12  2:03 UTC  (3+ messages)

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

[edk2-devel] Now: Tools, CI, Code base construction meeting series - Monday, September 11, 2023 #cal-notice
 2023-09-11 23:30 UTC 

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, September 11, 2023 #cal-reminder
 2023-09-11 22:30 UTC 

[PATCH] MdeModulePkg/DxeCore: Allow relocation of images with large address
 2023-09-11 20:14 UTC  (2+ messages)
` [edk2-devel] "

[edk2-devel] [PATCH v1 05/11] DynamicTablesPkg: Update MADT generator for ACPI 6.5
 2023-09-11 17:59 UTC  (4+ messages)


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