diff options
author | Simon Glass <sjg@chromium.org> | 2020-09-06 10:39:09 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-09-22 12:54:13 -0600 |
commit | b238143db92e6f3b1749ffdb346e90aa1a95454a (patch) | |
tree | 5fbadc1fdefbfab0925782d0b6b2dbcb9aa2aa1c /tools/binman/missing-blob-help | |
parent | c0f1ebe9c1b9745e1cbdc742a11093da2c99a174 (diff) |
binman: Support help messages for missing blobs
When an external blob is missing it can be quite confusing for the user.
Add a way to provide a help message that is shown.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'tools/binman/missing-blob-help')
-rw-r--r-- | tools/binman/missing-blob-help | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help new file mode 100644 index 0000000000..3de195c23c --- /dev/null +++ b/tools/binman/missing-blob-help @@ -0,0 +1,11 @@ +# This file contains help messages for missing external blobs. Each message has +# a tag (MUST be just lower-case text, digits and hyphens) starting in column 1, +# followed by a colon (:) to indicate its start. The message can include any +# number of lines, including blank lines. +# +# When looking for a tag, Binman uses the value of 'missing-msg' for the entry, +# the entry name or the entry type, in that order + +atf-bl31: +See the documentation for your board. You may need to build ARM Trusted +Firmware and build with BL31=/path/to/bl31.bin |