From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 27 Nov 2012 20:23:02 +0100 (CET) Subject: [U-Boot] [PATCH 3/5] Add fuse API and commands In-Reply-To: <50B50839.3020500@boundarydevices.com> Message-ID: <1489250085.2252685.1354044182509.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Eric, On Tuesday, November 27, 2012 7:36:41 PM, Eric Nelson wrote: > Hi Beno?t, > > On 11/27/2012 11:27 AM, Beno?t Th?baudeau wrote: > > Hi Eric, Dirk, > > > >> and some per-arch documentation about how to translate > >> between the reference manual and the command. > > > > Yes. Should this documentation be located in the README.fuse, or in > > separate > > README files, or in the drivers themselves, e.g. fsl_iim.c? > > > > I think doc/readme.imx* is the right place. MPC/i.MX25/35/51/53 would have the same documentation here since they all use the IIM. On the other side, there would be the i.MX6 with the OCOTP. So this part of the documentation is rather IP-specific than SoC- or platform-specific. Hence, I think that the right place would be either README.fuse, or README.fsl_iim/README.fsl_ocotp[/...], or fsl_iim.c/fsl_ocotp.c[/...]. Best regards, Beno?t