Home
last modified time | relevance | path

Searched refs:efivarfs (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Defivarfs.rst4 efivarfs - a (U)EFI variable filesystem
7 The efivarfs filesystem was created to address the shortcomings of
14 Variables can be created, deleted and modified with the efivarfs
17 efivarfs is typically mounted like this::
19 mount -t efivarfs none /sys/firmware/efi/efivars
22 UEFI variables causes the system firmware to fail to POST, efivarfs
H A Dindex.rst83 efivarfs
/openbmc/linux/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh41 local efivarfs="/sys/firmware/efi/efivars"
48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
49 log_info "efivars is not mounted on $efivarfs"
52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null)
53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null)
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dsysfs.sh33 if [ -e /sys/firmware/efi/efivars ] && grep -q efivarfs /proc/filesystems; then
34 mount -t efivarfs efivarfs /sys/firmware/efi/efivars
/openbmc/linux/fs/efivarfs/
H A DMakefile6 obj-$(CONFIG_EFIVAR_FS) += efivarfs.o
8 efivarfs-objs := inode.o file.o super.o vars.o
H A DKconfig7 efivarfs is a replacement filesystem for the old EFI
12 here. The module will be called efivarfs.
/openbmc/linux/tools/testing/selftests/efivarfs/
H A DMakefile5 TEST_PROGS := efivarfs.sh
H A Defivarfs.sh26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/openbmc/openbmc/poky/meta/recipes-bsp/efivar/
H A Defivar_39.bb32 RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs"
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dinit86 mount -t efivarfs none /sys/firmware/efi/efivars
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst114 In order to store the AML code in an EFI variable the efivarfs filesystem can be
153 mount -t efivarfs none $EFIVARFS
162 # efivarfs expects all of the data in one write
/openbmc/linux/fs/
H A DMakefile128 obj-$(CONFIG_EFIVAR_FS) += efivarfs/
H A DKconfig289 source "fs/efivarfs/Kconfig"
/openbmc/linux/tools/testing/selftests/
H A DMakefile21 TARGETS += efivarfs