mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-17 20:11:02 +02:00
Move about 20 test files for signing, encryption, hash, pre-load, x509, and Xilinx bootgen entries into a security/ subdirectory. Drop the numeric prefixes and update all references. Signed-off-by: Simon Glass <simon.glass@canonical.com>
24 lines
288 B
Plaintext
24 lines
288 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
fit {
|
|
description = "test desc";
|
|
|
|
images {
|
|
u-boot {
|
|
encrypted {
|
|
algo = "algo-name";
|
|
iv-filename = "encrypted-file.iv";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|