summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_capsule_key.S
blob: 58f00b8e4bcbd92a329cf85081c574eca52eeaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * .esl cert for capsule authentication
 *
 * Copyright (c) 2021, Ilias Apalodimas <ilias.apalodimas@linaro.org>
 */

#include <config.h>

.section .rodata.capsule_key.init,"a"
.balign 16
.global __efi_capsule_sig_begin
__efi_capsule_sig_begin:
.incbin CONFIG_EFI_CAPSULE_KEY_PATH
__efi_capsule_sig_end:
.global __efi_capsule_sig_end
.balign 16