summaryrefslogtreecommitdiff
path: root/lib/efi_loader/capsule_esl.dtsi.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efi_loader/capsule_esl.dtsi.in')
-rw-r--r--lib/efi_loader/capsule_esl.dtsi.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/efi_loader/capsule_esl.dtsi.in b/lib/efi_loader/capsule_esl.dtsi.in
new file mode 100644
index 00000000000..61a9f2b25e9
--- /dev/null
+++ b/lib/efi_loader/capsule_esl.dtsi.in
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0+
+/**
+ * Devicetree file with the public key EFI Signature List(ESL)
+ * node. This file is used to generate the dtsi file to be
+ * included into the DTB.
+*/
+/ {
+ signature {
+ capsule-key = /incbin/("ESL_BIN_FILE");
+ };
+};