fwupd/plugins/uefi
2018-10-18 19:31:04 +01:00
..
efi uefi: Don't override _FORTIFY_SOURCE when building the EFI binary 2018-08-08 20:16:53 +01:00
tests uefi: Rename all intermediary files and UEFI variables to prefix fwupd 2018-07-10 10:45:39 -05:00
fu-plugin-uefi.c uefi: Set the quirks on created devices 2018-10-18 19:31:04 +01:00
fu-self-test.c trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-ucs2.c trivial: Ensure all source files include config.h 2018-08-09 14:21:23 +01:00
fu-ucs2.h Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-uefi-bgrt.c trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-uefi-bgrt.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-uefi-bootmgr.c uefi: Allow upgrades using a self-signed fwupd.efi binary 2018-08-23 14:30:04 +01:00
fu-uefi-bootmgr.h uefi: Allow upgrades using a self-signed fwupd.efi binary 2018-08-23 14:30:04 +01:00
fu-uefi-common.c uefi: Check the amount of free space on the ESP 2018-09-12 13:56:02 +01:00
fu-uefi-common.h uefi: Check the amount of free space on the ESP 2018-09-12 13:56:02 +01:00
fu-uefi-device.c uefi: Set the quirks on created devices 2018-10-18 19:31:04 +01:00
fu-uefi-device.h uefi: Move the TPM unlocking functionality from the Dell to UEFI plugin 2018-10-10 14:30:49 +01:00
fu-uefi-tool.c uefi: Check the amount of free space on the ESP 2018-09-12 13:56:02 +01:00
fu-uefi-update-info.c trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-uefi-update-info.h trivial: Remove duplicate header includes 2018-09-04 08:22:39 -05:00
fu-uefi-vars.c trivial: uefi: fix a signed vs unsigned issue 2018-09-07 23:32:03 -05:00
fu-uefi-vars.h Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
meson.build Add version format quirks for several Lenovo machines 2018-10-18 19:31:04 +01:00
README.md uefi: Do not link against libfwup 2018-06-28 15:51:11 +01:00
uefi.conf uefi: Check the amount of free space on the ESP 2018-09-12 13:56:02 +01:00
uefi.quirk Add version format quirks for several Lenovo machines 2018-10-18 19:31:04 +01:00

UEFI Support

Introduction

The Unified Extensible Firmware Interface (UEFI) is a specification that defines the software interface between an OS and platform firmware. With the UpdateCapsule boot service it can be used to update system firmware.

If you don't want or need this functionality you can use the -Dplugin_uefi=false option.

UEFI Unlock Support

On some Dell systems it is possible to turn on and off UEFI capsule support from within the BIOS. This functionality can also be adjusted from within the OS by fwupd. This requires compiling with libsmbios support.

When fwupd has been compiled with this support you will be able to enable UEFI support on the device by using the unlock command.

Custom EFI System Partition

Since version 1.1.0 fwupd will autodetect the ESP when it is mounted on /boot/efi, /boot, or /efi. A custom EFI system partition location can be used by modifying OverrideESPMountPoint in /etc/fwupd/uefi.conf.

Setting an invalid directory will disable the fwupd plugin.