Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error【请注意,邮件由mark.kette...@sibelius.xs4all.nl代发】

2019-07-07 Thread Andy Yan
Hi Christoph: On 2019/7/7 上午1:32, Christoph Müllner wrote: On 7/6/19 5:02 PM, Kever Yang wrote: Hi Mark, On 07/05/2019 08:03 PM, Mark Kettenis wrote: From: Kever Yang Date: Fri, 5 Jul 2019 19:38:42 +0800 Hi Christoph, On 07/05/2019 05:15 PM, Christoph Müllner wrote: On 04.07.19 11:44,

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error【请注意,邮件由mark.kette...@sibelius.xs4all.nl代发】

2019-07-06 Thread Christoph Müllner
On 7/6/19 5:02 PM, Kever Yang wrote: > Hi Mark, > > > On 07/05/2019 08:03 PM, Mark Kettenis wrote: >>> From: Kever Yang >>> Date: Fri, 5 Jul 2019 19:38:42 +0800 >>> >>> Hi Christoph, >>> >>> >>> On 07/05/2019 05:15 PM, Christoph Müllner wrote: On 04.07.19 11:44, Andy Yan wrote: >

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error【请注意,邮件由mark.kette...@sibelius.xs4all.nl代发】

2019-07-06 Thread Kever Yang
Hi Mark, On 07/05/2019 08:03 PM, Mark Kettenis wrote: >> From: Kever Yang >> Date: Fri, 5 Jul 2019 19:38:42 +0800 >> >> Hi Christoph, >> >> >> On 07/05/2019 05:15 PM, Christoph Müllner wrote: >>> On 04.07.19 11:44, Andy Yan wrote: Commit b238e4b00ced ("rockchip: Cleanup of

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-05 Thread Mark Kettenis
> From: Kever Yang > Date: Fri, 5 Jul 2019 19:38:42 +0800 > > Hi Christoph, > > > On 07/05/2019 05:15 PM, Christoph Müllner wrote: > > > > On 04.07.19 11:44, Andy Yan wrote: > >> Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set > >> firmware = "atf_1"; > >> loadables =

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-05 Thread Kever Yang
Hi Christoph, On 07/05/2019 05:15 PM, Christoph Müllner wrote: > > On 04.07.19 11:44, Andy Yan wrote: >> Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set >> firmware = "atf_1"; >> loadables = "uboot","atf_1","atf_2"; >> >> Actually it should be: >> firmware = "atf_1"; >>

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-05 Thread Christoph Müllner
Hi Andy, On 05.07.19 12:06, Andy Yan wrote: > Hi  Christoph: > > On 2019/7/5 下午5:15, Christoph Müllner wrote: >> >> On 04.07.19 11:44, Andy Yan wrote: >>> Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set >>> firmware = "atf_1"; >>> loadables = "uboot","atf_1","atf_2"; >>> >>>

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-05 Thread Andy Yan
Hi  Christoph: On 2019/7/5 下午5:15, Christoph Müllner wrote: On 04.07.19 11:44, Andy Yan wrote: Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set firmware = "atf_1"; loadables = "uboot","atf_1","atf_2"; Actually it should be: firmware = "atf_1"; loadables =

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-05 Thread Christoph Müllner
On 04.07.19 11:44, Andy Yan wrote: > Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set > firmware = "atf_1"; > loadables = "uboot","atf_1","atf_2"; > > Actually it should be: > firmware = "atf_1"; > loadables = "uboot","atf_2","atf_3"; Does "atf_1" not need to be among

Re: [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-05 Thread Kever Yang
Hi Christoph,     Could you check this issue on your side?     This is pretty important for rk3399, this will break the support for ATF for rk3399 boards other than puma. On 07/04/2019 05:44 PM, Andy Yan wrote: > Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set > firmware =

[U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error

2019-07-04 Thread Andy Yan
Commit b238e4b00ced ("rockchip: Cleanup of make_fit_atf.py.") set firmware = "atf_1"; loadables = "uboot","atf_1","atf_2"; Actually it should be: firmware = "atf_1"; loadables = "uboot","atf_2","atf_3"; Signed-off-by: Andy Yan --- arch/arm/mach-rockchip/make_fit_atf.py | 2 +- 1 file changed,