]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add a way to check for missing properties
authorSimon Glass <sjg@chromium.org>
Sat, 13 Aug 2022 17:40:44 +0000 (11:40 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:32 +0000 (18:07 -0600)
commitcdadadab7df4a938c54131b40828e7b4dfd5ef2f
treecfa795e113b67a7ceaba82948214878d6c21dc5a
parent24474dc20a0626ebba2e9c95449dfdc1d9933eee
binman: Add a way to check for missing properties

Some new entries are likely to have required properties. Support this in a
standard way, with a list of required properties which can be set up by
base classes. Check for missing properties when the entry is read.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/etype/fill.py
tools/binman/ftest.py