Re: [PATCH 16/24] binman: Move entry-data collection into a Entry method

2022-02-22 Thread Simon Glass
On 08/02/2022 21:50, Simon Glass wrote: > Collecting the data from a list of entries and putting it in a file is > a useful operation that will be needed by other entry types. Put this into > a method in the Entry class. > > Add some documentation about how to collect data for an entry type. > > Si

Re: [PATCH 16/24] binman: Move entry-data collection into a Entry method

2022-02-15 Thread Alper Nebi Yasak
On 08/02/2022 21:50, Simon Glass wrote: > Collecting the data from a list of entries and putting it in a file is > a useful operation that will be needed by other entry types. Put this into > a method in the Entry class. > > Add some documentation about how to collect data for an entry type. > >