mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +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>
19 lines
237 B
Plaintext
19 lines
237 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
atf-fip {
|
|
fip-align = <31>;
|
|
size = <0x100>;
|
|
pad-byte = <0xff>;
|
|
soc-fw {
|
|
filename = "bl31.bin";
|
|
};
|
|
};
|
|
};
|
|
};
|