Sughosh Ganu | 3f46bcc | 2023-08-22 23:10:05 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | ad52dc3 | 2024-05-30 09:17:29 +0200 | [diff] [blame] | 2 | /* |
Sughosh Ganu | 3f46bcc | 2023-08-22 23:10:05 +0530 | [diff] [blame] | 3 | * Devicetree file with the public key EFI Signature List(ESL) |
| 4 | * node. This file is used to generate the dtsi file to be |
| 5 | * included into the DTB. |
Michal Simek | ad52dc3 | 2024-05-30 09:17:29 +0200 | [diff] [blame] | 6 | */ |
Sughosh Ganu | 3f46bcc | 2023-08-22 23:10:05 +0530 | [diff] [blame] | 7 | / { |
| 8 | signature { |
| 9 | capsule-key = /incbin/("ESL_BIN_FILE"); |
| 10 | }; |
| 11 | }; |