
Hello,
This patch adds support for Pruftechnik's ROTALIGN Alpha board.
The patch allows to upload and flash Linux, then boots it.
The second flash bank and SMC9196 chip do not work yet.
Regards, Krzysztof Helt
---------------------------------------------------- Nominowany do Oscara za najlepszą rolę męską Will Smith jako samotny ojciec nie poddający się losowi. W POGONI ZA SZCZĘŚCIEM - w kinach od 9 lutego! http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fwpogoni.html&am...

On 2/5/07, Krzysztof Helt krzysztof.h1@wp.pl wrote:
Hello,
This patch adds support for Pruftechnik's ROTALIGN Alpha board.
The patch allows to upload and flash Linux, then boots it.
The second flash bank and SMC9196 chip do not work yet.
Can you please repost your patch in-line (instead of gzipped attachment). It is far easier to comment on an inline patch.
Thanks, g.

In message 45c77d7eac24c@wp.pl you wrote:
This patch adds support for Pruftechnik's ROTALIGN Alpha board.
The patch allows to upload and flash Linux, then boots it.
The second flash bank and SMC9196 chip do not work yet.
* Please clean up the Coding style violations (C++ comments, trailing white space, indentation not by TAB, ...).
* Please remove dead code like here:
--- u-boot-1.1.6/board/raalpha/config.mk 1970-01-01 01:00:00.000000000 +0100 +++ u-boot-1.1.6.ra/board/raalpha/config.mk 2006-11-02 15:15:01.000000000 +0100 @@ -0,0 +1,3 @@ +#TEXT_BASE = 0xa1700000 +TEXT_BASE = 0xa3080000 +#TEXT_BASE = 0
* Please explain why you think this is necessary:
+int board_late_init(void) +{ + setenv("stdout", "serial"); + setenv("stderr", "serial"); + return 0; +}
Then resubmit.
Best regards,
Wolfgang Denk
participants (3)
-
Grant Likely
-
Krzysztof Helt
-
Wolfgang Denk