commit | ae7cf03a644cc3ccdf9217c5a3a5fc2b083a22c3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:31 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | 7550a5bb58f99bcf8e0f3ac2fdd2db8a5bce4bbf | |
parent | 8004581ee9fb505ed304679b7d8f917d2c012c2e [diff] |
binman: Support hashing entries Sometimesi it us useful to be able to verify the content of entries with a hash. Add an easy way to do this in binman. The hash information can be retrieved from the device tree at run time. Signed-off-by: Simon Glass <sjg@chromium.org>