aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-10 12:47:16 -0800
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-03-13 13:53:01 +0100
commitf62229227ca24c0f491d02cf2ae69da7136abe18 (patch)
tree7ed45d40200ec1c5f3783686f5bab48c3e18ee7d /arch/x86/dts
parent4f9a8f33f0ab5acdcfa7fafc29bb2a16883e9801 (diff)
downloadu-boot-f62229227ca24c0f491d02cf2ae69da7136abe18.zip
u-boot-f62229227ca24c0f491d02cf2ae69da7136abe18.tar.gz
u-boot-f62229227ca24c0f491d02cf2ae69da7136abe18.tar.bz2
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>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/efi-x86_app.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/efi-x86_app.dts b/arch/x86/dts/efi-x86_app.dts
index 6d843a9..59e2e40 100644
--- a/arch/x86/dts/efi-x86_app.dts
+++ b/arch/x86/dts/efi-x86_app.dts
@@ -27,6 +27,7 @@
};
efi-fb {
compatible = "efi-fb";
+ bootph-some-ram;
};
};