]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/binman/test/071_gbb.dts
tpm: Add a few new commands for v1
[thirdparty/u-boot.git] / tools / binman / test / 071_gbb.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 gbb {
10 size = <0x2180>;
11 flags {
12 dev-screen-short-delay;
13 load-option-roms;
14 enable-alternate-os;
15 force-dev-switch-on;
16 force-dev-boot-usb;
17 disable-fw-rollback-check;
18 enter-triggers-tonorm;
19 force-dev-boot-legacy;
20 faft-key-override;
21 disable-ec-software-sync;
22 default-dev-boot-legacy;
23 disable-pd-software-sync;
24 disable-lid-shutdown;
25 force-dev-boot-fastboot-full-cap;
26 enable-serial;
27 disable-dwmp;
28 };
29 };
30 };
31 };