All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] U-Boot on LH7A400
@ 2004-05-14  2:55 Devraj Mukherjee
  2004-05-14  7:36 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Devraj Mukherjee @ 2004-05-14  2:55 UTC (permalink / raw)
  To: u-boot

Hi there,

Is anyone out there using a Sharp LH7A400 (http://logicpd.com) and
UBoot. We are new to getting Linux working on this board and are
wonderng which boot loader to use.

UBoot seems to be the choice :-) if anyone of you are using UBoot on
these boards, can you please send us an image of the bootloader so we
can give it a shot.

Any other resources are welcome, thanks for your time

Devraj


-- 
---------------------------------------------------------------------
System Administration Team
Eternity Technologies Pty. Ltd. P O Box 5949 Wagga Wagga 2650 NSW AUS
Phone/Fax +61-2-69717131 http://eternitytechnologies.com/
---------------------------------------------------------------------

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

* [U-Boot-Users] U-Boot on LH7A400
  2004-05-14  2:55 [U-Boot-Users] U-Boot on LH7A400 Devraj Mukherjee
@ 2004-05-14  7:36 ` Wolfgang Denk
  2004-05-14  8:15   ` [U-Boot-Users] A question about sdram_init Stefan Roese
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2004-05-14  7:36 UTC (permalink / raw)
  To: u-boot

In message <1084503350.13053.63.camel@localhost> you wrote:
> 
> Is anyone out there using a Sharp LH7A400 (http://logicpd.com) and
> UBoot. We are new to getting Linux working on this board and are
> wonderng which boot loader to use.

Patches were posted to the list 3 days ago. Search the archives.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Boykottiert Microsoft - Kauft Eure Fenster bei OBI!

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

* [U-Boot-Users] A question about sdram_init
  2004-05-14  7:36 ` Wolfgang Denk
@ 2004-05-14  8:15   ` Stefan Roese
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2004-05-14  8:15 UTC (permalink / raw)
  To: u-boot

Hello Frank!

> Sorry, wrong function name. I've corrected in the second 
> post. The problem 
> happens in cpu/ppc4xx/sdram.c -> sdram_init().

OK. I wrote this code, so here a few comments.

We are using this code on a least 10 different PPC405 boards without any
problems (even with 4 Mbytes of SDRAM).

When you stripped the code to 3 lines only you probably missed those
lines:

	...
	mtsdram0(mem_sdtr1, sdtr1);
	mtsdram0(mem_rtr, rtr);

Some of the sdram regs don't get initialized at all with your code! This
could cause serious problems!

Some further questions:

Why did you change the code in the first place? 

You speak of 8MBytes of SDRAM. Do you have 2 banks each 4MByte? This
code only supports the first bank.

Best regards,
Stefan Roese

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

end of thread, other threads:[~2004-05-14  8:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-14  2:55 [U-Boot-Users] U-Boot on LH7A400 Devraj Mukherjee
2004-05-14  7:36 ` Wolfgang Denk
2004-05-14  8:15   ` [U-Boot-Users] A question about sdram_init Stefan Roese

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.