* [U-Boot-Users] ROTALIGN Alpha support
@ 2007-02-05 18:54 Krzysztof Helt
2007-02-05 19:24 ` Grant Likely
2007-02-06 0:37 ` Wolfgang Denk
0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Helt @ 2007-02-05 18:54 UTC (permalink / raw)
To: u-boot
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&sid=1009
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ra-uboot2.diff.gz
Type: application/x-gzip
Size: 9652 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070205/9d5ae7bc/attachment.bin
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] ROTALIGN Alpha support
2007-02-05 18:54 [U-Boot-Users] ROTALIGN Alpha support Krzysztof Helt
@ 2007-02-05 19:24 ` Grant Likely
2007-02-06 0:37 ` Wolfgang Denk
1 sibling, 0 replies; 5+ messages in thread
From: Grant Likely @ 2007-02-05 19:24 UTC (permalink / raw)
To: u-boot
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.
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] ROTALIGN Alpha support
2007-02-05 18:54 [U-Boot-Users] ROTALIGN Alpha support Krzysztof Helt
2007-02-05 19:24 ` Grant Likely
@ 2007-02-06 0:37 ` Wolfgang Denk
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-02-06 0:37 UTC (permalink / raw)
To: u-boot
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
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Landru! Guide us!
-- A Beta 3-oid, "The Return of the Archons", stardate 3157.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] ROTALIGN Alpha support
@ 2007-01-30 7:55 Krzysztof Helt
2007-01-30 22:31 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Helt @ 2007-01-30 7:55 UTC (permalink / raw)
To: u-boot
Hello,
I ported the U-boot to Pruftechnik ROTALIGN Alpha board (PXA
based). I added the patch to patch tracker. Should I repost the
patch to the list as well?
Regards,
Krzysztof
----------------------------------------------------
Tajemnica - i to niew?tpliwa! Poszukiwaczom przyg?d polecamy
"Dom luster" Ulyssesa Mora. Kim jest Tajemniczy Ulysses? Zobacz:
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd62.html&sid=1003
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] ROTALIGN Alpha support
2007-01-30 7:55 Krzysztof Helt
@ 2007-01-30 22:31 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-01-30 22:31 UTC (permalink / raw)
To: u-boot
In message <45befa0f25420@wp.pl> you wrote:
>
> I ported the U-boot to Pruftechnik ROTALIGN Alpha board (PXA
> based). I added the patch to patch tracker. Should I repost the
> patch to the list as well?
Patch tracker? I don't remember that mentioned in any documentation.
Please read the README, and yes, please post your patch here (please
follow the Coding Style and patch submission requirements).
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It would be illogical to assume that all conditions remain stable
-- Spock, "The Enterprise" Incident", stardate 5027.3
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-02-06 0:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 18:54 [U-Boot-Users] ROTALIGN Alpha support Krzysztof Helt
2007-02-05 19:24 ` Grant Likely
2007-02-06 0:37 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2007-01-30 7:55 Krzysztof Helt
2007-01-30 22:31 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox