]> git.baikalelectronics.ru Git - uboot.git/commit
efi: Support a 64-bit frame buffer address
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:47:13 +0000 (12:47 -0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Mar 2023 12:53:01 +0000 (13:53 +0100)
commit9f09c9463941cdd848d950eb38289c5e088a349f
tree60da80ecc7aa3bacf23e163ee6ec2871b683c683
parentfdea3dd35c585ec057d012ebf037bfc3340eca17
efi: Support a 64-bit frame buffer address

The current vesa structure only provides a 32-bit value for the frame
buffer. Many modern machines use an address outside the range.

It is still useful to have this common struct, but add a separate
frame-buffer address as well.

Add a comment for vesa_setup_video_priv() while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/fsp/fsp_graphics.c
drivers/pci/pci_rom.c
drivers/video/coreboot.c
drivers/video/efi.c
include/vesa.h