binman: Handle writing ELF symbols in the Entry class
[platform/kernel/u-boot.git] / tools / binman / missing-blob-help
1 # This file contains help messages for missing external blobs. Each message has
2 # a tag (MUST be just lower-case text, digits and hyphens) starting in column 1,
3 # followed by a colon (:) to indicate its start. The message can include any
4 # number of lines, including blank lines.
5 #
6 # When looking for a tag, Binman uses the value of 'missing-msg' for the entry,
7 # the entry name or the entry type, in that order
8
9 atf-bl31:
10 See the documentation for your board. You may need to build ARM Trusted
11 Firmware and build with BL31=/path/to/bl31.bin
12
13 atf-bl31-sunxi:
14 Please read the section on ARM Trusted Firmware (ATF) in
15 board/sunxi/README.sunxi64
16
17 scp-sunxi:
18 SCP firmware is required for system suspend, but is otherwise optional.
19 Please read the section on SCP firmware in board/sunxi/README.sunxi64
20
21 iot2050-seboot:
22 See the documentation for IOT2050 board. Your image is missing SEBoot
23 which is mandatory for board startup. Prebuilt SEBoot located at
24 meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/tiboot3.bin.
25
26 iot2050-sysfw:
27 See the documentation for IOT2050 board. Your image is missing system
28 firmware which is mandatory for board startup. Prebuilt system firmware
29 located at meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/
30 with sysfw prefix.
31
32 k3-rti-wdt-firmware:
33 If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for
34 the R5F core(s) to trigger the system reset. One possible source is
35 https://github.com/siemens/k3-rti-wdt.
36
37 tee-os:
38 See the documentation for your board. You may need to build Open Portable
39 Trusted Execution Environment (OP-TEE) with TEE=/path/to/tee.bin