linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Single zImage for Armadillo and KZM9G
@ 2012-11-21  0:38 Laurent Pinchart
  2012-11-21  0:47 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Laurent Pinchart @ 2012-11-21  0:38 UTC (permalink / raw)
  To: linux-sh

Hello,

I've been trying to boot the same zImage on both Armadillo (r8a7740) and KZM9G 
(sh73a0) and stumbled on CONFIG_MEMORY_START. Armadillo has the memory start 
at 0x40000000 while KZM9G seems to reserver the first 16MB, and thus starts at 
0x41000000.

The memory address and size can be specified per-board in the device tree, but 
a mismatch between the DT memory start and CONFIG_MEMORY_START results in a 
pretty hard boot failure (tested on Armadillo).

Has anyone run into the same issue ? Pointers would be appreciated.

-- 
Regards,

Laurent Pinchart


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

* Re: Single zImage for Armadillo and KZM9G
  2012-11-21  0:38 Single zImage for Armadillo and KZM9G Laurent Pinchart
@ 2012-11-21  0:47 ` Simon Horman
  2012-11-21  1:07 ` Laurent Pinchart
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2012-11-21  0:47 UTC (permalink / raw)
  To: linux-sh

On Wed, Nov 21, 2012 at 01:38:19AM +0100, Laurent Pinchart wrote:
> Hello,
> 
> I've been trying to boot the same zImage on both Armadillo (r8a7740) and KZM9G 
> (sh73a0) and stumbled on CONFIG_MEMORY_START. Armadillo has the memory start 
> at 0x40000000 while KZM9G seems to reserver the first 16MB, and thus starts at 
> 0x41000000.
> 
> The memory address and size can be specified per-board in the device tree, but 
> a mismatch between the DT memory start and CONFIG_MEMORY_START results in a 
> pretty hard boot failure (tested on Armadillo).
> 
> Has anyone run into the same issue ? Pointers would be appreciated.

The most recent discussion of CONFIG_MEMORY_START that I am aware of was
in a thread that stemmed from "[GIT,PULL] Renesas ARM-based SoC defconfig for
v3.8"

https://patchwork.kernel.org/patch/1627511/

In short, it would be nice to get rid of CONFIG_MEMORY_START to allow,
amongst other things, (valid) values to be read from DT. But there
is some work to be done.

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

* Re: Single zImage for Armadillo and KZM9G
  2012-11-21  0:38 Single zImage for Armadillo and KZM9G Laurent Pinchart
  2012-11-21  0:47 ` Simon Horman
@ 2012-11-21  1:07 ` Laurent Pinchart
  2012-11-21  1:28 ` Simon Horman
  2012-11-21 13:19 ` Laurent Pinchart
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2012-11-21  1:07 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Wednesday 21 November 2012 09:47:14 Simon Horman wrote:
> On Wed, Nov 21, 2012 at 01:38:19AM +0100, Laurent Pinchart wrote:
> > Hello,
> > 
> > I've been trying to boot the same zImage on both Armadillo (r8a7740) and
> > KZM9G (sh73a0) and stumbled on CONFIG_MEMORY_START. Armadillo has the
> > memory start at 0x40000000 while KZM9G seems to reserver the first 16MB,
> > and thus starts at 0x41000000.
> > 
> > The memory address and size can be specified per-board in the device tree,
> > but a mismatch between the DT memory start and CONFIG_MEMORY_START
> > results in a pretty hard boot failure (tested on Armadillo).
> > 
> > Has anyone run into the same issue ? Pointers would be appreciated.
> 
> The most recent discussion of CONFIG_MEMORY_START that I am aware of was
> in a thread that stemmed from "[GIT,PULL] Renesas ARM-based SoC defconfig
> for v3.8"
> 
> https://patchwork.kernel.org/patch/1627511/
> 
> In short, it would be nice to get rid of CONFIG_MEMORY_START to allow,
> amongst other things, (valid) values to be read from DT. But there
> is some work to be done.

Thank you for the information. Is there anyone working (or planning to work in 
the near future) on this ?

-- 
Regards,

Laurent Pinchart


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

* Re: Single zImage for Armadillo and KZM9G
  2012-11-21  0:38 Single zImage for Armadillo and KZM9G Laurent Pinchart
  2012-11-21  0:47 ` Simon Horman
  2012-11-21  1:07 ` Laurent Pinchart
@ 2012-11-21  1:28 ` Simon Horman
  2012-11-21 13:19 ` Laurent Pinchart
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2012-11-21  1:28 UTC (permalink / raw)
  To: linux-sh

On Wed, Nov 21, 2012 at 02:07:20AM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Wednesday 21 November 2012 09:47:14 Simon Horman wrote:
> > On Wed, Nov 21, 2012 at 01:38:19AM +0100, Laurent Pinchart wrote:
> > > Hello,
> > > 
> > > I've been trying to boot the same zImage on both Armadillo (r8a7740) and
> > > KZM9G (sh73a0) and stumbled on CONFIG_MEMORY_START. Armadillo has the
> > > memory start at 0x40000000 while KZM9G seems to reserver the first 16MB,
> > > and thus starts at 0x41000000.
> > > 
> > > The memory address and size can be specified per-board in the device tree,
> > > but a mismatch between the DT memory start and CONFIG_MEMORY_START
> > > results in a pretty hard boot failure (tested on Armadillo).
> > > 
> > > Has anyone run into the same issue ? Pointers would be appreciated.
> > 
> > The most recent discussion of CONFIG_MEMORY_START that I am aware of was
> > in a thread that stemmed from "[GIT,PULL] Renesas ARM-based SoC defconfig
> > for v3.8"
> > 
> > https://patchwork.kernel.org/patch/1627511/
> > 
> > In short, it would be nice to get rid of CONFIG_MEMORY_START to allow,
> > amongst other things, (valid) values to be read from DT. But there
> > is some work to be done.
> 
> Thank you for the information. Is there anyone working (or planning to
> work in the near future) on this ?

I was planning to look at it but have not done so yet.
Feel free to jump in if you feel so inclined.

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

* Re: Single zImage for Armadillo and KZM9G
  2012-11-21  0:38 Single zImage for Armadillo and KZM9G Laurent Pinchart
                   ` (2 preceding siblings ...)
  2012-11-21  1:28 ` Simon Horman
@ 2012-11-21 13:19 ` Laurent Pinchart
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2012-11-21 13:19 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Wednesday 21 November 2012 10:28:34 Simon Horman wrote:
> On Wed, Nov 21, 2012 at 02:07:20AM +0100, Laurent Pinchart wrote:
> > On Wednesday 21 November 2012 09:47:14 Simon Horman wrote:
> > > On Wed, Nov 21, 2012 at 01:38:19AM +0100, Laurent Pinchart wrote:
> > > > Hello,
> > > > 
> > > > I've been trying to boot the same zImage on both Armadillo (r8a7740)
> > > > and KZM9G (sh73a0) and stumbled on CONFIG_MEMORY_START. Armadillo has
> > > > the memory start at 0x40000000 while KZM9G seems to reserver the first
> > > > 16MB, and thus starts at 0x41000000.
> > > > 
> > > > The memory address and size can be specified per-board in the device
> > > > tree, but a mismatch between the DT memory start and
> > > > CONFIG_MEMORY_START results in a pretty hard boot failure (tested on
> > > > Armadillo).
> > > > 
> > > > Has anyone run into the same issue ? Pointers would be appreciated.
> > > 
> > > The most recent discussion of CONFIG_MEMORY_START that I am aware of was
> > > in a thread that stemmed from "[GIT,PULL] Renesas ARM-based SoC
> > > defconfig for v3.8"
> > > 
> > > https://patchwork.kernel.org/patch/1627511/
> > > 
> > > In short, it would be nice to get rid of CONFIG_MEMORY_START to allow,
> > > amongst other things, (valid) values to be read from DT. But there
> > > is some work to be done.
> > 
> > Thank you for the information. Is there anyone working (or planning to
> > work in the near future) on this ?
> 
> I was planning to look at it but have not done so yet.
> Feel free to jump in if you feel so inclined.

I wish I had time to do so :-) If I happen to find an empty space in my 
schedule I'll let you know, but please proceed otherwise.

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2012-11-21 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21  0:38 Single zImage for Armadillo and KZM9G Laurent Pinchart
2012-11-21  0:47 ` Simon Horman
2012-11-21  1:07 ` Laurent Pinchart
2012-11-21  1:28 ` Simon Horman
2012-11-21 13:19 ` Laurent Pinchart

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).