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