Git Product home page Git Product logo

fwupd-efi-1's Introduction

EFI executable for fwupd

This repository contains the source used for the fwupd project to generate a UEFI binary for installing updates using the UpdateCapsule runtime service.

It was originally imported from the combined fwupd project, and is now maintained separately to allow fwupd userspace releases and fwupd-efi UEFI executable releases to follow a different cadence.

Compatibility

1.1.x through 1.5.x

This UEFI executable is compatible will all fwupd releases from 1_1_X and newer. In these fwupd sustaining releases, the EFI source continues to be distributed, but a new fwupd meson build option -Defi_binary=false is introduced which will allow disabling the compilation of built-in fwupd EFI binary.

1.6.x and newer

The fwupd EFI source has been removed from the releases and is now distributed by this repository.

Hand-building fwupd will perform a subproject checkout of fwupd-efi and build the binary at the same time.

All packagers should generate separate source packages for fwupd and fwupd-efi. In the fwupd package, the subproject behavior should be explicitly disabled using -Defi_binary=false.

Standalone compilation

fwupd-efi uses the meson system to build EFI executables. Install gnu-efi and then follow these instructions to build and install locally:

meson build
ninja -C build
ninja -C build install

UEFI SBAT Support

The packager should also specify the SBAT metadata required for the secure boot revocation support. See the specification for more information.

Typically, this will be set as part of the packager build script, e.g.

    -Defi_sbat_distro_id="fedora" \
    -Defi_sbat_distro_summary="The Fedora Project" \
    -Defi_sbat_distro_pkgname="%{name}" \
    -Defi_sbat_distro_version="%{version}" \
    -Defi_sbat_distro_url="https://src.fedoraproject.org/rpms/%{name}" \

fwupd-efi-1's People

Contributors

abhijeet2096 avatar aleksander0m avatar archangegabriel avatar artur-rs avatar asiderr avatar bleungatchromium avatar chrisccoulson avatar cjmayo avatar derekstavis avatar diabonas avatar djcampello avatar erickoegel avatar ericonr avatar gicmo avatar gmbr3 avatar hadess avatar hughsie avatar ivanhu5866 avatar joeyli avatar jtojnar avatar julianliu avatar lcp avatar martinezjavier avatar pwithnall avatar queuecumber avatar rossburton avatar sergiidmytruk avatar superm1 avatar vanillajonathan avatar vathpela avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.