binman: Allow reading entries from a subnode
authorSimon Glass <sjg@chromium.org>
Thu, 14 Jan 2021 03:29:57 +0000 (20:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 22:03:16 +0000 (17:03 -0500)
commit1e35a4d2282329093ae384bfbb8df844e23798c6
tree7f6a4d78a00ac3510e0157c5b528a658dbba2a69
parent76b54d8ca159b217be976eef986b76e26409ea4a
binman: Allow reading entries from a subnode

Some images may have multiple copies of the same thing, e.g. two versions
of the read/write U-Boots. It is necessary to read data from one or other
of these under selection of the verified-boot logic. Add a function to
select the subnode to use.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/binman.h
lib/binman.c