aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_capsule/signature.dts
blob: 078cfc76c93c312637d7b8cb5a7b5a6495ad7d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;
/plugin/;

&{/} {
	signature {
		capsule-key = /incbin/("SIGNER.esl");
	};
};