From patchwork Thu Jun 13 06:59:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 250990 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DCAE92C009C for ; Thu, 13 Jun 2013 17:04:10 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Un1XS-0000ej-Nu; Thu, 13 Jun 2013 07:01:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Un1Ws-00035d-63; Thu, 13 Jun 2013 07:01:06 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Un1WG-0002xC-HC for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2013 07:00:31 +0000 Received: from ayumi.isobedori.kobe.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id 0BDCF25BF15; Thu, 13 Jun 2013 17:00:04 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id A1E146CE066; Thu, 13 Jun 2013 16:00:02 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 00/15] Renesas ARM based SoC boot cleanup for v3.11 Date: Thu, 13 Jun 2013 15:59:38 +0900 Message-Id: <1371106793-25071-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.8.2.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130613_030029_192232_4FD18F81 X-CRM114-Status: GOOD ( 12.08 ) X-Spam-Score: -2.8 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -0.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Simon Horman , arm@kernel.org, Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Olof, Hi Arnd, This pull request is based on renesas-pinmux-for-v3.11, which you have already pulled, in order to provide pre-requisites. The following changes since commit 5fcf4a3c3a5bc08bf72a50ef1332501a3c1b96bb: ARM: shmobile: marzen: Use RCAR_GP_PIN macro (2013-06-05 17:18:24 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-cleanup-boot-for-v3.11 for you to fetch changes up to 9da629661d207299ad119a6735eb2411f54fd45f: ARM: shmobile: Remove Bonito board support (2013-06-13 14:26:04 +0900) ---------------------------------------------------------------- Renesas ARM based SoC boot cleanup for v3.11 Work by Magnus Damm and others to clean up the boot of and move things closer to supporting MULTIARCH. As a side effect of this work it was decided to remove support for two boards, Bonito and APE4EVM. Those patches are included in this series as they depend on earlier patches in the series. ---------------------------------------------------------------- Kuninori Morimoto (1): ARM: shmobile: Remove Bonito board support Magnus Damm (14): ARM: shmobile: uImage load address rework ARM: shmobile: Let romImage rely on default ATAGS ARM: shmobile: Remove romImage CONFIG_MEMORY_START ARM: shmobile: Rework sh7372 sleep code to use virt_to_phys() ARM: shmobile: Add SMP boot function and argument ARM: shmobile: Add SCU boot function using argument ARM: shmobile: r8a7779 SMP with SCU boot fn and args ARM: shmobile: sh73a0 SMP with SCU boot fn and args ARM: shmobile: EMEV2 SMP with SCU boot fn and args ARM: shmobile: Remove old SCU boot code ARM: shmobile: Enable ARM_PATCH_PHYS_VIRT ARM: shmobile: Remove MEMORY_START/SIZE ARM: shmobile: Remove mach/memory.h ARM: shmobile: Remove AP4EVB board support arch/arm/Kconfig | 2 +- arch/arm/boot/compressed/head-shmobile.S | 21 +- arch/arm/configs/ap4evb_defconfig | 56 - arch/arm/configs/bonito_defconfig | 72 -- arch/arm/mach-shmobile/Kconfig | 58 - arch/arm/mach-shmobile/Makefile | 2 - arch/arm/mach-shmobile/Makefile.boot | 18 +- arch/arm/mach-shmobile/board-ap4evb.c | 1310 -------------------- arch/arm/mach-shmobile/board-bonito.c | 502 -------- arch/arm/mach-shmobile/headsmp-scu.S | 29 +- arch/arm/mach-shmobile/headsmp.S | 13 +- arch/arm/mach-shmobile/include/mach/common.h | 6 +- .../arm/mach-shmobile/include/mach/head-ap4evb.txt | 93 -- arch/arm/mach-shmobile/include/mach/memory.h | 7 - arch/arm/mach-shmobile/include/mach/mmc-ap4eb.h | 29 - arch/arm/mach-shmobile/include/mach/mmc.h | 4 +- arch/arm/mach-shmobile/include/mach/sh7372.h | 2 + arch/arm/mach-shmobile/include/mach/zboot.h | 6 +- arch/arm/mach-shmobile/pm-sh7372.c | 3 + arch/arm/mach-shmobile/sleep-sh7372.S | 5 +- arch/arm/mach-shmobile/smp-emev2.c | 6 +- arch/arm/mach-shmobile/smp-r8a7779.c | 6 +- arch/arm/mach-shmobile/smp-sh73a0.c | 6 +- 23 files changed, 68 insertions(+), 2188 deletions(-) delete mode 100644 arch/arm/configs/ap4evb_defconfig delete mode 100644 arch/arm/configs/bonito_defconfig delete mode 100644 arch/arm/mach-shmobile/board-ap4evb.c delete mode 100644 arch/arm/mach-shmobile/board-bonito.c delete mode 100644 arch/arm/mach-shmobile/include/mach/head-ap4evb.txt delete mode 100644 arch/arm/mach-shmobile/include/mach/memory.h delete mode 100644 arch/arm/mach-shmobile/include/mach/mmc-ap4eb.h