Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757283AbbEVOvO (ORCPT ); Fri, 22 May 2015 10:51:14 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:52713 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756364AbbEVOvM convert rfc822-to-8bit (ORCPT ); Fri, 22 May 2015 10:51:12 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Stefan Agner , linux@arm.linux.org.uk, manabian@gmail.com, linux-kernel@vger.kernel.org, mcoquelin.stm32@gmail.com, u.kleine-koenig@pengutronix.de, olof@lixom.net Subject: Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms Date: Fri, 22 May 2015 16:50:32 +0200 Message-ID: <15864413.ed8EFg1NLl@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1432161344-1930-1-git-send-email-stefan@agner.ch> References: <1432161344-1930-1-git-send-email-stefan@agner.ch> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" X-Provags-ID: V03:K0:0/xVM0MfKHtYGNcf03C/ddXBypAYUxlnaZwEjA2z97ObZRIbwDk rGrwHR5ncgAGWuztcR2oRAqTUhjuKcWB1c/6eZwzv+4g5cq4i9AOeKMY+FlbLKvp92rUApU 7X5NoBb72yrIWIh9hZ0tzM9sI3LGUEbndOW0MVoG0V5xaO/cqxHxPq8h3eGgSKxIjospGc8 CkRcxThOdR+A6jMJ3XN8A== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1571 Lines: 39 On Thursday 21 May 2015 00:35:44 Stefan Agner wrote: > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined platforms to share the same > main memory layout to be bootable. > > Acked-by: Uwe Kleine-K?nig > Signed-off-by: Stefan Agner > --- > Since this is essentially only a shift of config symbols, it > should not change runtime behavior, at least when selecting > only one platform. > > Uwe, this is essentially the same I had in my patchset, just > converting the other platforms too. I was bold and added your > Ack anyway... > > Joachim, Maxime, I test compiled with your defconfigs, compiled > fine on my machine. I've applied the patch now with all three Acks added (and reordered with regard to the Signed-off-by). Thanks! [one small request as I have four armv7-m folks on Cc already: could one of you try to fix the warning that I get with every single build: "/git/arm-soc/arch/arm/kernel/head-nommu.S: Assembler messages: /git/arm-soc/arch/arm/kernel/head-nommu.S:167: Warning: Use of r13 as a source register is deprecated when r15 is the destination register."] Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/