From: Ard Biesheuvel <ardb@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI updates for v7.0
Date: Mon, 9 Feb 2026 19:48:05 +0100 [thread overview]
Message-ID: <20260209184805.556296-1-ardb@kernel.org> (raw)
Hi Linus,
Some work going on in the EFI framebuffer area this cycle. Please pull.
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v7.0
for you to fetch changes up to c5a8f13f1e476c90f4bc184a58751d3e7ff88f2b:
efi: Support EDID information (2025-12-16 14:40:51 +0100)
----------------------------------------------------------------
EFI updates for v7.0
- Quirk the broken EFI framebuffer geometry on the Valve Steam Deck
- Capture the EDID information of the primary display also on non-x86
EFI systems when booting via the EFI stub.
----------------------------------------------------------------
Thomas Zimmermann (7):
efi: earlycon: Reduce number of references to global screen_info
efi: sysfb_efi: Reduce number of references to global screen_info
sysfb: Add struct sysfb_display_info
sysfb: Replace screen_info with sysfb_primary_display
sysfb: Pass sysfb_primary_display to devices
sysfb: Move edid_info into sysfb_primary_display
efi: Support EDID information
Tvrtko Ursulin (4):
efi: sysfb_efi: Replace open coded swap with the macro
efi: sysfb_efi: Fix lfb_linelength calculation when applying quirks
efi: sysfb_efi: Convert swap width and height quirk to a callback
efi: sysfb_efi: Fix efidrmfb and simpledrmfb on Valve Steam Deck
arch/arm64/kernel/image-vars.h | 2 +-
arch/loongarch/kernel/efi.c | 31 +++---
arch/loongarch/kernel/image-vars.h | 2 +-
arch/riscv/kernel/image-vars.h | 2 +-
arch/x86/kernel/kexec-bzimage64.c | 4 +-
arch/x86/kernel/setup.c | 16 ++-
arch/x86/video/video-common.c | 4 +-
drivers/firmware/efi/earlycon.c | 42 ++++----
drivers/firmware/efi/efi-init.c | 38 +++----
drivers/firmware/efi/efi.c | 4 +-
drivers/firmware/efi/libstub/Makefile | 2 +-
drivers/firmware/efi/libstub/efi-stub-entry.c | 17 +--
drivers/firmware/efi/libstub/efi-stub.c | 41 ++++---
drivers/firmware/efi/libstub/efistub.h | 7 +-
drivers/firmware/efi/libstub/primary_display.c | 56 ++++++++++
drivers/firmware/efi/libstub/screen_info.c | 53 ---------
drivers/firmware/efi/libstub/zboot.c | 4 +-
drivers/firmware/efi/sysfb_efi.c | 144 ++++++++++++++++++-------
drivers/firmware/sysfb.c | 13 +--
drivers/firmware/sysfb_simplefb.c | 2 +-
drivers/gpu/drm/sysfb/efidrm.c | 14 +--
drivers/gpu/drm/sysfb/vesadrm.c | 14 +--
drivers/hv/vmbus_drv.c | 6 +-
drivers/pci/vgaarb.c | 4 +-
drivers/video/Kconfig | 8 +-
drivers/video/fbdev/core/fbmon.c | 8 +-
drivers/video/fbdev/efifb.c | 10 +-
drivers/video/fbdev/vesafb.c | 10 +-
drivers/video/fbdev/vga16fb.c | 8 +-
drivers/video/screen_info_pci.c | 5 +-
include/linux/efi.h | 9 +-
include/linux/screen_info.h | 2 -
include/linux/sysfb.h | 23 +++-
include/video/edid.h | 4 -
34 files changed, 358 insertions(+), 251 deletions(-)
create mode 100644 drivers/firmware/efi/libstub/primary_display.c
delete mode 100644 drivers/firmware/efi/libstub/screen_info.c
next reply other threads:[~2026-02-09 18:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-09 18:48 Ard Biesheuvel [this message]
2026-02-10 5:08 ` [GIT PULL] EFI updates for v7.0 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260209184805.556296-1-ardb@kernel.org \
--to=ardb@kernel.org \
--cc=linux-efi@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox