]> git.dujemihanovic.xyz Git - u-boot.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)
commit644e61448cb02c6252b3f9131bff82e92a0f2aea
tree60da80ecc7aa3bacf23e163ee6ec2871b683c683
parent57fa4182241348aff6e8471f17a3d06039a65332
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