From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yao Yuan Date: Mon, 17 Oct 2016 03:58:33 +0000 Subject: [U-Boot] [PATCH] board/ls2080qds: add the procedure to deply QSPI image. In-Reply-To: References: <1476165141-10564-1-git-send-email-yao.yuan@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/14/2016 11:36 PM, York Sun wrote: > On 10/13/2016 11:45 PM, Yao Yuan wrote: > > On 10/12/2016 08:00 PM, York Sun wrote: > >> On 10/11/2016 08:00 PM, Yao Yuan wrote: > >>>> > >>>> Yuan Yao, > >>>> > >>>> I think the procedure can be applied to many of our boards with > >>>> QSPI, right? It may be better to move this information out of ls2080aqds. > >>>> > >>> > >>> Hi York, > >>> > >>> Yes, but a little difference for "CCSR write" for different boards. > >>> But the "CCSR write" should be wrote into uboot code or cw. > >>> So, should I remove the notes for "CCSR write" and then move this > >>> information for all the boards which support QSPI boot? > >>> > >> > >> I think you can put the common practice together with specific > >> examples for LS2080A, and other SoCs. > >> > > > > Hi York, > > > > If move this information out of ls2080aqds. > > Do you think where can I put the procedure for all the boards? > > In every board's README or somewhere for the common procedure? > > > > Yao, > > Take a look at these locations and decide which one fits best. > > arch/arm/cpu/armv8/fsl-layerscape/doc/README.* > doc/README.fsl-qspi (you can create this) > Hi York, It seems arch/arm/cpu/armv8/fsl-layerscape/doc/README.* is better. I will update my patch and resend soon. Thanks for your help.