aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/efivarfs.txt
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-10-04 04:57:31 -0400
committerMatt Fleming <matt.fleming@intel.com>2012-10-30 06:39:18 -0400
commite913ca7d16d70b75367ff56a3b201980501d542c (patch)
tree96f0cd6b1672ed329861945e4aa2291b2d399f08 /Documentation/filesystems/efivarfs.txt
parent605e70c7aa1b7b0d554baf945630c1d606bbfbc3 (diff)
efivarfs: Add documentation for the EFI variable filesystem
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'Documentation/filesystems/efivarfs.txt')
-rw-r--r--Documentation/filesystems/efivarfs.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/filesystems/efivarfs.txt b/Documentation/filesystems/efivarfs.txt
new file mode 100644
index 00000000000..c477af086e6
--- /dev/null
+++ b/Documentation/filesystems/efivarfs.txt
@@ -0,0 +1,16 @@
1
2efivarfs - a (U)EFI variable filesystem
3
4The efivarfs filesystem was created to address the shortcomings of
5using entries in sysfs to maintain EFI variables. The old sysfs EFI
6variables code only supported variables of up to 1024 bytes. This
7limitation existed in version 0.99 of the EFI specification, but was
8removed before any full releases. Since variables can now be larger
9than a single page, sysfs isn't the best interface for this.
10
11Variables can be created, deleted and modified with the efivarfs
12filesystem.
13
14efivarfs is typically mounted like this,
15
16 mount -t efivarfs none /sys/firmware/efi/efivars