* [U-Boot-Users] U-boot Port issue on MPC8280 board
[not found] <20050412175407.BA4C812379@sc8-sf-spam2.sourceforge.net>
@ 2005-04-15 9:59 ` Srivatsan
2005-04-15 10:22 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Srivatsan @ 2005-04-15 9:59 UTC (permalink / raw)
To: u-boot
Dear all,
I am trying to port U-boot 1.1.2 onto a MPC8280 based Rattler
board. After a long struggle I was able to map the board properly and I
am able to get till display_options (where u-boot gets a reset in printf
statement). I have the following questions:
1) Are there any patches to support CPM2 (Just like the one floating
around for Linux) for U-boot? (Our board requires cpm2 support)
2) Whenever we try to access the serial routines (serial_putc, printf),
we get a continous reset and we are unable to proceed.
I request you all to kindly help me with this problem. Any pointers
would be of great help.
Thanks and Best Regards,
C.R.Srivatsan
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] U-boot Port issue on MPC8280 board
2005-04-15 9:59 ` [U-Boot-Users] U-boot Port issue on MPC8280 board Srivatsan
@ 2005-04-15 10:22 ` Wolfgang Denk
2005-04-20 12:57 ` Srivatsan
0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2005-04-15 10:22 UTC (permalink / raw)
To: u-boot
In message <000001c541a1$c815d020$1269cb0a@bgc.flextronics.com> you wrote:
>
> 1) Are there any patches to support CPM2 (Just like the one floating
> around for Linux) for U-boot? (Our board requires cpm2 support)
No patch is needed, all support for the CPM you need is already
available in U-Boot. ["cpm2" ist just a term for a specific Linux
implementation. None of this is needed for U-Boot. U-Boot uses the
"old" or "classic" approach to support the CPM.]
> 2) Whenever we try to access the serial routines (serial_putc, printf),
> we get a continous reset and we are unable to proceed.
Check your memory map, and if your board config file correctly
implements this memory map. Then attach a debugger and check why
the accesses are failing.
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
I wish Captain Vimes were here. He wouldn't have known what to do
either, but he's got a much better vocabulary to be baffled in.
- Terry Pratchett, _Guards! Guards!_
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] U-boot Port issue on MPC8280 board
2005-04-15 10:22 ` Wolfgang Denk
@ 2005-04-20 12:57 ` Srivatsan
2005-04-20 13:27 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Srivatsan @ 2005-04-20 12:57 UTC (permalink / raw)
To: u-boot
Hi all,
I am trying to port U-boot onto MPC8280 based Rattler board. I am
getting the following messages and U-boot resets. Can anyone please give
me some pointers to the problem? Thanks.
U-Boot 1.1.2 (Apr 20 2005 - 17:26:27)
MPC8260 Reset Status: External Soft, External Hard
MPC8260 Clock Configuration
- Bus-to-Core Mult 4.5x, VCO Div 2, 60x Bus Freq 22-65 , Core Freq
100-300
- dfbrg 1, corecnf 0x07, busdf 5, cpmdf 1, plldf 0, pllmf 7
- vco_out 800000000, scc_clk 200000000, brg_clk 50000000
- cpu_clk 450000000, cpm_clk 400000000, bus_clk 100000000
CPU: MPC8260 (HiP7 Rev 13, Mask 0.1 1K49M) at 450 MHz
DRAM: 16 M?
With Thanks and Regards,
C.R.Srivatsan
***************************NOTE***********************************************
Deccanet Designs Ltd is now Flextronics Design Ltd, India
******************************************************************************
*************************DISCLAIMER*******************************************
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege of Flextronics Design Ltd.
If you have received this message in error, please notify the originator
immediately. If you are not the intended recipient, you are notified that
you are strictly prohibited from retaining, using, copying, altering or
disclosing the contents of this message.
******************************************************************************
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] U-boot Port issue on MPC8280 board
2005-04-20 12:57 ` Srivatsan
@ 2005-04-20 13:27 ` Wolfgang Denk
2005-04-25 12:40 ` Srivatsan
0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2005-04-20 13:27 UTC (permalink / raw)
To: u-boot
In message <000c01c545a8$917874e0$1269cb0a@bgc.flextronics.com> you wrote:
>
> I am trying to port U-boot onto MPC8280 based Rattler board. I am
> getting the following messages and U-boot resets. Can anyone please give
> me some pointers to the problem? Thanks.
Your SDRAM initialization sequence is broken and/or incomplete.
> *************************DISCLAIMER*******************************************
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
... [legal crap deleted]
Will you please turn off this when posting to public mailing lists?
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
The existence of god implies a violation of causality.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] U-boot Port issue on MPC8280 board
2005-04-20 13:27 ` Wolfgang Denk
@ 2005-04-25 12:40 ` Srivatsan
2005-04-25 13:04 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Srivatsan @ 2005-04-25 12:40 UTC (permalink / raw)
To: u-boot
Hi all,
The porting of U-boot 1.1.2 onto the Rattler MPC8280 board is done
but for the following problem:
When I try to ping from Target (Rattler MPC8280), it says the host
(PC running TFTP server) is alive. But when the target (MPc8280) is
pinged from host, then it says "request timed out".
I am using the ETHERNET_ON_FCC. Hope somebody can help me out of this
problem.
With Regards,
C.R.Srivatsan
***************************NOTE***********************************************
Deccanet Designs Ltd is now Flextronics Design Ltd, India
******************************************************************************
*************************DISCLAIMER*******************************************
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege of Flextronics Design Ltd.
If you have received this message in error, please notify the originator
immediately. If you are not the intended recipient, you are notified that
you are strictly prohibited from retaining, using, copying, altering or
disclosing the contents of this message.
******************************************************************************
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] U-boot Port issue on MPC8280 board
2005-04-25 12:40 ` Srivatsan
@ 2005-04-25 13:04 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2005-04-25 13:04 UTC (permalink / raw)
To: u-boot
In message <000001c54994$082f9250$1269cb0a@bgc.flextronics.com> you wrote:
>
> When I try to ping from Target (Rattler MPC8280), it says the host
> (PC running TFTP server) is alive. But when the target (MPc8280) is
> pinged from host, then it says "request timed out".
This is ok.
> I am using the ETHERNET_ON_FCC. Hope somebody can help me out of this
> problem.
There is no problem. This is the expected behaviour.
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
There are bugs and then there are bugs. And then there are bugs.
- Karl Lehenbauer
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] U-boot Port issue on MPC8280 board
@ 2005-04-26 13:21 Muhammad Sarwar
0 siblings, 0 replies; 7+ messages in thread
From: Muhammad Sarwar @ 2005-04-26 13:21 UTC (permalink / raw)
To: u-boot
As Wolf mentioned, this is the expected bahvior.
U-boot can only initiate network requests. You can only ping/tftp etc FROM a target running U-boot. However U-boot is single threaded and does not run a TCP/IP stack to respond to any network requests (broadcast or unicast).
Hope it helps.
Muhammad Sarwar
Mangrove Systems Inc
-----Original Message-----
From: u-boot-users-admin at lists.sourceforge.net on behalf of Srivatsan
Sent: Mon 4/25/2005 8:40 AM
To: wd at denx.de
Cc: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] U-boot Port issue on MPC8280 board
Hi all,
The porting of U-boot 1.1.2 onto the Rattler MPC8280 board is done
but for the following problem:
When I try to ping from Target (Rattler MPC8280), it says the host
(PC running TFTP server) is alive. But when the target (MPc8280) is
pinged from host, then it says "request timed out".
I am using the ETHERNET_ON_FCC. Hope somebody can help me out of this
problem.
With Regards,
C.R.Srivatsan
***************************NOTE***********************************************
Deccanet Designs Ltd is now Flextronics Design Ltd, India
******************************************************************************
*************************DISCLAIMER*******************************************
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege of Flextronics Design Ltd.
If you have received this message in error, please notify the originator
immediately. If you are not the intended recipient, you are notified that
you are strictly prohibited from retaining, using, copying, altering or
disclosing the contents of this message.
******************************************************************************
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-04-26 13:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20050412175407.BA4C812379@sc8-sf-spam2.sourceforge.net>
2005-04-15 9:59 ` [U-Boot-Users] U-boot Port issue on MPC8280 board Srivatsan
2005-04-15 10:22 ` Wolfgang Denk
2005-04-20 12:57 ` Srivatsan
2005-04-20 13:27 ` Wolfgang Denk
2005-04-25 12:40 ` Srivatsan
2005-04-25 13:04 ` Wolfgang Denk
2005-04-26 13:21 Muhammad Sarwar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox