Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-04-28 Thread Mark Kettenis
> From: Jagan Teki > Date: Sun, 28 Apr 2019 14:38:06 +0530 > > On Sat, Apr 27, 2019 at 6:17 PM Emmanuel Vadot wrote: > > > > > > Hi Jagan, > > > > On Sun, 21 Apr 2019 22:42:45 +0530 > > Jagan Teki wrote: > > > > > On Tue, Feb 5, 2019 at 4:24 PM Emmanuel Vadot wrote: > > > > > > > > Other make

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-04-28 Thread Jagan Teki
On Sat, Apr 27, 2019 at 6:17 PM Emmanuel Vadot wrote: > > > Hi Jagan, > > On Sun, 21 Apr 2019 22:42:45 +0530 > Jagan Teki wrote: > > > On Tue, Feb 5, 2019 at 4:24 PM Emmanuel Vadot wrote: > > > > > > Other make_fit script (like imx or sunxi) use the BL31 environment > > > variable to indicate t

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-04-27 Thread Emmanuel Vadot
Hi Jagan, On Sun, 21 Apr 2019 22:42:45 +0530 Jagan Teki wrote: > On Tue, Feb 5, 2019 at 4:24 PM Emmanuel Vadot wrote: > > > > Other make_fit script (like imx or sunxi) use the BL31 environment > > variable to indicate the location of the file. > > Also do that for rockchip so we don't need to

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-04-22 Thread Peter Robinson
On Mon, Apr 22, 2019 at 8:29 AM Shyam Saini wrote: > > Hi Philipp, Emmanuel, > > On Sun, Apr 21, 2019 at 10:43 PM Jagan Teki > wrote: > > > > On Tue, Feb 5, 2019 at 4:24 PM Emmanuel Vadot wrote: > > > > > > Other make_fit script (like imx or sunxi) use the BL31 environment > > > variable to ind

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-04-22 Thread Shyam Saini
Hi Philipp, Emmanuel, On Sun, Apr 21, 2019 at 10:43 PM Jagan Teki wrote: > > On Tue, Feb 5, 2019 at 4:24 PM Emmanuel Vadot wrote: > > > > Other make_fit script (like imx or sunxi) use the BL31 environment > > variable to indicate the location of the file. > > Also do that for rockchip so we don'

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-04-21 Thread Jagan Teki
On Tue, Feb 5, 2019 at 4:24 PM Emmanuel Vadot wrote: > > Other make_fit script (like imx or sunxi) use the BL31 environment > variable to indicate the location of the file. > Also do that for rockchip so we don't need to copy the file in the source > directory. > > Signed-off-by: Emmanuel Vadot >

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-02-05 Thread Mark Kettenis
> Date: Tue, 5 Feb 2019 12:14:25 +0100 > From: Emmanuel Vadot > > On Tue, 5 Feb 2019 12:05:57 +0100 > Philipp Tomsich wrote: > > > > > > > > On 05.02.2019, at 11:54, Emmanuel Vadot wrote: > > > > > > Other make_fit script (like imx or sunxi) use the BL31 environment > > > variable to indica

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-02-05 Thread Emmanuel Vadot
On Tue, 5 Feb 2019 12:05:57 +0100 Philipp Tomsich wrote: > > > > On 05.02.2019, at 11:54, Emmanuel Vadot wrote: > > > > Other make_fit script (like imx or sunxi) use the BL31 environment > > variable to indicate the location of the file. > > Also do that for rockchip so we don't need to copy

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-02-05 Thread Philipp Tomsich
> On 05.02.2019, at 12:14, Emmanuel Vadot wrote: > > On Tue, 5 Feb 2019 12:05:57 +0100 > Philipp Tomsich wrote: > >> >> >>> On 05.02.2019, at 11:54, Emmanuel Vadot wrote: >>> >>> Other make_fit script (like imx or sunxi) use the BL31 environment >>> variable to indicate the location of th

Re: [U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-02-05 Thread Philipp Tomsich
> On 05.02.2019, at 11:54, Emmanuel Vadot wrote: > > Other make_fit script (like imx or sunxi) use the BL31 environment > variable to indicate the location of the file. > Also do that for rockchip so we don't need to copy the file in the source > directory. > > Signed-off-by: Emmanuel Vadot >

[U-Boot] [PATCH] rockchip: make_fit_atf: Use BL31 environ variable for file location

2019-02-05 Thread Emmanuel Vadot
Other make_fit script (like imx or sunxi) use the BL31 environment variable to indicate the location of the file. Also do that for rockchip so we don't need to copy the file in the source directory. Signed-off-by: Emmanuel Vadot --- arch/arm/mach-rockchip/make_fit_atf.py | 2 +- 1 file changed,