Re: [PATCH 5/9] binman: Implement missing check functions in mkimage entry

2023-02-21 Thread Simon Glass
On Sun, 19 Feb 2023 at 15:02, Jonas Karlman wrote: > > The mkimage entry is working like a section entry but inherits from > Entry not Entry_section. Copy implementations of missing Check-functions > from Entry_section and adopt to Entry_mkimage. > > Signed-off-by: Jonas Karlman > --- > tools/bi

[PATCH 5/9] binman: Implement missing check functions in mkimage entry

2023-02-19 Thread Jonas Karlman
The mkimage entry is working like a section entry but inherits from Entry not Entry_section. Copy implementations of missing Check-functions from Entry_section and adopt to Entry_mkimage. Signed-off-by: Jonas Karlman --- tools/binman/etype/mkimage.py | 44 ++- 1 f