commit | cdadadab7df4a938c54131b40828e7b4dfd5ef2f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 13 11:40:44 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 20 18:07:32 2022 -0600 |
tree | cfa795e113b67a7ceaba82948214878d6c21dc5a | |
parent | 24474dc20a0626ebba2e9c95449dfdc1d9933eee [diff] |
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>