diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-11-19 12:47:44 +0100 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2021-11-21 17:08:10 +0100 |
commit | 20287d56f52dab0790acb05f44cd2011bac0a431 (patch) | |
tree | 2860a7f1fd8e86bf944d0ac906aedf509a33c75e /drivers/firmware/efi/libstub/efistub.h | |
parent | efi/libstub: x86/mixed: increase supported argument count (diff) | |
download | linux-20287d56f52dab0790acb05f44cd2011bac0a431.tar.xz linux-20287d56f52dab0790acb05f44cd2011bac0a431.zip |
efi/libstub: consolidate initrd handling across architectures
Before adding TPM measurement of the initrd contents, refactor the
initrd handling slightly to be more self-contained and consistent.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Link: https://lore.kernel.org/r/20211119114745.1560453-4-ilias.apalodimas@linaro.org
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'drivers/firmware/efi/libstub/efistub.h')
-rw-r--r-- | drivers/firmware/efi/libstub/efistub.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/efi/libstub/efistub.h b/drivers/firmware/efi/libstub/efistub.h index a2825c435158..edb77b0621ea 100644 --- a/drivers/firmware/efi/libstub/efistub.h +++ b/drivers/firmware/efi/libstub/efistub.h @@ -31,7 +31,6 @@ extern bool efi_nochunk; extern bool efi_nokaslr; -extern bool efi_noinitrd; extern int efi_loglevel; extern bool efi_novamap; |