All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] IBM PPC 970 - support
@ 2004-01-13 11:39 Ronen Shitrit
  2004-01-25 17:06 ` Ronen Shitrit
  0 siblings, 1 reply; 3+ messages in thread
From: Ronen Shitrit @ 2004-01-13 11:39 UTC (permalink / raw)
  To: u-boot

Hi all

Does anyone plan to port the U-Boot to support the IBM 970 PPC 64bit?
Did someone start with it already?

Thanks

-- 
Ronen Shitrit

M.S.I.L
D.N. Misgav  20184
Tel:   +972-4-9951000
Fax:   +972-4-9951001
Email: mailto: ronen.shitrit at il.marvell.com
_____________________________________________________________
This message may contain confidential, proprietary or legally privileged 
information. The information is intended only for the use of the individual 
or entity named above. If the reader of this message is not the intended 
recipient, you are hereby notified that any dissemination, distribution 
or copying of this communication is strictly prohibited. If you have 
received this communication in error, please notify us immediately by 
telephone, or by e-mail and delete the message from your computer.

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

* [U-Boot-Users] IBM PPC 970 - support
  2004-01-13 11:39 [U-Boot-Users] IBM PPC 970 - support Ronen Shitrit
@ 2004-01-25 17:06 ` Ronen Shitrit
  2004-01-27 18:01   ` [U-Boot-Users] tftpboot of BIG files fails Rupesh S
  0 siblings, 1 reply; 3+ messages in thread
From: Ronen Shitrit @ 2004-01-25 17:06 UTC (permalink / raw)
  To: u-boot

Do you know if the U-Boot has support for 64nit PPC??

Ronen Shitrit wrote:

> Hi all
>
> Does anyone plan to port the U-Boot to support the IBM 970 PPC 64bit?
> Did someone start with it already?
>
> Thanks
>

-- 
Ronen Shitrit

M.S.I.L
D.N. Misgav  20184
Tel:   +972-4-9951000
Fax:   +972-4-9951001
Email: mailto: ronen.shitrit at il.marvell.com
_____________________________________________________________
This message may contain confidential, proprietary or legally privileged 
information. The information is intended only for the use of the individual 
or entity named above. If the reader of this message is not the intended 
recipient, you are hereby notified that any dissemination, distribution 
or copying of this communication is strictly prohibited. If you have 
received this communication in error, please notify us immediately by 
telephone, or by e-mail and delete the message from your computer.

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

* [U-Boot-Users] tftpboot of BIG files fails
  2004-01-25 17:06 ` Ronen Shitrit
@ 2004-01-27 18:01   ` Rupesh S
  0 siblings, 0 replies; 3+ messages in thread
From: Rupesh S @ 2004-01-27 18:01 UTC (permalink / raw)
  To: u-boot

Hi,
I find a typical problem downloading a BIG ( 4MB) linux image to the SDRAM
using u-boot's  _tftpboot_ command.
The Linux image is Linked at 0x20000.
My u-boot is liked at 0x3e0000 (I understaood this from the following two
macros)
TEXT_BASE = 0x3E0000
CFG_MONITOR_BASE = 0x3E0000

On an anlysis, I figured out that, I can only download a image file of size
(0X3E0000 - 0X20000 = less than 4MB) before I start overwriting the u-boot's
code itself.

So I reconfigured the macros to link the u-boot on _top_ of the SDRAM (SDRAM
map is 0x00000000 to 0x01000000)

TEXT_BASE = 0xFE0000
CFG_MONITOR_BASE = 0xFE0000

This should ensure that the _ftftp_ will download the 4MB image well within
the u-boot code.
But still I face the problem of not able to download the BIG image.
Do I have to modify anything else to actually move the u-boot execution to
0XFE0000 ?
Dows the tftp boot itself restrict the size of the file to be downloaded ?

Any clues in this regard.
Thanks
- -
rupesh

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

end of thread, other threads:[~2004-01-27 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13 11:39 [U-Boot-Users] IBM PPC 970 - support Ronen Shitrit
2004-01-25 17:06 ` Ronen Shitrit
2004-01-27 18:01   ` [U-Boot-Users] tftpboot of BIG files fails Rupesh S

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.