On 07/04/13 09:32, Sascha Hauer wrote:
On Tue, Jul 02, 2013 at 08:30:49PM +0200, Sebastian Hesselbarth wrote:
This imports dove.dtsi and dove-cubox.dts from Linux kernel with timer
node added.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@xxxxxxxxx>
Applied with two small changes
First I added dove-cubox.dtb to the Makefile
diff --git a/arch/arm/dts/dove-cubox.dts b/arch/arm/dts/dove-cubox.dts
+
+ chosen {
+ bootargs = "console=ttyS0,115200n8 earlyprintk";
+ linux,stdoutpath = "/soc@f1000000/serial@12000";
+ };
Then I learned something about dtc. The above can be written as
linux,stdoutpath = &uart0;
Which expands to the nodes full path.
Great, I was going to think about adding linux,stdoutpath-phandle
just because of the freaking long name above.
Also, yesterday I realized that I updated solidrun_cubox_defconfig
with CONFIG_CONSOLE_ACTIVATE_NONE=y. Leaves it with no console.
I will retest with your changes but maybe I haven't yet fully
understood the dependencies here.
Sebastian
_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox