]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit68cf7ec49188058d822a17c655a971b6777086aa
tree7ed45d40200ec1c5f3783686f5bab48c3e18ee7d
parent7b1a8df2fe807962a5d812a641af0000ff88447d
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