missing-blob-help 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. atf-bl31:
  9. See the documentation for your board. You may need to build ARM Trusted
  10. Firmware and build with BL31=/path/to/bl31.bin
  11. atf-bl31-sunxi:
  12. Please read the section on ARM Trusted Firmware (ATF) in
  13. board/sunxi/README.sunxi64
  14. scp-sunxi:
  15. SCP firmware is required for system suspend, but is otherwise optional.
  16. Please read the section on SCP firmware in board/sunxi/README.sunxi64
  17. iot2050-seboot:
  18. See the documentation for IOT2050 board. Your image is missing SEBoot
  19. which is mandatory for board startup. Prebuilt SEBoot located at
  20. meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/seboot_pg*.bin.
  21. iot2050-otpcmd:
  22. See the documentation for IOT2050 board. Your image is missing OTP command data
  23. block which is used for provisioning the customer keys to the board.
  24. Please refer to
  25. meta-iot2050/tree/master/recipes-bsp/secure-boot-otp-provisioning/files/make-otpcmd.sh
  26. for how to generate this binary. If you are not using secure boot or do not
  27. intend to provision the keys, disable CONFIG_IOT2050_EMBED_OTPCMD.
  28. k3-rti-wdt-firmware:
  29. If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for
  30. the R5F core(s) to trigger the system reset. One possible source is
  31. https://github.com/siemens/k3-rti-wdt.
  32. rockchip-tpl:
  33. An external TPL is required to initialize DRAM. Get the external TPL
  34. binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source
  35. for the external TPL binary is https://github.com/rockchip-linux/rkbin.
  36. tee-os:
  37. See the documentation for your board. You may need to build Open Portable
  38. Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin
  39. opensbi:
  40. See the documentation for your board. The OpenSBI git repo is at
  41. https://github.com/riscv/opensbi.git
  42. You may need to build fw_dynamic.bin first and re-build u-boot with
  43. OPENSBI=/path/to/fw_dynamic.bin