]> Git Repo - J-u-boot.git/blob - tools/binman/test/316_capsule_missing_key.dts
Merge tag 'v2023.10-rc4' into next
[J-u-boot.git] / tools / binman / test / 316_capsule_missing_key.dts
1 // SPDX-License-Identifier: GPL-2.0+
2
3 /dts-v1/;
4
5 / {
6         #address-cells = <1>;
7         #size-cells = <1>;
8
9         binman {
10                 efi-capsule {
11                         image-index = <0x1>;
12                         /* Image GUID for testing capsule update */
13                         image-guid = "binman-test";
14                         hardware-instance = <0x0>;
15                         private-key = "tools/binman/test/key.key";
16
17                         blob {
18                                 filename = "capsule_input.bin";
19                         };
20                 };
21         };
22 };
This page took 0.027154 seconds and 4 git commands to generate.