From 1f47417ac61526e91cb1115c6b1757a17138ddc6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 20 Apr 2023 14:13:02 -0400 Subject: [PATCH] linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64 fixes #42566 closes #43552 --- srcpkgs/linux6.2/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.2/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.2/files/x86_64-dotconfig b/srcpkgs/linux6.2/files/x86_64-dotconfig index e0a50498293..d1024b67a4c 100644 --- a/srcpkgs/linux6.2/files/x86_64-dotconfig +++ b/srcpkgs/linux6.2/files/x86_64-dotconfig @@ -475,7 +475,7 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y # CONFIG_X86_SGX is not set CONFIG_EFI=y CONFIG_EFI_STUB=y -# CONFIG_EFI_HANDOVER_PROTOCOL is not set +CONFIG_EFI_HANDOVER_PROTOCOL=y CONFIG_EFI_MIXED=y # CONFIG_EFI_FAKE_MEMMAP is not set CONFIG_EFI_RUNTIME_MAP=y diff --git a/srcpkgs/linux6.2/template b/srcpkgs/linux6.2/template index 9bd2d5779d6..4e41d00442a 100644 --- a/srcpkgs/linux6.2/template +++ b/srcpkgs/linux6.2/template @@ -1,7 +1,7 @@ # Template file for 'linux6.2' pkgname=linux6.2 version=6.2.11 -revision=1 +revision=2 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="John " license="GPL-2.0-only"