1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 17:39:18 +01:00
Files
u-boot-megous/include/vesa.h
Simon Glass 644e61448c 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>
2023-03-13 13:53:01 +01:00

3.3 KiB