Re: [PATCH 2/7] binman: Collect bintools for images when replacing entries

2022-04-19 Thread Simon Glass
On Sun, 27 Mar 2022 at 09:32, Alper Nebi Yasak wrote: > > Binman entries can use other executables to compute their data, usually > in their ObtainContents() methods. Subclasses of Entry_section would use > bintools in their BuildSectionData() method instead, which is called > from several places

[PATCH 2/7] binman: Collect bintools for images when replacing entries

2022-03-27 Thread Alper Nebi Yasak
Binman entries can use other executables to compute their data, usually in their ObtainContents() methods. Subclasses of Entry_section would use bintools in their BuildSectionData() method instead, which is called from several places including their Pack(). These binary tools are resolved