blob: 959ceb7479d201b1a7e4e08eb42899d47ad01ba3 [file] [log] [blame]
Jonathan Humphreys301df242024-05-31 17:51:03 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6&binman {
7 capsule_tiboot3: capsule-tiboot3 {
8 filename = "tiboot3-capsule.bin";
9 efi-capsule {
10 image-index = <0x1>;
11 image-guid = "00000000-0000-0000-0000-000000000000";
12 private-key = "arch/arm/mach-k3/keys/custMpk.pem";
13 public-key-cert = "arch/arm/mach-k3/keys/custMpk.crt";
14 monotonic-count = <0x1>;
15
16 blob {
17 filename = "tiboot3.bin";
18 };
19 };
20 };
21};