Jonathan Humphreys | 301df24 | 2024-05-31 17:51:03 -0500 | [diff] [blame] | 1 | // 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 | }; |