diff options
author | Mark Pearson <mpearson-lenovo@squebb.ca> | 2024-10-24 15:55:24 -0400 |
---|---|---|
committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2024-10-29 14:00:14 +0200 |
commit | 5dcb5ef125907d09806509a9db8c6705041e0026 (patch) | |
tree | fb1e504e2bda57e76a2163bc0f71d3bb069fe015 /Documentation/ABI | |
parent | 7c0bbf1ae6502dfcd0df5d50013e55a71021c819 (diff) | |
download | linux-5dcb5ef125907d09806509a9db8c6705041e0026.tar.gz linux-5dcb5ef125907d09806509a9db8c6705041e0026.tar.bz2 linux-5dcb5ef125907d09806509a9db8c6705041e0026.zip |
platform/x86: think-lmi: Multi-certificate support
Lenovo are adding support for both Admin and System certificates to
the certificate based authentication feature
This commit adds the support for this.
Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Link: https://lore.kernel.org/r/20241024195536.6992-4-mpearson-lenovo@squebb.ca
[ij: Added #include <linux/array_size.h> + comment grammar fix]
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-firmware-attributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-firmware-attributes b/Documentation/ABI/testing/sysfs-class-firmware-attributes index 1a8b59f5d6e3..2713efa509b4 100644 --- a/Documentation/ABI/testing/sysfs-class-firmware-attributes +++ b/Documentation/ABI/testing/sysfs-class-firmware-attributes @@ -303,6 +303,7 @@ Description: being configured allowing anyone to make changes. After any of these operations the system must reboot for the changes to take effect. + Admin and System certificates are supported from 2025 systems onward. certificate_thumbprint: Read only attribute used to display the MD5, SHA1 and SHA256 thumbprints |