From 8abdd6bdcd6f113b16dfa56e287300e6feed28ab Mon Sep 17 00:00:00 2001 From: Tyler Bucher Date: Wed, 13 May 2026 13:04:08 -0500 Subject: [PATCH 1/3] Update amd64_defconfig with new kernel options Added CONFIG_DRM_I915_PXP, CONFIG_INTEL_MEI_GSC, and CONFIG_INTEL_MEI_PXP to the amd64_defconfig. Signed-off-by: Tyler Bucher --- .../sys-kernel/coreos-modules/files/amd64_defconfig-6.12 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 index 23cacc9adf5..a4d0c676020 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 @@ -28,6 +28,7 @@ CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_DELL_RBU=m CONFIG_DRM_AMDGPU=m CONFIG_DRM_I915=m +CONFIG_DRM_I915_PXP=y CONFIG_EDAC_AMD64=m CONFIG_EDAC_DECODE_MCE=m CONFIG_EDAC_E752X=m @@ -62,7 +63,9 @@ CONFIG_INT340X_THERMAL=m CONFIG_INTEL_IDLE=y CONFIG_INTEL_IOATDMA=y CONFIG_INTEL_IOMMU=y +CONFIG_INTEL_MEI_GSC=m CONFIG_INTEL_MEI_ME=m +CONFIG_INTEL_MEI_PXP=m CONFIG_INTEL_MEI_TXE=m CONFIG_INTEL_RAPL=m CONFIG_IP_VS_MH=m From 39ecfc6c59f8fa05204ad81562267a9f69b1c090 Mon Sep 17 00:00:00 2001 From: Tyler Bucher Date: Wed, 13 May 2026 16:38:26 -0500 Subject: [PATCH 2/3] Updated change log Signed-off-by: Tyler Bucher --- changelog/changes/2026-05-13-intel-mei-support.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2026-05-13-intel-mei-support.md diff --git a/changelog/changes/2026-05-13-intel-mei-support.md b/changelog/changes/2026-05-13-intel-mei-support.md new file mode 100644 index 00000000000..5abc3a9e896 --- /dev/null +++ b/changelog/changes/2026-05-13-intel-mei-support.md @@ -0,0 +1 @@ +- Enabled `CONFIG_DRM_I915_PXP`, `CONFIG_INTEL_MEI_GSC`, and `CONFIG_INTEL_MEI_PXP` ([scripts#4019](https://github.com/flatcar/scripts/pull/4019)) From c5d4e1f78877bdcb273ec79a96d36997e14f8725 Mon Sep 17 00:00:00 2001 From: Tyler Bucher Date: Fri, 15 May 2026 09:35:11 -0500 Subject: [PATCH 3/3] Changed change log message Signed-off-by: Tyler Bucher --- changelog/changes/2026-05-13-intel-mei-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/changes/2026-05-13-intel-mei-support.md b/changelog/changes/2026-05-13-intel-mei-support.md index 5abc3a9e896..f9322e3325d 100644 --- a/changelog/changes/2026-05-13-intel-mei-support.md +++ b/changelog/changes/2026-05-13-intel-mei-support.md @@ -1 +1 @@ -- Enabled `CONFIG_DRM_I915_PXP`, `CONFIG_INTEL_MEI_GSC`, and `CONFIG_INTEL_MEI_PXP` ([scripts#4019](https://github.com/flatcar/scripts/pull/4019)) +- Added kernel config options to support HuC firmware authentication which is required for Intel Arc (DG2) hardware offloading for video. ([scripts#4019](https://github.com/flatcar/scripts/pull/4019))