mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Move about 15 test files for ARM Trusted Firmware FIP, ATF BL31, SCP, OpenSBI, and BL1 entries into a fip/ subdirectory. Drop the numeric prefixes and the redundant fip_ filename prefix, and update all references. Signed-off-by: Simon Glass <simon.glass@canonical.com>
25 lines
304 B
Plaintext
25 lines
304 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
collection {
|
|
content = <&fip &u_boot>;
|
|
};
|
|
fip: atf-fip {
|
|
soc-fw {
|
|
filename = "bl31.bin";
|
|
};
|
|
|
|
scp-fwu-cfg {
|
|
filename = "bl2u.bin";
|
|
};
|
|
};
|
|
u_boot: u-boot {
|
|
};
|
|
};
|
|
};
|