Re: [PATCH v2 43/49] rockchip: Convert evb-rk3288 over to use binman

2020-07-09 Thread Simon Glass
Hi Kever, On Tue, 7 Jul 2020 at 19:03, Kever Yang wrote: > > Hi Simon, > > On 2020/6/14 上午10:57, Simon Glass wrote: > > + optee { > > + description = "OP-TEE"; > > + type = "firmware"; > > +

Re: [PATCH v2 43/49] rockchip: Convert evb-rk3288 over to use binman

2020-07-09 Thread Simon Glass
Hi Kever, On Tue, 7 Jul 2020 at 05:57, Kever Yang wrote: > > Hi Simon, > > Thanks for this patch. > > On 2020/6/14 上午10:57, Simon Glass wrote: > > At present this board uses a custom script to produce the .its file. > > Update it to use binman instead. Binman can create all the images that >

Re: [PATCH v2 43/49] rockchip: Convert evb-rk3288 over to use binman

2020-07-07 Thread Kever Yang
Hi Simon, On 2020/6/14 上午10:57, Simon Glass wrote: + optee { + description = "OP-TEE"; + type = "firmware"; + arch = "arm"; +

Re: [PATCH v2 43/49] rockchip: Convert evb-rk3288 over to use binman

2020-07-07 Thread Kever Yang
Hi Simon,     Thanks for this patch. On 2020/6/14 上午10:57, Simon Glass wrote: At present this board uses a custom script to produce the .its file. Update it to use binman instead. Binman can create all the images that are needed. Signed-off-by: Simon Glass --- (no changes since v1) Kconfi

[PATCH v2 43/49] rockchip: Convert evb-rk3288 over to use binman

2020-06-13 Thread Simon Glass
At present this board uses a custom script to produce the .its file. Update it to use binman instead. Binman can create all the images that are needed. Signed-off-by: Simon Glass --- (no changes since v1) Kconfig | 2 +- arch/arm/dts/rk322x-u-boot.dtsi | 72 +++