mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-04-18 04:21:20 +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>
19 lines
198 B
Plaintext
19 lines
198 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
binman {
|
|
section {
|
|
u-boot {
|
|
};
|
|
fill {
|
|
size = <0x10>;
|
|
fill-byte = [61];
|
|
};
|
|
hash {
|
|
algo = "sha256";
|
|
};
|
|
};
|
|
};
|
|
};
|