commit | dd7fb9b472e5440c03457d78234828b155a0a0fa | [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 | 8e0a1e626cad63f8a907f3eb9ffa7c9b9129b1b9 [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>