[PATCH v3 03/13] efi: Support a 64-bit frame buffer address

2023-03-10 Thread Simon Glass
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

[PATCH v3 03/13] efi: Support a 64-bit frame buffer address

2023-02-25 Thread Simon Glass
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