initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user