Simon Glass | b238143 | 2020-09-06 10:39:09 -0600 | [diff] [blame] | 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 |
Simon Glass | 68de067 | 2020-09-06 10:39:10 -0600 | [diff] [blame] | 12 | |
| 13 | atf-bl31-sunxi: |
| 14 | Please read the section on ARM Trusted Firmware (ATF) in |
| 15 | board/sunxi/README.sunxi64 |
Samuel Holland | e72a6be | 2020-10-21 21:12:16 -0500 | [diff] [blame] | 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 |
Jan Kiszka | 26fa063 | 2021-09-18 08:17:56 +0200 | [diff] [blame] | 20 | |
Ivan Mikhaylov | 1c11b5e | 2021-12-09 16:10:53 +0000 | [diff] [blame] | 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 |
Jan Kiszka | 6ac9131 | 2023-02-28 19:19:11 +0100 | [diff] [blame] | 24 | meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/seboot_pg*.bin. |
Ivan Mikhaylov | 1c11b5e | 2021-12-09 16:10:53 +0000 | [diff] [blame] | 25 | |
Jan Kiszka | 367b1bf | 2023-02-28 19:19:18 +0100 | [diff] [blame] | 26 | iot2050-otpcmd: |
| 27 | See the documentation for IOT2050 board. Your image is missing OTP command data |
| 28 | block which is used for provisioning the customer keys to the board. |
| 29 | Please refer to |
| 30 | meta-iot2050/tree/master/recipes-bsp/secure-boot-otp-provisioning/files/make-otpcmd.sh |
| 31 | for how to generate this binary. If you are not using secure boot or do not |
| 32 | intend to provision the keys, disable CONFIG_IOT2050_EMBED_OTPCMD. |
| 33 | |
Jan Kiszka | 26fa063 | 2021-09-18 08:17:56 +0200 | [diff] [blame] | 34 | k3-rti-wdt-firmware: |
| 35 | If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for |
| 36 | the R5F core(s) to trigger the system reset. One possible source is |
| 37 | https://github.com/siemens/k3-rti-wdt. |
Roger Quadros | 47f420a | 2022-02-19 20:50:04 +0200 | [diff] [blame] | 38 | |
Jonas Karlman | 05b978b | 2023-02-25 19:01:33 +0000 | [diff] [blame] | 39 | rockchip-tpl: |
| 40 | An external TPL is required to initialize DRAM. Get the external TPL |
| 41 | binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source |
| 42 | for the external TPL binary is https://github.com/rockchip-linux/rkbin. |
| 43 | |
Roger Quadros | 47f420a | 2022-02-19 20:50:04 +0200 | [diff] [blame] | 44 | tee-os: |
| 45 | See the documentation for your board. You may need to build Open Portable |
Jonas Karlman | 321f256 | 2023-07-18 20:34:34 +0000 | [diff] [blame] | 46 | Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin |
Rick Chen | 7574b64 | 2023-02-17 16:57:01 +0800 | [diff] [blame] | 47 | |
| 48 | opensbi: |
| 49 | See the documentation for your board. The OpenSBI git repo is at |
| 50 | https://github.com/riscv/opensbi.git |
| 51 | You may need to build fw_dynamic.bin first and re-build u-boot with |
| 52 | OPENSBI=/path/to/fw_dynamic.bin |