public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] SDRAM
@ 2006-01-31 13:08 Måns Brorsson
  2006-01-31 14:03 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Måns Brorsson @ 2006-01-31 13:08 UTC (permalink / raw)
  To: u-boot

Hi!
I'm trying to port u-boot to an APEX board from ALTERA, i'm have been
looking in to Alteras Cyclone board which is a newer and bigger board. My
problem is that i dont have any SDRAM as the cyclone board has. And in
theier .h files they say that you have to have a SDRAM. But this should be
possible to come around, is it not?

Thanks/M?ns

--
M?ns Brorsson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20060131/2609a92c/attachment.htm 

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

* [U-Boot-Users] SDRAM
  2006-01-31 13:08 Måns Brorsson
@ 2006-01-31 14:03 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2006-01-31 14:03 UTC (permalink / raw)
  To: u-boot

In message <9e45f2180601310508xda30d92t4113bcb73d836d25@mail.gmail.com> you wrote:
>
> I'm trying to port u-boot to an APEX board from ALTERA, i'm have been
> looking in to Alteras Cyclone board which is a newer and bigger board. My
> problem is that i dont have any SDRAM as the cyclone board has. And in

But you do have some RAM memory on your board, right? Which type, and
how much is this?

> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline

Never post HTML here! Never!

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
Applying computer technology is simply finding the  right  wrench  to
pound in the correct screw.

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

* [U-Boot-Users] SDRAM
@ 2006-01-31 14:54 Måns Brorsson
  2006-01-31 15:48 ` Wolfgang Denk
  2006-02-01  0:45 ` Scott McNutt
  0 siblings, 2 replies; 5+ messages in thread
From: Måns Brorsson @ 2006-01-31 14:54 UTC (permalink / raw)
  To: u-boot

Ok i hope i turned the irritating HTML of, now!

The thing i missed is which cfg_ the U-Boot has to have. Should i put
my sram address as CFG_SDRAM_BASE and underline CFG_SRAM_BASE?

--
M?ns Brorsson

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

* [U-Boot-Users] SDRAM
  2006-01-31 14:54 [U-Boot-Users] SDRAM Måns Brorsson
@ 2006-01-31 15:48 ` Wolfgang Denk
  2006-02-01  0:45 ` Scott McNutt
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2006-01-31 15:48 UTC (permalink / raw)
  To: u-boot

In message <9e45f2180601310654x4c786877ma82c04368e2002af@mail.gmail.com> you wrote:
> Ok i hope i turned the irritating HTML of, now!

Yes, thanks!

> The thing i missed is which cfg_ the U-Boot has to have. Should i put
> my sram address as CFG_SDRAM_BASE and underline CFG_SRAM_BASE?

CFG_SRAM_BASE is not really used anywhere in U-Boot; it's just passed
to the Linux kernel on some boards.

CFG_SDRAM_BASE is more important.

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
Research is what I'm doing when I don't know what I'm doing.
                                                 -- Wernher von Braun

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

* [U-Boot-Users] SDRAM
  2006-01-31 14:54 [U-Boot-Users] SDRAM Måns Brorsson
  2006-01-31 15:48 ` Wolfgang Denk
@ 2006-02-01  0:45 ` Scott McNutt
  1 sibling, 0 replies; 5+ messages in thread
From: Scott McNutt @ 2006-02-01  0:45 UTC (permalink / raw)
  To: u-boot

Hi Mans,

> The thing i missed is which cfg_ the U-Boot has to have. Should i put
> my sram address as CFG_SDRAM_BASE and underline CFG_SRAM_BASE?

I'm assuming you're using Nios II ... in which case the code doesn't
really care about SDRAM ... since the SDRAM controller is configured
when you create the Nios II system module, not a run time. So yes,
you can set CFG_SDRAM_BASE to point to your SRAM base address. And
just set CFG_SRAM_BASE/SIZE to zero.

Also, there are several patches for the Nios II code that haven't
made it into the source tree yet -- if you run into problems, just
let me know & I'll send you the patches directly.

Regards,
--Scott

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

end of thread, other threads:[~2006-02-01  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-31 14:54 [U-Boot-Users] SDRAM Måns Brorsson
2006-01-31 15:48 ` Wolfgang Denk
2006-02-01  0:45 ` Scott McNutt
  -- strict thread matches above, loose matches on Subject: below --
2006-01-31 13:08 Måns Brorsson
2006-01-31 14:03 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox