]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a library to access binman entries
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:34 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 00:48:33 +0000 (08:48 +0800)
commit2b6c644e9e18a61772fe12c3f34af9a628197d37
treefe9a2f30a15fdf3fc36fb7c7194a568b981e4024
parentfe71b16ff30a6ee06496aba24a057fd95f872e06
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>
common/board_r.c
include/binman.h [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/binman.c [new file with mode: 0644]