diff options
author | Simon Glass <sjg@chromium.org> | 2019-07-20 21:24:00 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-07-29 18:38:06 +0300 |
commit | 95a0f3c6919e5586c23e41df46d7d41e401f13bb (patch) | |
tree | c916abd17cde5bca9bca03c1f2aa344b0153e3cd /tools/binman/README.entries | |
parent | 89d66907b37b2578b0e998faf3ba8ef66c6a7606 (diff) | |
download | u-boot-95a0f3c6919e5586c23e41df46d7d41e401f13bb.tar.xz |
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>
Diffstat (limited to 'tools/binman/README.entries')
-rw-r--r-- | tools/binman/README.entries | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/binman/README.entries b/tools/binman/README.entries index 37b8b4c4f9..0f0e367d02 100644 --- a/tools/binman/README.entries +++ b/tools/binman/README.entries @@ -314,7 +314,8 @@ see www.flashrom.org/Flashrom for more information. When used, this entry will be populated with an FMAP which reflects the entries in the current image. Note that any hierarchy is squashed, since -FMAP does not support this. +FMAP does not support this. Also, CBFS entries appear as a single entry - +the sub-entries are ignored. |