From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 27 Nov 2012 12:54:06 -0700 Subject: [U-Boot] [PATCH 3/5] Add fuse API and commands In-Reply-To: <1489250085.2252685.1354044182509.JavaMail.root@advansee.com> References: <1489250085.2252685.1354044182509.JavaMail.root@advansee.com> Message-ID: <50B51A5E.8010508@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/27/2012 12:23 PM, Beno?t Th?baudeau wrote: > 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[/...]. > Sounds good to me.