[U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-04 Thread Sean Nyekjær
Deploy u-boot-spl.stm32 binary in u-boot root folder like the rest of the boards. This makes it more streamlined when building in Yocto, Buildroot etc.. Signed-off-by: Sean Nyekjaer --- arch/arm/mach-stm32mp/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-04 Thread Patrice CHOTARD
Hi Sean +Patrick Delaunay What about keeping spl binary in /spl directory and copying it in root directory instead ? It would avoid us to update our environment regarding your proposal. Just a minor remark, don't forget to add maintainers in copy when sending your patch. Either use ./scripts/ge

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-24 Thread Sean Nyekjaer
ping On 04.01.2019 16.18, Patrice CHOTARD wrote: Hi Sean +Patrick Delaunay What about keeping spl binary in /spl directory and copying it in root directory instead ? It would avoid us to update our environment regarding your proposal. Just a minor remark, don't forget to add maintainers in co

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-24 Thread Patrice CHOTARD
Hi Sean On 1/24/19 12:30 PM, Sean Nyekjaer wrote: > ping > > On 04.01.2019 16.18, Patrice CHOTARD wrote: >> Hi Sean >> >> +Patrick Delaunay >> >> What about keeping spl binary in /spl directory and copying it in root >> directory instead ? It would avoid us to update our environment >> regarding

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-24 Thread Sean Nyekjaer
Hi Patrice What about keeping spl binary in /spl directory and copying it in root directory instead ? It would avoid us to update our environment regarding your proposal. You didn't answer to the above question. Patrice Sorry. I really don't care how it's done :-) But the I think the best

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-24 Thread Patrick DELAUNAY
Hi Sean, > From: Sean Nyekjaer > Sent: jeudi 24 janvier 2019 13:38 > > Hi Patrice > > >>> What about keeping spl binary in /spl directory and copying it in > >>> root directory instead ? It would avoid us to update our environment > >>> regarding your proposal. > > > > > > You didn't answer to

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-24 Thread Sean Nyekjaer
Hi Patrick I checked with Patrice the other boards and most of the cases the modified spl binay (u-boot-spl.bin/ u-boot-spl.ais / u-boot-spl.img / u-boot-spl.pbl / u-boot-spl.gph) are generated in spl directory. So I done the same for u-boot-spl.stm32. All the NXP iMX6 variant boards deploy

Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-25 Thread Patrick DELAUNAY
Hi Sean, > From: Sean Nyekjaer > Sent: vendredi 25 janvier 2019 08:11 > To: Patrick DELAUNAY ; r...@prevas.dk > Cc: Patrice CHOTARD ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder > Importance: High > > Hi Patrick &

Re: [U-Boot] [U-Boot, PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-26 Thread Tom Rini
On Fri, Jan 04, 2019 at 11:37:24AM +, Sean Nyekjær wrote: > Deploy u-boot-spl.stm32 binary in u-boot root folder like > the rest of the boards. > This makes it more streamlined when building in Yocto, Buildroot etc.. > > Signed-off-by: Sean Nyekjaer > Signed-off-by: Sean Nyekjaer Applied t

Re: [U-Boot] [U-Boot, PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-28 Thread Patrick DELAUNAY
Hi Tom, > -Original Message- > From: U-Boot On Behalf Of Tom Rini > Sent: dimanche 27 janvier 2019 04:51 > To: Sean Nyekjær > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [U-Boot, PATCHv1] arm: stm32mp1: deploy spl in root > folder > > On Fri, Jan 04, 201

Re: [U-Boot] [U-Boot, PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-28 Thread Tom Rini
ubject: Re: [U-Boot] [U-Boot, PATCHv1] arm: stm32mp1: deploy spl in root > > folder > > > > On Fri, Jan 04, 2019 at 11:37:24AM +, Sean Nyekjær wrote: > > > > > Deploy u-boot-spl.stm32 binary in u-boot root folder like the rest of > > > the boards. > > &