The following changes since commit bcf343146ff365a88481b9a80920ed146c6dee5b:
Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next (2023-03-09 11:22:50 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-next-20230313 for you to fetch changes up to 61a621054194216eefc1a6f5af0a63aa265bbaef: video: Add a note about the broken implementation (2023-03-13 13:53:01 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/15571 ---------------------------------------------------------------- Pull request efi-next-20230313 UEFI: * Improve graphics support in EFI app Others: * x86: Add a few more items to bdinfo * video: Remove duplicate cursor-positioning function * video: Clear the vidconsole rather than the video ---------------------------------------------------------------- Simon Glass (13): efi: video: Move payload code into a function efi: video: Return mode info for app also efi: Support a 64-bit frame buffer address x86: Add a few more items to bdinfo efi: Use a fixed value for the timer clock efi: Support copy framebuffer video: Allow a copy framebuffer with pre-allocated fb bbinfo: Show the size of the copy framebuffer efi: Adjust script to show pre-relocation output on terminal video: Remove duplicate cursor-positioning function video: Clear the vidconsole rather than the video efi: Add dhrystone, dcache and scroll lines to app video: Add a note about the broken implementation arch/x86/dts/efi-x86_app.dts | 1 + arch/x86/lib/bdinfo.c | 6 ++ arch/x86/lib/fsp/fsp_graphics.c | 2 +- cmd/bdinfo.c | 11 ++- cmd/cls.c | 20 ++++-- configs/efi-x86_app64_defconfig | 3 + drivers/pci/pci_rom.c | 10 +-- drivers/timer/tsc_timer.c | 9 +++ drivers/video/coreboot.c | 2 +- drivers/video/efi.c | 138 ++++++++++++++++++++++++++++---------- drivers/video/vidconsole-uclass.c | 48 +++++-------- drivers/video/video-uclass.c | 32 ++++++--- include/init.h | 3 + include/vesa.h | 16 ++++- include/video.h | 2 + include/video_console.h | 9 +++ scripts/build-efi.sh | 2 + 17 files changed, 228 insertions(+), 86 deletions(-)