89c03d0451
This package adds NXP Layerscape and QoriQ reset config word (RCW) / pre-bootloader (PBL) generation support. The RCW is used to setup clocking and IO allocations and then launches the next stage of boot (usually u-boot). Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
config BR2_PACKAGE_HOST_RCW
|
|
bool "host 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/
|