Config.in.host 959 B

12345678910111213141516171819202122232425262728
  1. config BR2_PACKAGE_HOST_QORIQ_RCW
  2. bool "host qoriq-rcw"
  3. help
  4. This package provides an reset configuration word(RCW)
  5. compiler to build NXP QoriQ/LS PBL/RCW binary(s).
  6. The package installs example configurations and scripts
  7. for each devkit supported in the current release see
  8. $(HOST_DIR)/share/rcw. Either a SDK or post scripts can
  9. then use this toolset and examples.
  10. https://source.codeaurora.org/external/qoriq/qoriq-components/rcw/
  11. if BR2_PACKAGE_HOST_QORIQ_RCW
  12. config BR2_PACKAGE_HOST_QORIQ_RCW_CUSTOM_PATH
  13. string "RCW Source file paths"
  14. help
  15. Space-separated list of .rcw and .rcwi files, that will be
  16. used to generate a RCW binary. The entire list of .rcwi files
  17. used by the .rcw file must be specified. There must be a
  18. single .rcw file in the list.
  19. This is optional. If left empty, the rcw package will be
  20. included for use in the SDK or with post scripts but no
  21. RCW binary will not be generated.
  22. endif