diff options
author | Linus Torvalds | 2022-08-03 14:41:36 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-08-03 14:41:36 -0700 |
commit | ab17c0cd376f240bb8ead6f03be2bb4748bbc61a (patch) | |
tree | 8188d86a606e1c36d7a51441afab73e2fd663310 /Documentation/x86 | |
parent | 97a77ab14ffac749ec2419c92ec2954111c22d22 (diff) | |
parent | 2d82e6227ea189c0589e7383a36616ac2a2d248c (diff) |
Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull efivars sysfs interface removal from Ard Biesheuvel:
"Remove the obsolete 'efivars' sysfs based interface to the EFI
variable store, now that all users have moved to the efivarfs pseudo
file system, which was created ~10 years ago to address some
fundamental shortcomings in the sysfs based driver.
Move the 'business logic' related to which EFI variables are important
and may affect the boot flow from the efivars support layer into the
efivarfs pseudo file system, so it is no longer exposed to other parts
of the kernel"
* tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
efi: vars: Move efivar caching layer into efivarfs
efi: vars: Switch to new wrapper layer
efi: vars: Remove deprecated 'efivars' sysfs interface
Diffstat (limited to 'Documentation/x86')
-rw-r--r-- | Documentation/x86/x86_64/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/x86_64/uefi.rst b/Documentation/x86/x86_64/uefi.rst index 3b894103a734..fbc30c9a071d 100644 --- a/Documentation/x86/x86_64/uefi.rst +++ b/Documentation/x86/x86_64/uefi.rst @@ -29,7 +29,7 @@ Mechanics be selected:: CONFIG_EFI=y - CONFIG_EFI_VARS=y or m # optional + CONFIG_EFIVAR_FS=y or m # optional - Create a VFAT partition on the disk - Copy the following to the VFAT partition: |