From a6fba056e222f712694debcf92bcb7c764caef50 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 14 Jul 2023 15:53:14 -0400 Subject: [PATCH] kexec patch: remove efifb since kexec chooses VIDEO_EFI_TYPE now (setup_linux_vesafb: Found driver EFI VGA, providing VIDEO_TYPE_EFI) --- patches/kexec-2.0.26.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patches/kexec-2.0.26.patch b/patches/kexec-2.0.26.patch index 9ee0811ca..17701eb20 100644 --- a/patches/kexec-2.0.26.patch +++ b/patches/kexec-2.0.26.patch @@ -21,7 +21,7 @@ diff --git a/kexec/arch/i386/x86-linux-setup.c b/kexec/arch/i386/x86-linux-setup index 14263b0..55291d6 100644 --- a/kexec/arch/i386/x86-linux-setup.c +++ b/kexec/arch/i386/x86-linux-setup.c -@@ -138,31 +138,77 @@ +@@ -138,31 +138,76 @@ if (-1 == fd) return -1; @@ -57,7 +57,6 @@ index 14263b0..55291d6 100644 + * the real framebuffer address. + */ + if (0 == strcmp(fix.id, "VESA VGA") -+ || 0 == strcmp(fix.id, "efifb") + || 0 == strcmp(fix.id, "inteldrmfb") + || 0 == strcmp(fix.id, "i915drmfb")) { /* VIDEO_TYPE_VLFB */