* [U-Boot-Users] Problem about sdram initialization!
@ 2005-07-13 11:47 junping feng
2005-07-13 12:54 ` Wolfgang Denk
2005-07-13 13:36 ` Jerry Van Baren
0 siblings, 2 replies; 4+ messages in thread
From: junping feng @ 2005-07-13 11:47 UTC (permalink / raw)
To: u-boot
Hi,I have a little problem with the ppcboot startup,the BDI2000 can program ppcboot.bin into FLASH .Board information can print through serial interface after the first initialization of board now.
But when it run to the function relocate_code(in the /cpu/mpc8260/start.s),it don't run continually. Through LED on the board ,I find that it stops at the code below:
addi r0, r10, in_ram - _start + EXC_OFF_SYS_RESET
mtlr r0
blr
in_ram:
The size of SDRAM size is 16MB,flash is 8MB,CPU is MPC8250,and my costum board is like the board MPC8260ADS.Othe infomation with my board is below:
CLKIN:33M
MPTPR:0x10
PSRT:0x1900
BR2(control SDRAM): 0x0000 0041
OR2:0xFF80 3080
PSDMR: 0x2869 A452
0x0869 A452
0x1869 A452
0x4069 A452
SIUMCR?0x0A20 0000
Please give me a hand.
Thanks in advance!
__________________________________________________
???????????????
http://cn.mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050713/96f5eeb3/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MPC8260ADS.rar
Type: application/octet-stream
Size: 7653 bytes
Desc: 1269557957-MPC8260ADS.rar
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050713/96f5eeb3/attachment.obj
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Problem about sdram initialization!
@ 2005-07-13 12:31 Nghiem, Tien
0 siblings, 0 replies; 4+ messages in thread
From: Nghiem, Tien @ 2005-07-13 12:31 UTC (permalink / raw)
To: u-boot
Hi,
The ppcboot is a very old version of the bootloader. Why don't you use the lastest version of the u-boot: u-boot-1.1.2?
Tien
-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of junping feng
Sent: Wednesday, July 13, 2005 7:47 AM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] Problem about sdram initialization!
Hi,I have a little problem with the ppcboot startup,the BDI2000 can program ppcboot.bin into FLASH .Board information can print through serial interface after the first initialization of board now.
But when it run to the function relocate_code(in the /cpu/mpc8260/start.s),it don't run continually. Through LED on the board ,I find that it stops at the code below:
addi r0, r10, in_ram - _start + EXC_OFF_SYS_RESET
mtlr r0
blr
in_ram:
The size of SDRAM size is 16MB,flash is 8MB,CPU is MPC8250,and my costum board is like the board MPC8260ADS.Othe infomation with my board is below:
CLKIN:33M
MPTPR:0x10
PSRT:0x1900
BR2(control SDRAM): 0x0000 0041
OR2:0xFF80 3080
PSDMR: 0x2869 A452
0x0869 A452
0x1869 A452
0x4069 A452
SIUMCR?0x0A20 0000
Please give me a hand.
Thanks in advance!
__________________________________________________
???????????????
http://cn.mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050713/7d482b74/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Problem about sdram initialization!
2005-07-13 11:47 [U-Boot-Users] Problem about sdram initialization! junping feng
@ 2005-07-13 12:54 ` Wolfgang Denk
2005-07-13 13:36 ` Jerry Van Baren
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2005-07-13 12:54 UTC (permalink / raw)
To: u-boot
In message <20050713114719.92457.qmail@web15708.mail.cnb.yahoo.com> you wrote:
>
> Hi,I have a little problem with the ppcboot startup,the BDI2000 can
> program ppcboot.bin into FLASH .Board information can print through
> serial interface after the first initialization of board now.
If you are looking for help you should not be so ignorant.
I told you before (in private mail) that you are supposed to:
* not post HTML; you post HTML again
* not to use proprietary data formats like "rar" archives; you did it again.
> The size of SDRAM size is 16MB,flash is 8MB,CPU is MPC8250,and my costum board is like the board MPC8260ADS.Othe infomation with my board is below:
"like" another board means it is not identical. like is not good
enough. You will have to port U-Boot to your own board.
> Please give me a hand.
After you ignored are hints given to you? That's hard.
> --0-304857347-1121255239=:83888
> Content-Type: text/html; charset=gb2312
> Content-Transfer-Encoding: 8bit
>
> <DIV>
> <DIV>
Please NEVER post HTML here.
> Content-Type: application/octet-stream; name="MPC8260ADS.rar"
> Content-Transfer-Encoding: base64
> Content-Description: 1269557957-MPC8260ADS.rar
> Content-Disposition: attachment; filename="MPC8260ADS.rar"
Please NEVER use proprietary, non-standard data formats.
Attachment unreadable, ignored.
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
War is never imperative.
-- McCoy, "Balance of Terror", stardate 1709.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Problem about sdram initialization!
2005-07-13 11:47 [U-Boot-Users] Problem about sdram initialization! junping feng
2005-07-13 12:54 ` Wolfgang Denk
@ 2005-07-13 13:36 ` Jerry Van Baren
1 sibling, 0 replies; 4+ messages in thread
From: Jerry Van Baren @ 2005-07-13 13:36 UTC (permalink / raw)
To: u-boot
junping feng wrote:
> Hi,I have a little problem with the ppcboot startup,the BDI2000 can
> program ppcboot.bin into FLASH .Board information can print through
> serial interface after the first initialization of board now.
> But when it run to the function relocate_code(in the
> /cpu/mpc8260/start.s),it don't run continually. Through LED on the board
> ,I find that it stops at the code below:
>
> addi r0, r10, in_ram - _start + EXC_OFF_SYS_RESET
> mtlr r0
> blr
> in_ram:
>
>
> The size of SDRAM size is 16MB,flash is 8MB,CPU is MPC8250,and my
> costum board is like the board MPC8260ADS.Othe infomation with my board
> is below:
> CLKIN:33M
> MPTPR:0x10
> PSRT:0x1900
> BR2(control SDRAM): 0x0000 0041
> OR2:0xFF80 3080
> PSDMR: 0x2869 A452
> 0x0869 A452
> 0x1869 A452
> 0x4069 A452
> SIUMCR?0x0A20 0000
>
>
>
> Please give me a hand.
>
> Thanks in advance!
You need to fix your SDRAM initialization. We cannot help you with
this. You need to read and reread the data sheets _for the SDRAM you
are using_ and figure out what the proper initialization sequence and
register values are.
gvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-07-13 13:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13 11:47 [U-Boot-Users] Problem about sdram initialization! junping feng
2005-07-13 12:54 ` Wolfgang Denk
2005-07-13 13:36 ` Jerry Van Baren
-- strict thread matches above, loose matches on Subject: below --
2005-07-13 12:31 [U-Boot-Users] Problem about sdram initialization! Nghiem, Tien
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox