efi: Support copy framebuffer
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:47:16 +0000 (12:47 -0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Mar 2023 12:53:01 +0000 (13:53 +0100)
commitf62229227ca24c0f491d02cf2ae69da7136abe18
tree7ed45d40200ec1c5f3783686f5bab48c3e18ee7d
parent4f9a8f33f0ab5acdcfa7fafc29bb2a16883e9801
efi: Support copy framebuffer

Add support for this to EFI in case it becomes useful. At present it just
slows things down. You can enable CONFIG_VIDEO_COPY to turn it on.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/efi-x86_app.dts
drivers/video/efi.c