summaryrefslogtreecommitdiff
path: root/gnu/packages/efi.scm
Commit message (Collapse)AuthorAge
* gnu: sbsigntools: Update to 0.9.3.Tobias Geerinckx-Rice2020-02-16
| | | | * gnu/packages/efi.scm (sbsigntools): Update to 0.9.3.
* gnu: gnu-efi: Update to 3.0.11.Tobias Geerinckx-Rice2019-12-01
| | | | * gnu/packages/efi.scm (gnu-efi): Update to 3.0.11.
* gnu: efilinux: Set ARCH variable on some architectures.Efraim Flashner2019-02-12
| | | | | | | Even with this patch efilinux does not build for arm*. * gnu/packages/efi.scm (efilinux)[arguments]: On armhf-linux and aarch64-linux set the ARCH variable apropriately.
* gnu: efilinux: Fix indentation of source code.Danny Milosavljevic2019-02-04
| | | | | | Follow-up to 6adfcbeab1cbaf8ce6ff6f32aad5d72f94860cbb. * gnu/packages/efi.scm (efilinux): Fix indentation of source code.
* gnu: Add efilinux.Danny Milosavljevic2019-02-04
| | | | * gnu/packages/efi.scm (efilinux): New variable.
* gnu: Add efitools.Danny Milosavljevic2019-02-04
| | | | * gnu/packages/efi.scm (efitools): New variable.
* gnu: Add sbsigntools.Danny Milosavljevic2019-02-04
| | | | * gnu/packages/efi.scm (sbsigntools): New variable.
* gnu: Add gnu-efi.Danny Milosavljevic2019-02-04
* gnu/packages/efi.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.