From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751472AbbESWEI (ORCPT ); Tue, 19 May 2015 18:04:08 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:39732 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbbESWD6 (ORCPT ); Tue, 19 May 2015 18:03:58 -0400 From: Stefan Agner To: arnd@arndb.de Cc: olof@lixom.net, shawn.guo@linaro.org, kernel@pengutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, linux@arm.linux.org.uk, u.kleine-koenig@pengutronix.de, mcoquelin.stm32@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Agner Subject: [PATCH soc v8 0/3] ARM: vf610m4: Add Vybrid Cortex-M4 support Date: Wed, 20 May 2015 00:03:49 +0200 Message-Id: <1432073032-26561-1-git-send-email-stefan@agner.ch> X-Mailer: git-send-email 2.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the soc part of the splitted patchset which enables Cortex-M4 support on Vybrid, as discussed in the thread of patchset v7. Changes since v7: - Split version for arm-soc - Default to debug/uncompress.h for ARM_SINGLE_ARMV7M initially - Drop EFM32 conversion (will be part of a follow-up patch) Stefan Agner (3): ARM: unify MMU/!MMU addruart calls ARM: introduce ARM_SINGLE_ARMV7M for ARMv7-M platforms ARM: vf610: enable Cortex-M4 configuration on Vybrid SoC Documentation/devicetree/bindings/arm/fsl.txt | 3 +++ arch/arm/Kconfig | 13 +++++++++ arch/arm/Kconfig.debug | 5 ++-- arch/arm/include/debug/efm32.S | 2 +- arch/arm/kernel/debug.S | 2 +- arch/arm/mach-imx/Kconfig | 38 +++++++++++++++------------ arch/arm/mach-imx/Makefile.boot | 0 arch/arm/mach-imx/mach-vf610.c | 1 + 8 files changed, 43 insertions(+), 21 deletions(-) create mode 100644 arch/arm/mach-imx/Makefile.boot -- 2.4.1