Re: [PATCH 05/11] binman: Add a function to check for missing properties

2022-08-11 Thread Quentin Schulz
Hi Simon, On 8/11/22 16:04, Simon Glass wrote: Add a new function to Entry to check for missing properties, since this is likely to be come a common requirement. Signed-off-by: Simon Glass --- tools/binman/entry.py | 16 tools/binman/etype/fill.py | 3 +-- tools/bin

[PATCH 05/11] binman: Add a function to check for missing properties

2022-08-11 Thread Simon Glass
Add a new function to Entry to check for missing properties, since this is likely to be come a common requirement. Signed-off-by: Simon Glass --- tools/binman/entry.py | 16 tools/binman/etype/fill.py | 3 +-- tools/binman/ftest.py | 2 +- 3 files changed, 18 insert