aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-06-12 08:36:23 -0700
committerBin Meng <bmeng.cn@gmail.com>2018-06-17 21:16:04 +0800
commitd441ec829831068e29318a5b6774a36d31ae135a (patch)
tree92695273fe6a30789822c59f5d11f42970c2fdf9 /arch/x86/dts
parent4a08c74697c679607f1ddb56167c74fc31d53068 (diff)
downloadu-boot-d441ec829831068e29318a5b6774a36d31ae135a.zip
u-boot-d441ec829831068e29318a5b6774a36d31ae135a.tar.gz
u-boot-d441ec829831068e29318a5b6774a36d31ae135a.tar.bz2
x86: efi: payload: Add EFI framebuffer driver support
This turns on the EFI framebuffer driver support so that a graphics console can be of additional help. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/efi-x86_payload.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/dts/efi-x86_payload.dts b/arch/x86/dts/efi-x86_payload.dts
index 137bde5..148b587 100644
--- a/arch/x86/dts/efi-x86_payload.dts
+++ b/arch/x86/dts/efi-x86_payload.dts
@@ -33,4 +33,8 @@
compatible = "pci-x86";
u-boot,dm-pre-reloc;
};
+
+ efi-fb {
+ compatible = "efi-fb";
+ };
};