From patchwork Mon Jun 17 08:12:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 251783 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 57CD52C0299 for ; Mon, 17 Jun 2013 18:16:41 +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 1UoUZc-0006mK-Vn; Mon, 17 Jun 2013 08:14:02 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UoUZC-0008AZ-KD; Mon, 17 Jun 2013 08:13:34 +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 1UoUYj-00084F-S6 for linux-arm-kernel@lists.infradead.org; Mon, 17 Jun 2013 08:13:08 +0000 Received: from penelope.isobedori.kobe.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id 22BCC25BFD1; Mon, 17 Jun 2013 18:12:43 +1000 (EST) Received: by penelope.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 159237C00E6; Mon, 17 Jun 2013 17:13:46 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 00/15 v2] Renesas ARM based SoC boot cleanup for v3.11 Date: Mon, 17 Jun 2013 17:12:33 +0900 Message-Id: <1371456768-1084-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130617_041306_593778_9CA97AE3 X-CRM114-Status: GOOD ( 11.70 ) X-Spam-Score: -3.7 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.7 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] -1.1 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 Arnd, Olof, 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 53332005bfde9d2e3c9a66030c0e8c2598eaa1d5: ARM: shmobile: Remove Bonito board support (2013-06-17 16:07:31 +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 multi-arch. As a side effect of this work it was decided to remove support for two boards, Bonito and AP4EVB. 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