All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  Problems porting new u-boot
@ 2009-08-06 12:00 Alemao
  2009-08-06 12:47 ` Wolfgang Denk
  2009-08-06 13:29 ` Jerry Van Baren
  0 siblings, 2 replies; 6+ messages in thread
From: Alemao @ 2009-08-06 12:00 UTC (permalink / raw)
  To: u-boot

Hi all,

Im having problems porting u-boot-2009.03 to a MPC8541 board.

In u-boot-1.2.0, if I use TEXT_BASE = 0xfff00000, u-boot.bin is
created with 1MB size.

But in u-boot-2009.03 it's created with only 516kB.

In cpu/mpc85xx/start.S says:

"The processor starts at 0xfffffffc and the code is first executed in
the last 4K page(0xfffff000-0xffffffff) in flash/rom."

So I think there's nothing in 0xfffffffc, using u-boot.bin from
u-boot-2009.03, cause it only has 516kB.

Do I have to set TEXT_BASE with the exact u-boot.bin size?

Or am I missing something?

Cheers,

--
Alemao

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

end of thread, other threads:[~2009-08-06 16:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 12:00 [U-Boot] Problems porting new u-boot Alemao
2009-08-06 12:47 ` Wolfgang Denk
2009-08-06 13:29 ` Jerry Van Baren
2009-08-06 13:38   ` Jerry Van Baren
2009-08-06 14:24     ` Wolfgang Denk
2009-08-06 16:36   ` Alemao

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.