[U-Boot-Users] Bug in AT91RM9200 memsetup?

Hi there,
board/at91rm9200dk/memsetup.S and board/cmc_pu2/memsetup.S define
#define PIOC_ASR 0xFFFFF870 #define PIOC_BSR 0xFFFFF804 #define PIOC_PDR 0xFFFFF804
but according to the User Manunal is should have been:
#define PIOC_ASR 0xFFFFF870 #define PIOC_BSR 0xFFFFF874 #define PIOC_PDR 0xFFFFF804
Is that a bug or a feature?

Hi ,
i use ELDKv3 kernel v2.4.24 , and i used make menuconfig ,and for MPC8260 I chosed SCC for console .
I have only one SCC1 port (it has only two pins Rx,Tx) but i cannot configure kernel to search for only one console , it hangs after asking for the second one:
Uncompressing Kernel Image ... OK Memory BAT mapping: BAT2=64Mb, BAT3=0Mb, residual: 0Mb Linux version 2.4.24-pre2 (root@Setareh2) (gcc version . . . Initializing RT netlink socket Starting kswapd CPM UART driver version 0.01 ttyS0 on SCC1 at 0x8000, BRG7 ttyS1 on SCC2
and hangs here , can anyone please tell me what is my problem? here is my menuconfig MPC8260 CPM configuration:
[*] Enable SCC console [ ] CPM SCC Ethernet [*] CPM FCC Ethernet [*] Ethernet on FCC1 [*] Ethernet on FCC2 [*] Ethernet on FCC3 [ ] Use MDIO for PHY configuration [ ] Support LXT970 PHY [*] Support LXT971 PHY [ ] Support QS6612 PHY [ ] Support AMD79C873 PHY [ ] Support DM9131 PHY [ ] Simple CPM SPI Support --- SCC UART h/w handshaking options --- SCC1 (None) CTS signal for SCC1 (None) RTS signal for SCC1 (None) CD signal for SCC1 (None) DTR signal port for SCC1 --- SCC2 (None) CTS signal for SCC2 (None) RTS signal for SCC2 (None) CD signal for SCC2 (None) DTR signal port for SCC2 --- SCC3 (None) CTS signal for SCC3 (None) RTS signal for SCC3 (None) CD signal for SCC3 (None) DTR signal port for SCC3 --- SCC4 (None) CTS signal for SCC4 (None) RTS signal for SCC4 (None) CD signal for SCC4 (None) DTR signal port for SCC4
Best regards, Alireza Sadri, student of university. PS: I must opologize for asking a linux question, (if i must ask it in other places , please tell me where can i ask),i asked it here , because my problem may be caused by uboot and exprienced by it's users.hope it is not irrelevant to uboot, and not to bother anyone.
__________________________________ Do you Yahoo!? All your favorites on one personal page � Try My Yahoo! http://my.yahoo.com

In message 20041212184830.43482.qmail@web12826.mail.yahoo.com you wrote:
i use ELDKv3 kernel v2.4.24 , and i used make menuconfig ,and for MPC8260 I chosed SCC for console .
...
and hangs here , can anyone please tell me what is my problem? here is my menuconfig MPC8260 CPM
Your posting is off topic here. This has nothing to do with U-Boot.
Best regards,
Wolfgang Denk

In message 41BC52EE.4070907@imc-berlin.de you wrote:
board/at91rm9200dk/memsetup.S and board/cmc_pu2/memsetup.S define
...
#define PIOC_BSR 0xFFFFF804
...
but according to the User Manunal is should have been:
...
#define PIOC_BSR 0xFFFFF874
...
Is that a bug or a feature?
It's a typo. A fixed typo, to be precise :-)
Thanks for pointing out.
Best regards,
Wolfgang Denk
participants (3)
-
Alireza Sadri
-
Steven Scholz
-
Wolfgang Denk