Re: [PATCH] common: image-android: Add signature verification feature

2022-07-12 Thread Simon Glass
Hi, On Thu, 7 Jul 2022 at 05:14, wrote: > > From: qianfan Zhao > > Not all Android tools use the id field for signing the image with sha1, > so make this feature as optional and disabled default. > > Signed-off-by: qianfan Zhao > --- > common/Kconfig.boot| 14 +++ > common/image-an

[PATCH] common: image-android: Add signature verification feature

2022-07-07 Thread qianfanguijin
From: qianfan Zhao Not all Android tools use the id field for signing the image with sha1, so make this feature as optional and disabled default. Signed-off-by: qianfan Zhao --- common/Kconfig.boot| 14 +++ common/image-android.c | 55 +- 2 f