commit | ce2ec8e9167edb0fefe8eae8e66bf753ebfc7558 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 10 12:47:16 2023 -0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 13 13:53:01 2023 +0100 |
tree | 7ed45d40200ec1c5f3783686f5bab48c3e18ee7d | |
parent | 5e4d3f2176c14343386e7054eac725eb542e6256 [diff] |
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>