All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH v2 01/05] ARM: shmobile: kzm9g-reference: 0x48008000 load address
Date: Wed, 17 Dec 2014 09:42:14 +0000	[thread overview]
Message-ID: <20141217094214.7039.68681.sendpatchset@w520> (raw)

From: Magnus Damm <damm+renesas@opensource.se>

Adjust the load address for the KZM9G DT reference case
to make it compatible with upcoming sh73a0 Multiplatform
and CONFIG_AUTO_ZRELADDR=y.

Without the not-yet-merged sh73a0 multiplatform support
the KZM9G uImage can be built without any special care,
but once we go DTS-only then the Makefile.boot entry will
disappear and the Multiplatform image will be built using
CONFIG_AUTO_ZRELADDR=y. To generate an uImage for KZM9G
the following example can be followed:

$ make ARCH=arm LOADADDR=0x48008000 uImage

For now simply adjust the non-multiplatform KZM9G DT
reference implementation to be compatible with ZRELADDR.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/mach-shmobile/Makefile.boot |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/arch/arm/mach-shmobile/Makefile.boot
+++ work/arch/arm/mach-shmobile/Makefile.boot	2014-12-17 16:21:58.000000000 +0900
@@ -6,7 +6,7 @@ loadaddr-$(CONFIG_MACH_ARMADILLO800EVA)
 loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000
 loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000
 loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000
-loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x41008000
+loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x48008000
 loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000
 loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000
 

             reply	other threads:[~2014-12-17  9:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-17  9:42 Magnus Damm [this message]
2014-12-17  9:48 ` [PATCH v2 01/05] ARM: shmobile: kzm9g-reference: 0x48008000 load address Geert Uytterhoeven
2014-12-17  9:51 ` Magnus Damm
2014-12-17 12:36 ` Geert Uytterhoeven
2014-12-17 13:08 ` Magnus Damm
2014-12-17 13:35 ` Geert Uytterhoeven
2014-12-17 14:28 ` Magnus Damm
2014-12-17 14:37 ` Geert Uytterhoeven
2014-12-17 16:27 ` Laurent Pinchart
2014-12-17 16:33 ` Geert Uytterhoeven
2014-12-17 16:37 ` Geert Uytterhoeven
2014-12-17 17:42 ` Laurent Pinchart
2014-12-18  1:31 ` Magnus Damm
2014-12-18  8:10 ` Geert Uytterhoeven
2014-12-18  9:05 ` Magnus Damm
2014-12-18  9:30 ` Geert Uytterhoeven
2014-12-18 10:11 ` Magnus Damm
2014-12-18 10:19 ` Geert Uytterhoeven
2014-12-18 23:46 ` Simon Horman

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=20141217094214.7039.68681.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.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.