From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC/PATCH 0/7] ARCH: shmobile: defconfig consolidation
Date: Mon, 08 Apr 2013 02:16:32 +0000 [thread overview]
Message-ID: <20130408021630.GI13103@verge.net.au> (raw)
In-Reply-To: <87sj31omnz.wl%kuninori.morimoto.gx@renesas.com>
On Sun, Apr 07, 2013 at 06:07:16PM -0700, Kuninori Morimoto wrote:
>
> Hi Simon
>
> > Simon Horman (7):
> > ARM: shmobile: prune defconfig
> > ARM: shmobile: make defconfig canonical
> > ARM: shmobile: Add kzm9d to consolidated defconfig
> > ARM: shmobile: Add mackerel to consolidated defconfig
> > ARM: shmobile: defconfig: Remove armadillo800eva defconfig
> > ARM: shmobile: defconfig: Remove kzm9d defconfig
> > ARM: shmobile: defconfig: Remove mackerel defconfig
> (snip)
> > Morimoto-san, I suspect it may be possible to add support for the
> > bockw board to the consolidated defconfig if its boot loader supports
> > booting using a zImage. In this case even though the base memory address
> > is not the same as the boards above it should be possible to specify
> > the base address from the boot loader. As I do not have a bockw board
> > I am wondering if you could investigate this.
>
> I tested shmobile_defconfig on Bock-W board.
> It works with...
>
> 1) I added R8A7778 SoC on .config
> 2) I added Bock-W on .config
> 3) I fixuped CONFIG_MEMORY_START, CONFIG_MEMORY_SIZE value on .config
>
> It is correct method ?
Unfortunately not, the idea is not to modify CONFIG_MEMORY_START
or CONFIG_MEMORY_SIZE.
My understanding is that if you load a zImage at the correct
start address (0x60000000 IIRC) and then execute it using bootz
then the kernel should relocate and run from that address.
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC/PATCH 0/7] ARCH: shmobile: defconfig consolidation
Date: Mon, 8 Apr 2013 11:16:32 +0900 [thread overview]
Message-ID: <20130408021630.GI13103@verge.net.au> (raw)
In-Reply-To: <87sj31omnz.wl%kuninori.morimoto.gx@renesas.com>
On Sun, Apr 07, 2013 at 06:07:16PM -0700, Kuninori Morimoto wrote:
>
> Hi Simon
>
> > Simon Horman (7):
> > ARM: shmobile: prune defconfig
> > ARM: shmobile: make defconfig canonical
> > ARM: shmobile: Add kzm9d to consolidated defconfig
> > ARM: shmobile: Add mackerel to consolidated defconfig
> > ARM: shmobile: defconfig: Remove armadillo800eva defconfig
> > ARM: shmobile: defconfig: Remove kzm9d defconfig
> > ARM: shmobile: defconfig: Remove mackerel defconfig
> (snip)
> > Morimoto-san, I suspect it may be possible to add support for the
> > bockw board to the consolidated defconfig if its boot loader supports
> > booting using a zImage. In this case even though the base memory address
> > is not the same as the boards above it should be possible to specify
> > the base address from the boot loader. As I do not have a bockw board
> > I am wondering if you could investigate this.
>
> I tested shmobile_defconfig on Bock-W board.
> It works with...
>
> 1) I added R8A7778 SoC on .config
> 2) I added Bock-W on .config
> 3) I fixuped CONFIG_MEMORY_START, CONFIG_MEMORY_SIZE value on .config
>
> It is correct method ?
Unfortunately not, the idea is not to modify CONFIG_MEMORY_START
or CONFIG_MEMORY_SIZE.
My understanding is that if you load a zImage at the correct
start address (0x60000000 IIRC) and then execute it using bootz
then the kernel should relocate and run from that address.
next prev parent reply other threads:[~2013-04-08 2:16 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-04 3:29 [RFC/PATCH 0/7] ARCH: shmobile: defconfig consolidation Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 1/7] ARM: shmobile: prune defconfig Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 2/7] ARM: shmobile: make defconfig canonical Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 3/7] ARM: shmobile: Add kzm9d to consolidated defconfig Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 4/7] ARM: shmobile: Add mackerel " Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 5/7] ARM: shmobile: defconfig: Remove armadillo800eva defconfig Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 6/7] ARM: shmobile: defconfig: Remove kzm9d defconfig Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 3:29 ` [RFC/PATCH 7/7] ARM: shmobile: defconfig: Remove mackerel defconfig Simon Horman
2013-04-04 3:29 ` Simon Horman
2013-04-04 7:46 ` [RFC/PATCH 8/7] ARCH: shmobile: defconfig consolidation (repost) Simon Horman
2013-04-04 7:46 ` Simon Horman
2013-04-04 11:20 ` [RFC/PATCH 0/7] ARCH: shmobile: defconfig consolidation Laurent Pinchart
2013-04-04 11:20 ` Laurent Pinchart
2013-04-05 0:30 ` Simon Horman
2013-04-05 0:30 ` Simon Horman
2013-04-05 0:37 ` Laurent Pinchart
2013-04-05 0:37 ` Laurent Pinchart
2013-04-05 0:49 ` Simon Horman
2013-04-05 0:49 ` Simon Horman
2013-04-05 10:07 ` Laurent Pinchart
2013-04-05 10:07 ` Laurent Pinchart
2013-04-05 3:08 ` Simon Horman
2013-04-05 3:08 ` Simon Horman
2013-04-08 1:07 ` Kuninori Morimoto
2013-04-08 1:07 ` Kuninori Morimoto
2013-04-08 2:16 ` Simon Horman [this message]
2013-04-08 2:16 ` Simon Horman
2013-04-08 2:52 ` Kuninori Morimoto
2013-04-08 2:52 ` Kuninori Morimoto
2013-04-08 3:16 ` Kuninori Morimoto
2013-04-08 3:16 ` Kuninori Morimoto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130408021630.GI13103@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.