blob: bc7db836faa8fa560e7e42ab2418e0a82bba8a17 [file] [log] [blame]
Sughosh Ganu3f46bcc2023-08-22 23:10:05 +05301// SPDX-License-Identifier: GPL-2.0+
Michal Simekad52dc32024-05-30 09:17:29 +02002/*
Sughosh Ganu3f46bcc2023-08-22 23:10:05 +05303 * 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 Simekad52dc32024-05-30 09:17:29 +02006 */
Sughosh Ganu3f46bcc2023-08-22 23:10:05 +05307/ {
8 signature {
9 capsule-key = /incbin/("ESL_BIN_FILE");
10 };
11};