commit | 3c10dc95bdd0706ff85ffdc25ecd6381c3d51e4c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:41:34 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 08:48:33 2019 +0800 |
tree | fe9a2f30a15fdf3fc36fb7c7194a568b981e4024 | |
parent | 553cb06887825314e74a9bdac337467c77d1db88 [diff] |
binman: Add a library to access binman entries SPL and TPL can access information about binman entries using link-time symbols but this is not available in U-Boot proper. Of course it could be made available, but the intention is to just read the device tree. Add support for this, so that U-Boot can locate entries. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>