mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-19 04:51:32 +02: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>
20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
atf-fip {
|
|
soc-fw {
|
|
filename = "bl31.bin";
|
|
};
|
|
|
|
rmm-fw {
|
|
filename = "rmm.bin";
|
|
};
|
|
};
|
|
};
|
|
};
|