To: | |
---|---|
Subject: | Re: [ts-7000] TS-7250 booting 2.6-git |
From: | "Mike Taht" <> |
Date: | Thu, 27 Apr 2006 11:28:05 -0700 |
On 4/27/06, Lennert Buytenhek <> wrote: On Thu, Apr 27, 2006 at 04:38:34PM +0700, Eko Didik Widianto wrote: The older one doesn't. What I did to hack around the bootloader passing a wrong machine ID Easier to (temporarily) flip mach-types.h's definitions of 355 and 673... Anyway, I've tried every suggestion so far and so far fail to get past "done, booting the kernel." I pulled down latest git this morning. My total current diff is below. I note that there are some interesting things going on in the non-git local.diff and serial-uartbaud.diff patches from svn. (I am under the impression that the TS7250 did slightly odd things with the uart) Quilting those in now.... One other side note is that I'm using the gcc-4.0.1-glibc-2.3.5/arm-unknown-linux-gnu/ compiler with no options. I remember vaguely that using a crunch enabled compiler on the kernel was a bad thing in the bad olddays diff --git a/drivers/serial/amba-pl010.c b/drivers/serial/amba-pl010.c index 1631414..b133769 100644 --- a/drivers/serial/amba-pl010.c +++ b/drivers/serial/amba-pl010.c @@ -585,7 +585,7 @@ pl010_console_get_options(struct uart_po static int __init pl010_console_setup(struct console *co, char *options) { struct uart_port *port; - int baud = 38400; + int baud = 115200; int bits = 8; int parity = 'n'; int flow = 'n'; diff --git a/kernel/printk.c b/kernel/printk.c index c056f33..4c6e617 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -507,7 +507,7 @@ asmlinkage int vprintk(const char *fmt, /* Emit the output into the temporary buffer */ printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args); - + printascii(printk_buf); /* * Copy the output into log_buf. If the caller didn't provide * appropriate log level tags, we insert them here -- Mike Taht PostCards From the Bleeding Edge http://the-edge.blogspot.com YAHOO! GROUPS LINKS
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] Re: Boot to NFS root file system, guibiao |
---|---|
Next by Date: | [ts-7000] TS-7250 booting 2.6-git semi-SUCCESS, Mike Taht |
Previous by Thread: | Re: [ts-7000] TS-7250 booting 2.6-git, Lennert Buytenhek |
Next by Thread: | [ts-7000] Boot to NFS root file system, guibiao |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU