linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/06] ARM: shmobile: Per-board memory size fixups
  2013-06-05  7:31 ` Magnus Damm
@ 2013-06-05  7:34 Magnus Damm
  2013-06-05  7:31 ` Magnus Damm
                   ` (6 more replies)
  -1 siblings, 7 replies; 14+ messages in thread
From: Magnus Damm @ 2013-06-05  7:34 UTC (permalink / raw)
  To: linux-arm-kernel

ARM: shmobile: Per-board memory size fixups

[PATCH 01/06] ARM: shmobile: Introduce SHMOBILE_FIXUP() helper
[PATCH 02/06] ARM: shmobile: AG5EVM memory config via ATAGS fixup
[PATCH 03/06] ARM: shmobile: AP4EVB memory config via ATAGS fixup
[PATCH 04/06] ARM: shmobile: Bonito memory config via ATAGS fixup
[PATCH 05/06] ARM: shmobile: Kota2 memory config via ATAGS fixup
[PATCH 06/06] ARM: shmobile: Marzen memory config via ATAGS fixup

This series adds memory size and base address fixups to
non-DT mach-shmobile boards. This way the ATAGS code in
arch/arm/kernel/atags_parse.c can be overriden on a per-
board basis without the need of any global MEM_SIZE or
PHYS_OFFSET settings.

This is one of several series of code that reworks code
not to rely on CONFIG_MEMORY_START/SIZE which in turn is
needed for ARCH_MULTIPLATFORM.

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

 Written against renesas.git renesas-next-20130604v2

 arch/arm/mach-shmobile/Kconfig               |    5 +++++
 arch/arm/mach-shmobile/board-ag5evm.c        |    4 ++++
 arch/arm/mach-shmobile/board-ap4evb.c        |    3 +++
 arch/arm/mach-shmobile/board-bonito.c        |    4 ++++
 arch/arm/mach-shmobile/board-kota2.c         |    4 ++++
 arch/arm/mach-shmobile/board-marzen.c        |    4 ++++
 arch/arm/mach-shmobile/include/mach/common.h |   13 +++++++++++++
 7 files changed, 37 insertions(+)

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

end of thread, other threads:[~2013-06-10 15:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05  7:34 [PATCH 00/06] ARM: shmobile: Per-board memory size fixups Magnus Damm
2013-06-05  7:31 ` Magnus Damm
2013-06-05  7:34 ` [PATCH 01/06] ARM: shmobile: Introduce SHMOBILE_FIXUP() helper Magnus Damm
2013-06-05 19:20   ` Russell King - ARM Linux
2013-06-05 23:47     ` Magnus Damm
2013-06-06 17:17       ` Arnd Bergmann
2013-06-10  7:22         ` Magnus Damm
2013-06-10 15:27           ` Arnd Bergmann
2013-06-06 16:53     ` Arnd Bergmann
2013-06-05  7:34 ` [PATCH 02/06] ARM: shmobile: AG5EVM memory size fixup Magnus Damm
2013-06-05  7:34 ` [PATCH 03/06] ARM: shmobile: AP4EVB " Magnus Damm
2013-06-05  7:34 ` [PATCH 04/06] ARM: shmobile: Bonito " Magnus Damm
2013-06-05  7:34 ` [PATCH 05/06] ARM: shmobile: Kota2 " Magnus Damm
2013-06-05  7:34 ` [PATCH 06/06] ARM: shmobile: Marzen " Magnus Damm

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