open display kernel log in uboot,just support lvds now
authoreddie <cf@rock-chips.com>
Wed, 9 Apr 2014 07:20:02 +0000 (15:20 +0800)
committereddie <cf@rock-chips.com>
Wed, 9 Apr 2014 07:20:02 +0000 (15:20 +0800)
arch/arm/boot/.gitignore [changed mode: 0644->0755]
arch/arm/boot/dts/lcd-b101ew05.dtsi
arch/arm/boot/dts/rk3288-chrome.dts
arch/arm/boot/dts/rk3288-tb.dts
scripts/.gitignore

old mode 100644 (file)
new mode 100755 (executable)
index 3c79f85..ac74207
@@ -4,3 +4,5 @@ xipImage
 bootpImage
 uImage
 *.dtb
+\r
+linux_logo.dtsi
\ No newline at end of file
index 2d79841e5abdd5ea3121e0354af5d099fe73fdd0..001e9df473c57491a786ef4e9f9f252c2ae3f75e 100644 (file)
@@ -27,6 +27,7 @@
                                swap-rb = <0>;
                                swap-rg = <0>;
                                swap-gb = <0>;
+                               uboot,logo-on = <1>;
                        };
                };
 };
index 5c7a5f9aec4f7a8cc568425a21bae2762a2f8ce1..a4cd0f32990ecb47e71f749da3c43eb1421e4071 100755 (executable)
@@ -2,7 +2,7 @@
 
 #include "rk3288.dtsi"
 #include "lcd-b101ew05.dtsi"
-
+#include "linux_logo.dtsi"
 / {
        fiq-debugger {
                status = "okay";
index 2f92b7ec099bd973bd90bc9c316a9f7011d0c839..b39f9201481b7d4e15d1a42f5097ce79385ee943 100755 (executable)
@@ -2,7 +2,7 @@
 
 #include "rk3288.dtsi"
 #include "lcd-b101ew05.dtsi"
-
+#include "linux_logo.dtsi"
 / {
        fiq-debugger {
                status = "okay";
@@ -571,15 +571,15 @@ rockchip,power_type = <GPIO>;
 &clk_core_dvfs_table {
        operating-points = <
                /* KHz    uV */
-               126000 850000
-               216000 850000
-               312000 850000
-               408000 850000
-               600000 850000
-               696000 900000
-               816000 950000
-               1008000 1000000
-               1200000 1050000
+       //      126000 1050000
+       //      216000 1050000
+       //      312000 1050000
+       //      408000 1050000
+       //      600000 1050000
+       //      696000 1050000
+               816000 1050000
+               1008000 1050000
+               1200000 1100000
                1416000 1150000
                >;
        status="okay";
@@ -588,10 +588,10 @@ rockchip,power_type = <GPIO>;
 &clk_gpu_dvfs_table {
        operating-points = <
                /* KHz    uV */
-               100000 850000
-               200000 850000
-               300000 900000
-               400000 1000000
+       //      100000 1100000
+       //      200000 1100000
+               300000 1100000
+               400000 1100000
                500000 1100000
                600000 1250000
                >;
index fb070fa1038feb51e47db9c4ec807ee328fe6364..c38ef38342ff774ce9928eb46b7107485507fbef 100644 (file)
@@ -11,3 +11,4 @@ recordmcount
 docproc
 sortextable
 asn1_compiler
+pnmtodtsi