Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752657AbcJLLCG (ORCPT ); Wed, 12 Oct 2016 07:02:06 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:41147 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750721AbcJLLCD (ORCPT ); Wed, 12 Oct 2016 07:02:03 -0400 Subject: Re: [PATCH RESEND] ARM: dts: keystone-k2*: Increase SPI Flash partition size for U-Boot To: Russell King - ARM Linux References: <20161010141141.21333-1-vigneshr@ti.com> <20161010143144.GB1041@n2100.armlinux.org.uk> CC: Santosh Shilimkar , "devicetree@vger.kernel.org" , Rob Herring , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Muralidharan Karicheri From: Vignesh R Message-ID: Date: Wed, 12 Oct 2016 16:30:28 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161010143144.GB1041@n2100.armlinux.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1597 Lines: 47 Hi, On Monday 10 October 2016 08:01 PM, Russell King - ARM Linux wrote: > On Mon, Oct 10, 2016 at 07:41:41PM +0530, Vignesh R wrote: >> U-Boot SPI Boot image is now more than 512KB for Keystone2 devices and >> cannot fit into existing partition. So, increase the SPI Flash partition >> for U-Boot to 1MB for all Keystone2 devices. >> >> Signed-off-by: Vignesh R >> --- >> >> This was submitted to v4.9 merge window but was never picked up: >> https://patchwork.kernel.org/patch/9135023/ > > I think you need to explain why it's safe to change the layout of the > flash partitions like this. > > - What is this "misc" partition? > This partition seems to exists from the very beginning. I believe, this is just a spare area of flash that can be used as per end-user requirement. Either to store a small filesystem or kernel. Copying Murali who added above partition if he has any input here. > - Why is it safe to move the "misc" partition in this way? > > - Do users need to do anything with data stored in the "misc" partition > when changing kernels? > MTD layer will take care of most abstractions (like start address etc). Will add a note in commit message informing about the reduction in size of the partition. > If the "misc" partition is simply unused space on the flash device, why > list it in DT? > If the unused space is not listed in the DT, then there is no /dev/mtdX node created for the unused section. User will then have to manually edit DT, in order to get the node and mount it. Instead, lets make it available by default. -- Regards Vignesh