open display kernel log in uboot,just support lvds now

This commit is contained in:
eddie
2014-04-09 15:20:02 +08:00
parent 1d7d2c0ca9
commit ade9cca99e
5 changed files with 19 additions and 15 deletions

2
arch/arm/boot/.gitignore vendored Normal file → Executable file
View File

@@ -4,3 +4,5 @@ xipImage
bootpImage
uImage
*.dtb
linux_logo.dtsi

View File

@@ -27,6 +27,7 @@
swap-rb = <0>;
swap-rg = <0>;
swap-gb = <0>;
uboot,logo-on = <1>;
};
};
};

View File

@@ -2,7 +2,7 @@
#include "rk3288.dtsi"
#include "lcd-b101ew05.dtsi"
#include "linux_logo.dtsi"
/ {
fiq-debugger {
status = "okay";

View File

@@ -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
>;

1
scripts/.gitignore vendored
View File

@@ -11,3 +11,4 @@ recordmcount
docproc
sortextable
asn1_compiler
pnmtodtsi