Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752441AbbKYLXZ (ORCPT ); Wed, 25 Nov 2015 06:23:25 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:62737 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751841AbbKYLXW (ORCPT ); Wed, 25 Nov 2015 06:23:22 -0500 From: Arnd Bergmann To: Vladimir Murzin Cc: linux@arm.linux.org.uk, gregkh@linuxfoundation.org, daniel.lezcano@linaro.org, tglx@linutronix.de, u.kleine-koenig@pengutronix.de, afaerber@suse.de, mcoquelin.stm32@gmail.com, Mark.Rutland@arm.com, Pawel.Moll@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, jslaby@suse.cz, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-api@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 00/10] Support for Cortex-M Prototyping System Date: Wed, 25 Nov 2015 12:22:24 +0100 Message-ID: <20614077.l46PyO8gV6@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1448447621-17900-1-git-send-email-vladimir.murzin@arm.com> References: <1448447621-17900-1-git-send-email-vladimir.murzin@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:RixVu10iHaD7YMvLaaAQSW1YeZVijAqxagj29Ko4qkbsta8RSet mTUAwF6mHhQSNhy56YRyzHNT+XxRwH8JjJQ5cP2va3CsviR8hn/4BHwHXoxBS0J5RRhHLOd cV4z/BsmET2u1qtEGlLjWyf2bqAiDrPswQdORUxK6oUOO/frixY3WpIPmI/afT/qCqYEak4 VaEZFX+NlHvtvIsKYS/5Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:AwDJpAbAoGU=:c7ym3+jGgmQXDkJoLQI3FD TQOFRkpVSQ1Q52Uhbehah+88KvYB4TXFL2uiwuWGawtj07hL3KDMcIpw2JN3G/WBJkSAK7sHI vbHmSTEzrwLLRpP1nZdxHuG3y3gWkqU7RuMvyLEgJp66OfWHduPGS8slUA9yvOgkEDe53xgMK zJPhzErImcSC9zTMsdRBqwC7Tzl+9mofXMifZmhxo0T3Br104eahB5EHX308JsaUhQupSWkik 9gLYWQ2Z9yM9e9XRkjqtXClxEaBuUqPqr5c4LvPhVVH7Aj+J4aLKJXHeQDPyoq7AKZ9WDrkCS S7zKv3vtiPH+kBtWbmKusQIXPWW8uNh7XFigD539uLhGxPHpFe7N+iqO1cYSctHacxRBZ4iNf iVQ1VA5gIV/wPRbINugXIxml0zUuC/+ZuHw10UxCOI4cYC43JLW+El3jX0rsshKLakDqh4Z7i f9ke9PjqTyCNAIJOKMlWQ0AQD/SkGIw4ZdbyQBJqNx3spMjtI4Q8mBo5PJli1pQnIPi2Jf2BW yvJW0Da93zkEZsNx+pLSy0RgMYh+yHbiEIE81Ur+bQbBwKHSOIrCRersqaFwgiMw81X4151rx dXSeeWPjwC7pJG50RosEoM4BW0x2YxE43e/PkOPjO5tPOOaiOqdiYr1/Xlg+5zI5u3+umoOpY h/ziYE0RVgTzFoJRiFvqUhZZYqyz9MZw8YGcU3jC7dTK7iXmF6oAgWnEEkHuxzeJ6cf4ifLz/ oRauCKE9jM5sHIOU Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2248 Lines: 52 On Wednesday 25 November 2015 10:33:31 Vladimir Murzin wrote: > Hi, > > This patch series provide the basic support for running ucLinux on V2M-MPS2 > platform. > > With these patches applied ucLinux can be run on both HW and FVP models > with Cortex-M3/M4/M7 configurations. > > Board description: > > http://infocenter.arm.com/help/topic/com.arm.doc.100112_0100_03_en/arm_versatile_express_cortex_m_prototyping_system_(v2m_mps2)_technical_reference_manual_100112_0100_03_en.pdf > > Application notes (cover Cortex-M3/M4/M7): > > http://infocenter.arm.com/help/topic/com.arm.doc.dai0385a/DAI0385A_cortex_m3_on_v2m_mps2.pdf > http://infocenter.arm.com/help/topic/com.arm.doc.dai0386a/DAI0386A_cortex_m4_on_v2m_mps2.pdf > http://infocenter.arm.com/help/topic/com.arm.doc.dai0399a/DAI0399A_cortex_m7_on_v2m_mps2.pdf > http://infocenter.arm.com/help/topic/com.arm.doc.dai0400a/DAI0400A_cortex_m7_on_v2m_mps2.pdf > > Cortex-M System Design Kit (referenced as CMDK from documents above): > > http://infocenter.arm.com/help/topic/com.arm.doc.ddi0479c/DDI0479C_cortex_m_system_design_kit_r1p0_trm.pdf > > I'd be happy to hear any feedback/comments on this series! Looks pretty good overall, I didn't have any specific concerns. > Remain questions: > > - Application notes 399/400 have PSRAM located at address different to what > we have for AN385/AN386, so I'm wondering what is the best practice to handle > CONFIG_DRAM_BASE? Different defconfig or there is better place? I would not want to add more than one defconfig for a relatively simple platform. Most actual users would have to modify their config anyway, so I think it's best to just have one config file for the most common machine here and let users change the dram base if they have the other one. We can also look at using the Kconfig fragments infrastructure more here. > - I'm not sure about naming of dts files: Application Notes (mps2-an*) vs Cortex-M (mps2-cm*); > any preference? I don't mind either way. 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/