linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* booting single uImage on platforms with different base addresses for SDRAM
@ 2011-09-22 11:04 Peter De Schrijver
  2011-09-22 11:15 ` Russell King - ARM Linux
  2011-09-22 13:57 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Peter De Schrijver @ 2011-09-22 11:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Currently uImages have the load address hardcoded. As we now try to support
as many ARM platforms as possible with a single binary, this becomes a
problem. On tegra20 SDRAM starts at physical address 0, but on tegra30 SDRAM
starts at 0x80000000. It's possible to build a kernel image which can deal
with this, but the uImage still uses a hardcoded address. This results
in requiring 2 different uImages even though the zImage is the same.

Has anyone thought of a solution to this problem?

Thanks,

Peter.

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

end of thread, other threads:[~2011-09-22 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 11:04 booting single uImage on platforms with different base addresses for SDRAM Peter De Schrijver
2011-09-22 11:15 ` Russell King - ARM Linux
2011-09-22 12:57   ` Nicolas Pitre
2011-09-22 13:57 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).