From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a7Z4f-0008U2-75 for linux-mtd@lists.infradead.org; Sat, 12 Dec 2015 01:34:13 +0000 Received: by pabur14 with SMTP id ur14so73848001pab.0 for ; Fri, 11 Dec 2015 17:33:52 -0800 (PST) Date: Fri, 11 Dec 2015 17:33:49 -0800 From: Brian Norris To: Geert Uytterhoeven Cc: MTD Maling List , "linux-kernel@vger.kernel.org" , Boris Brezillon , Linus Walleij , Geert Uytterhoeven , Simon Arlott , Jason Gunthorpe , Jonas Gorski , "devicetree@vger.kernel.org" , devicetree-spec@vger.kernel.org, Rob Herring , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Hauke Mehrtens , Arnd Bergmann , David Hendricks Subject: Re: [RFC PATCH 0/7] mtd: partitions: add of_match_table support Message-ID: <20151212013349.GA86087@google.com> References: <1449292763-129421-1-git-send-email-computersforpeace@gmail.com> <20151210205449.GL144338@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Dec 11, 2015 at 09:44:37AM +0100, Geert Uytterhoeven wrote: > On Thu, Dec 10, 2015 at 9:54 PM, Brian Norris > wrote: > > IOW, I wouldn't expect MBR or GPT to work well on large raw NAND flash, > > and so I don't plan to do that sort of work myself. If you can provide > > some better argument for it, and some nice maintainable code to go with > > it, then of course it could be considered :) > > There's also NOR FLASH (e.g. SPI-NOR), which is what most boards I'm > working on have. OK. But these flash are often used for the boot firmware, no? And then, does the boot code have to be provided at one end of the flash (e.g., bottom)? If so, then something like MBR or GPT will likely not apply, since they reserve the first (and sometimes last) blocks of the medium. Brian