Re: [PATCH v2 6/6] RFC: binman: Improve allow missing for mkimage entry

2023-02-17 Thread Jonas Karlman
Hi Simon, On 2023-02-17 03:55, Simon Glass wrote: Hi Jonas, On Wed, 15 Feb 2023 at 11:25, Jonas Karlman wrote: Hi Simon, On 2023-02-14 20:48, Simon Glass wrote: Hi Jonas, On Tue, 14 Feb 2023 at 03:34, Jonas Karlman wrote: Implement CheckMissing and CheckOptional methods that is adapted

Re: [PATCH v2 6/6] RFC: binman: Improve allow missing for mkimage entry

2023-02-16 Thread Simon Glass
Hi Jonas, On Wed, 15 Feb 2023 at 11:25, Jonas Karlman wrote: > > Hi Simon, > > On 2023-02-14 20:48, Simon Glass wrote: > > Hi Jonas, > > > > On Tue, 14 Feb 2023 at 03:34, Jonas Karlman wrote: > >> > >> Implement CheckMissing and CheckOptional methods that is adapted to > >> Entry_mkimage in orde

Re: [PATCH v2 6/6] RFC: binman: Improve allow missing for mkimage entry

2023-02-15 Thread Jonas Karlman
Hi Simon, On 2023-02-14 20:48, Simon Glass wrote: > Hi Jonas, > > On Tue, 14 Feb 2023 at 03:34, Jonas Karlman wrote: >> >> Implement CheckMissing and CheckOptional methods that is adapted to >> Entry_mkimage in order to improve support for allow missing flag. >> >> Use collect_contents_to_file i

Re: [PATCH v2 6/6] RFC: binman: Improve allow missing for mkimage entry

2023-02-14 Thread Simon Glass
Hi Jonas, On Tue, 14 Feb 2023 at 03:34, Jonas Karlman wrote: > > Implement CheckMissing and CheckOptional methods that is adapted to > Entry_mkimage in order to improve support for allow missing flag. > > Use collect_contents_to_file in multiple-data-files handling to improve > support for allow

[PATCH v2 6/6] RFC: binman: Improve allow missing for mkimage entry

2023-02-14 Thread Jonas Karlman
Implement CheckMissing and CheckOptional methods that is adapted to Entry_mkimage in order to improve support for allow missing flag. Use collect_contents_to_file in multiple-data-files handling to improve support for allow missing and fake blobs handling. Signed-off-by: Jonas Karlman --- Buildi