From: Lennart Poettering Date: Mon, 25 Jul 2022 15:42:54 +0000 (+0200) Subject: efi: update measure.h comments a bit X-Git-Tag: v252-rc1~573 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b447955d091f9bc7fcd3f8033231d9b806464e55;p=thirdparty%2Fsystemd.git efi: update measure.h comments a bit --- diff --git a/src/boot/efi/measure.h b/src/boot/efi/measure.h index 057f4a44d6c..af1cc62cdd0 100644 --- a/src/boot/efi/measure.h +++ b/src/boot/efi/measure.h @@ -5,10 +5,10 @@ #include #include -/* This TPM PCR is where we extend the kernel command line and any passed credentials here. */ +/* This TPM PCR is where sd-stub extends the kernel command line and any passed credentials into. */ #define TPM_PCR_INDEX_KERNEL_PARAMETERS 12U -/* We used to write the kernel command line/credentials into PCR 8, in systemd <= 250. Let's provide for +/* sd-stub used to write the kernel command line/credentials into PCR 8, in systemd <= 250. Let's provide for * some compatibility. (Remove in 2023!) */ #if EFI_TPM_PCR_COMPAT #define TPM_PCR_INDEX_KERNEL_PARAMETERS_COMPAT 8U