blob: f3a44d08acceb19d4a67bd861c7d9180dbb7394f [file] [log] [blame]
Simon Glassa820af72020-09-06 10:39:09 -06001# 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
9atf-bl31:
10See the documentation for your board. You may need to build ARM Trusted
11Firmware and build with BL31=/path/to/bl31.bin
Simon Glass5d90d5e2020-09-06 10:39:10 -060012
13atf-bl31-sunxi:
14Please read the section on ARM Trusted Firmware (ATF) in
15board/sunxi/README.sunxi64
Samuel Holland6b7db0a2020-10-21 21:12:16 -050016
17scp-sunxi:
18SCP firmware is required for system suspend, but is otherwise optional.
19Please read the section on SCP firmware in board/sunxi/README.sunxi64
Jan Kiszka14a2e812021-09-18 08:17:56 +020020
Ivan Mikhaylove1953e42021-12-09 16:10:53 +000021iot2050-seboot:
22See the documentation for IOT2050 board. Your image is missing SEBoot
23which is mandatory for board startup. Prebuilt SEBoot located at
24meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/tiboot3.bin.
25
26iot2050-sysfw:
27See the documentation for IOT2050 board. Your image is missing system
28firmware which is mandatory for board startup. Prebuilt system firmware
29located at meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/
30with sysfw prefix.
31
Jan Kiszka14a2e812021-09-18 08:17:56 +020032k3-rti-wdt-firmware:
33If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for
34the R5F core(s) to trigger the system reset. One possible source is
35https://github.com/siemens/k3-rti-wdt.
Roger Quadros5cdcea02022-02-19 20:50:04 +020036
Jonas Karlman35305492023-02-25 19:01:33 +000037rockchip-tpl:
38An external TPL is required to initialize DRAM. Get the external TPL
39binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source
40for the external TPL binary is https://github.com/rockchip-linux/rkbin.
41
Roger Quadros5cdcea02022-02-19 20:50:04 +020042tee-os:
43See the documentation for your board. You may need to build Open Portable
44Trusted Execution Environment (OP-TEE) with TEE=/path/to/tee.bin
Rick Chenddcdd942023-02-17 16:57:01 +080045
46opensbi:
47See the documentation for your board. The OpenSBI git repo is at
48https://github.com/riscv/opensbi.git
49You may need to build fw_dynamic.bin first and re-build u-boot with
50OPENSBI=/path/to/fw_dynamic.bin