[PATCH v3 00/13] video: efi: Improve the EFI-app video console

2023-03-10 Thread Simon Glass
This does not work on some 64-bit machines since only a 32-bit address for the framebuffer is supported in the VESA structure. This series corrects this and makes a few other minor, video-related improvements. Changes in v3: - Use Returns instead of @return - Show the CPU vendor name also - Add a

[PATCH v3 00/13] video: efi: Improve the EFI-app video console

2023-02-25 Thread Simon Glass
This does not work on some 64-bit machines since only a 32-bit address for the framebuffer is supported in the VESA structure. This series corrects this and makes a few other minor, video-related improvements. Changes in v3: - Use Returns instead of @return - Show the CPU vendor name also - Add a