Re: [PATCH 00/11] video: efi: Improve the EFI-app video console

2023-02-07 Thread Simon Glass
Hi Heinrich, On Sun, 5 Feb 2023 at 14:15, Heinrich Schuchardt wrote: > > > > Am 5. Februar 2023 20:46:16 MEZ schrieb 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" requires some precedin

Re: [PATCH 00/11] video: efi: Improve the EFI-app video console

2023-02-05 Thread Heinrich Schuchardt
Am 5. Februar 2023 20:46:16 MEZ schrieb 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" requires some preceding sentence. Please, describe what problem you want to solve. Best regards Heinri

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

2023-02-05 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. Simon Glass (11): efi: video: Move payload code into a function efi: video: Return