]> git.baikalelectronics.ru Git - uboot.git/commitdiff
x86: coral: Fall back to coreboot video when FSP missing
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:32 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:30 +0000 (15:04 +1300)
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>
arch/x86/dts/chromebook_coral.dts

index db8eb8805b775ebbd32868e8052cb9e7c2d7cb23..527c0adbd5798131eda20ccd5f645b1f7b584d60 100644 (file)
                #interrupt-cells = <2>;
        };
 
+       coreboot-video {
+               /* This will only activate when booted from coreboot */
+               compatible = "coreboot-fb";
+       };
+
        keyboard {
                intel,duplicate-por;
        };