summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 08:00:32 +0300
committerSimon Glass <sjg@chromium.org>2021-03-27 05:04:30 +0300
commit8657989f29d9c9d1c489ef9392501c6a3aae36e8 (patch)
treebac75154aed09fc62c95c9a5637f21885bca507d /arch/x86
parent51de94dfe497b150c066788a38e93bd989ae7552 (diff)
downloadu-boot-8657989f29d9c9d1c489ef9392501c6a3aae36e8.tar.xz
x86: coral: Fall back to coreboot video when FSP missing
When booting from coreboot the FSP video information is no-longer available. Enable the coreboot driver so that we can get some sort of display in this case. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/chromebook_coral.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index db8eb8805b..527c0adbd5 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -149,6 +149,11 @@
#interrupt-cells = <2>;
};
+ coreboot-video {
+ /* This will only activate when booted from coreboot */
+ compatible = "coreboot-fb";
+ };
+
keyboard {
intel,duplicate-por;
};