missing-blob-help 797 B

12345678910111213141516171819
  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