]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/binman/test/74_vblock.dts
tpm: Add a few new commands for v1
[thirdparty/u-boot.git] / tools / binman / test / 74_vblock.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
3
4 / {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 u_boot: u-boot {
10 };
11
12 vblock {
13 content = <&u_boot &dtb>;
14 keyblock = "firmware.keyblock";
15 signprivate = "firmware_data_key.vbprivk";
16 version = <1>;
17 kernelkey = "kernel_subkey.vbpubk";
18 preamble-flags = <1>;
19 };
20
21 /*
22 * Put this after the vblock so that its contents are not
23 * available when the vblock first tries to obtain its contents
24 */
25 dtb: u-boot-dtb {
26 };
27 };
28 };