mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
b238143db9
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>
11 lines
542 B
Text
11 lines
542 B
Text
# 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
|