* [U-Boot-Users] Ocotea with 512 megs of ram - ping fails
@ 2006-02-14 16:32 Dale Dunlea
0 siblings, 0 replies; 3+ messages in thread
From: Dale Dunlea @ 2006-02-14 16:32 UTC (permalink / raw)
To: u-boot
Hi,
I have an Ocotea (AMCC 440GX) test board which I have been using happily
with U-Boot 1.1.4. In it's original configuration, it uses a single 256
meg dimm. This works fine and my kernel and initrd images are downloaded
happily via tftp. I replaced this dimm with a 512 meg dimm and now the
network interface is no longer functional. Has anyone else seen this issue?
Regards,
Dale
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Ocotea with 512 megs of ram - ping fails
@ 2006-02-14 19:38 Howard, Marc
2006-02-14 19:56 ` Dale Dunlea
0 siblings, 1 reply; 3+ messages in thread
From: Howard, Marc @ 2006-02-14 19:38 UTC (permalink / raw)
To: u-boot
Dale,
You've run into a problem where U-Boot maps the 2nd 256MB of physical
memory into the same logical space as the 1st 256MB. It's a one line/one
character typo that I've been meaning to post a patch for but I've been
tied up on other projects. Here's the context diff:
--- ./board/amcc/ocotea/init.S 2005-12-19 18:14:46.000000000 -0800
+++ ../u-boot-git-ocotea-patch/board/amcc/ocotea/init.S 2005-12-22
13:38:38.000000000 -0800
@@ -92,5 +92,5 @@
tlbentry( CFG_ISRAM_BASE + 0x1000, SZ_4K, 0x80001000, 0,
AC_R|AC_W|AC_X )
tlbentry( CFG_SDRAM_BASE, SZ_256M, 0x00000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
- tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x00000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
+ tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x10000000, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
tlbentry( CFG_PCI_BASE, SZ_256M, 0x00000000, 2, AC_R|AC_W|SA_G|SA_I
)
tlbentry( CFG_PCI_MEMBASE, SZ_256M, 0x00000000, 3,
AC_R|AC_W|SA_G|SA_I )
This should fix your problem.
Marc
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf
> Of Dale Dunlea
> Sent: Tuesday, February 14, 2006 8:32 AM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] Ocotea with 512 megs of ram - ping fails
>
> Hi,
>
> I have an Ocotea (AMCC 440GX) test board which I have been
> using happily
> with U-Boot 1.1.4. In it's original configuration, it uses a
> single 256
> meg dimm. This works fine and my kernel and initrd images are
> downloaded
> happily via tftp. I replaced this dimm with a 512 meg dimm
> and now the
> network interface is no longer functional. Has anyone else
> seen this issue?
>
> Regards,
> Dale
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep
> through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web.
> DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&
> dat=121642
> _______________________________________________
> 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] 3+ messages in thread
* [U-Boot-Users] Ocotea with 512 megs of ram - ping fails
2006-02-14 19:38 [U-Boot-Users] Ocotea with 512 megs of ram - ping fails Howard, Marc
@ 2006-02-14 19:56 ` Dale Dunlea
0 siblings, 0 replies; 3+ messages in thread
From: Dale Dunlea @ 2006-02-14 19:56 UTC (permalink / raw)
To: u-boot
Howard, Marc wrote:
> Dale,
>
> You've run into a problem where U-Boot maps the 2nd 256MB of physical
> memory into the same logical space as the 1st 256MB. It's a one line/one
> character typo that I've been meaning to post a patch for but I've been
> tied up on other projects. Here's the context diff:
>
>
That was it exactly. Thank you very much.
Regards,
Dale
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-14 19:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-14 19:38 [U-Boot-Users] Ocotea with 512 megs of ram - ping fails Howard, Marc
2006-02-14 19:56 ` Dale Dunlea
-- strict thread matches above, loose matches on Subject: below --
2006-02-14 16:32 Dale Dunlea
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox