binman: Adjust fmap to ignore CBFS files
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:00 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commit95a0f3c6919e5586c23e41df46d7d41e401f13bb
treec916abd17cde5bca9bca03c1f2aa344b0153e3cd
parent89d66907b37b2578b0e998faf3ba8ef66c6a7606
binman: Adjust fmap to ignore CBFS files

The FMAP is not intended to show the files inside a CBFS. The FMAP can be
used to locate the CBFS itself, but then the CBFS must be read to find out
what is in it.

Update the FMAP to work this way and add some debugging while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/fmap.py