x86: dts: Remove coreboot_fb.dtsi
authorBin Meng <bmeng.cn@gmail.com>
Fri, 10 Aug 2018 09:39:35 +0000 (02:39 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 20 Aug 2018 05:52:49 +0000 (13:52 +0800)
There is no need to keep a separate coreboot_fb.dtsi since now we
have a generic coreboot payload dts.

While we are here, this also remove the out-of-date description in
the documentation regarding to coreboot framebuffer driver with
U-Boot loaded as a payload from coreboot. As the testing result with
QEMU 2.5.0 shows, the driver just works like a charm.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/bayleybay.dts
arch/x86/dts/chromebook_link.dts
arch/x86/dts/chromebook_samus.dts
arch/x86/dts/chromebox_panther.dts
arch/x86/dts/coreboot_fb.dtsi [deleted file]
arch/x86/dts/minnowmax.dts
doc/README.x86

index 9683c525a7fae746bdbc18b149f2b5c1f063f39b..291dc07ff601174d6a41f87b24801e94614c49c3 100644 (file)
@@ -15,7 +15,6 @@
 /include/ "reset.dtsi"
 /include/ "rtc.dtsi"
 /include/ "tsc_timer.dtsi"
-/include/ "coreboot_fb.dtsi"
 
 / {
        model = "Intel Bayley Bay";
index 115a088a7afeed0ab6ef2847323fa556984d5f64..f9f097973026a7de3d8ea3cab862cc9f2bfe53a1 100644 (file)
@@ -8,7 +8,6 @@
 /include/ "reset.dtsi"
 /include/ "rtc.dtsi"
 /include/ "tsc_timer.dtsi"
-/include/ "coreboot_fb.dtsi"
 
 / {
        model = "Google Link";
index 9c48c9a3fa73cdd0f21a67ef529e9ab22da72235..b58936b4ac979735eb1fada31292d7661608b2dd 100644 (file)
@@ -8,7 +8,6 @@
 /include/ "reset.dtsi"
 /include/ "rtc.dtsi"
 /include/ "tsc_timer.dtsi"
-/include/ "coreboot_fb.dtsi"
 
 / {
        model = "Google Samus";
index a72a85ef9c4242b0079c5b556671d5bfa332aa6b..f56e482944bc3514ea6014fc0d81ebd3fba56477 100644 (file)
@@ -5,7 +5,6 @@
 /include/ "reset.dtsi"
 /include/ "rtc.dtsi"
 /include/ "tsc_timer.dtsi"
-/include/ "coreboot_fb.dtsi"
 
 / {
        model = "Google Panther";
diff --git a/arch/x86/dts/coreboot_fb.dtsi b/arch/x86/dts/coreboot_fb.dtsi
deleted file mode 100644 (file)
index 7d72f18..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/ {
-       coreboot-fb {
-               compatible = "coreboot-fb";
-       };
-};
index 02ab4c160ae230977bde714a858b0da067982ccd..6c65fb9611c2eaf35711f06d5e269cd103498c5b 100644 (file)
@@ -14,7 +14,6 @@
 /include/ "reset.dtsi"
 /include/ "rtc.dtsi"
 /include/ "tsc_timer.dtsi"
-/include/ "coreboot_fb.dtsi"
 
 / {
        model = "Intel Minnowboard Max";
index 6015ca4011561e0e7b3817255b73c691caaf4966..8cc46725f2a1a61dced78353630adcc444a31ff1 100644 (file)
@@ -412,17 +412,10 @@ To enable video you must enable these options in coreboot:
    - Set framebuffer graphics resolution (1280x1024 32k-color (1:5:5))
    - Keep VESA framebuffer
 
-And include coreboot_fb.dtsi in your board's device tree source file, like:
-
-   /include/ "coreboot_fb.dtsi"
-
 At present it seems that for Minnowboard Max, coreboot does not pass through
 the video information correctly (it always says the resolution is 0x0). This
 works correctly for link though.
 
-Note: coreboot framebuffer driver does not work on QEMU. The reason is unknown
-at this point. Patches are welcome if you figure out anything wrong.
-
 Test with QEMU for bare mode
 ----------------------------
 QEMU is a fancy emulator that can enable us to test U-Boot without access to