diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-02 08:44:31 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-09-18 03:47:50 -0600 |
commit | 47a25e81d35c8d801cae9089de90c9ffea083409 (patch) | |
tree | 65cdfa1cdbca878dbd8a835fef89dc0222b144db /lib/efi_loader/efi_capsule_key.S | |
parent | d428e81266a59974ade74c1ba019af39f23304ab (diff) |
Revert "efi_capsule: Move signature from DTB to .rodata"
This was unfortunately applied despite much discussion about it beiong
the wrong way to implement this feature.
Revert it before too many other things are built on top of it.
This reverts commit ddf67daac39de76d2697d587148f4c2cb768f492.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/efi_loader/efi_capsule_key.S')
-rw-r--r-- | lib/efi_loader/efi_capsule_key.S | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/efi_loader/efi_capsule_key.S b/lib/efi_loader/efi_capsule_key.S deleted file mode 100644 index 58f00b8e4bc..00000000000 --- a/lib/efi_loader/efi_capsule_key.S +++ /dev/null @@ -1,17 +0,0 @@ -/* 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 |