From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [RFC PATCH 0/7] mtd: partitions: add of_match_table support Date: Fri, 11 Dec 2015 17:33:49 -0800 Message-ID: <20151212013349.GA86087@google.com> References: <1449292763-129421-1-git-send-email-computersforpeace@gmail.com> <20151210205449.GL144338@google.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=tc8plVFDPsl9XGzr72vJVK5s/tdhS3KfHIxUz/HXzTo=; b=iKeW/h84HaAF2oAz4D384VT5trUWhnW89OI4Uy/tZzbmVFmbiPRSNu9IX3LAhGAyZj I6r3+e6pRfKsLemsFg1TVw+JccLJuWexI1d7TBN8NrYLBf0ldNVs8x0J9pLCQmbvlKQG JxGMxp2omddbC2qkbTJEEOEwM6ITFxeYug6rEHFZ6n10WdMOavywEZEBqTNjTWSF6kdF qdwzCDO6bZ8Wk8VPLP96K+vFWL1diccrNd6jNLc9JZnXSDosQH6UdZUuW5RKS5EuXcTo hyyj+gb4sTUi2Qb3wpZpiUt2LcYwoKLqYBVdICal+Yt3CAT7W5O3GAOpkP2YqnaTjkEa lBlw== Content-Disposition: inline In-Reply-To: Sender: devicetree-spec-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: MTD Maling List , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Boris Brezillon , Linus Walleij , Geert Uytterhoeven , Simon Arlott , Jason Gunthorpe , Jonas Gorski , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Hauke Mehrtens , Arnd Bergmann , David Hendricks 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