All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] U-boot for Malta
@ 2004-10-24 10:21 calvin
  2004-10-24 14:06 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: calvin @ 2004-10-24 10:21 UTC (permalink / raw)
  To: u-boot

Hi,

I am trying to port u-boot for MALTA(mips) board. The code downloads 
properly at the appropriate Flash address (0xBFC0000) but then loops 
back at some point due to memory problems.
here is the dump file -

 > ffffffffbfc00300:       10000090        b       ffffffffbfc00544 
<romExcHandle>
 > ffffffffbfc00304:       241a0300        li      $k0,768

ffffffffbfc00544 <romExcHandle>:
ffffffffbfc00544:       1000ffff        b       ffffffffbfc00544 
<romExcHandle>

Other boot loaders works ok. that means hardware is working perfectly 
fine. Any pointers would be helpful.

Thanks and regards,
Pooja

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] U-boot for Malta
  2004-10-24 10:21 [U-Boot-Users] U-boot for Malta calvin
@ 2004-10-24 14:06 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-10-24 14:06 UTC (permalink / raw)
  To: u-boot

In message <clfvon$rpv$1@sea.gmane.org> you wrote:
> 
> I am trying to port u-boot for MALTA(mips) board. The code downloads 
> properly at the appropriate Flash address (0xBFC0000) but then loops 
> back at some point due to memory problems.

If you know that what you see is being caused by memory problems then
you should fix those memory problems, right?

> here is the dump file -
> 
>  > ffffffffbfc00300:       10000090        b       ffffffffbfc00544 
> <romExcHandle>
>  > ffffffffbfc00304:       241a0300        li      $k0,768
> 
> ffffffffbfc00544 <romExcHandle>:
> ffffffffbfc00544:       1000ffff        b       ffffffffbfc00544 
> <romExcHandle>
> 
> Other boot loaders works ok. that means hardware is working perfectly 
> fine. Any pointers would be helpful.

If you come trhough 0x300 you should find out why  you  see  a  cache
vector exception.

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
Lack of skill dictates economy of style.                - Joey Ramone

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-24 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-24 10:21 [U-Boot-Users] U-boot for Malta calvin
2004-10-24 14:06 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.