hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/Documentation/ABI/stable/sysfs-firmware-efi-vars
....@@ -17,6 +17,7 @@
1717 directory has a name of the form "<key>-<vendor guid>"
1818 and contains the following files:
1919
20
+ =============== ========================================
2021 attributes: A read-only text file enumerating the
2122 EFI variable flags. Potential values
2223 include:
....@@ -59,12 +60,14 @@
5960
6061 size: As ASCII representation of the size of
6162 the variable's value.
63
+ =============== ========================================
6264
6365
6466 In addition, two other magic binary files are provided
6567 in the top-level directory and are used for adding and
6668 removing variables:
6769
70
+ =============== ========================================
6871 new_var: Takes a "struct efi_variable" and
6972 instructs the EFI firmware to create a
7073 new variable.
....@@ -73,3 +76,4 @@
7376 instructs the EFI firmware to remove any
7477 variable that has a matching vendor GUID
7578 and variable key name.
79
+ =============== ========================================