aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/firmware.scm
Commit message (Collapse)AuthorAge
* gnu: b43-tools: Use make-flags.Efraim Flashner2023-10-31
| | | | | | | | * gnu/packages/firmware.scm (b43-tools)[arguments]: Add make-flags. Use make-flags in custom 'build and 'install phases. Remove trailing #t from phases. Change-Id: I8576351ecd571d191598943a2d143ab3e3e9da09
* gnu: fcode-utils: Fix cross-compilation.Zheng Junjie2023-10-26
| | | | | | | * gnu/packages/firmware.scm (fcode-utils) [arguments]: use STRIP-FOR-TARGET. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: make-opensbi-package: Set target to #false.Efraim Flashner2023-10-22
| | | | | * gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Set target to #false.
* gnu: openfwwf-firmware: Don't build for a specific target.Efraim Flashner2023-10-19
| | | | | * gnu/packages/firmware.scm (openfwwf-firmware)[arguments]: Set target to #f since we're building firmware files.
* gnu: ath9k-htc-firmware: Don't build for a specific target.Efraim Flashner2023-10-19
| | | | | * gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Set target to #f since we're building firmware files.
* gnu: Add ergodox-firmware-workman-p-kinesis-mod.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (ergodox-firmware-workman-p-kinesis-mod): New variable.
* gnu: Add ergodox-firmware-qwerty-kinesis-mod.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (ergodox-firmware-qwerty-kinesis-mod): New variable.
* gnu: Add ergodox-firmware-dvorak-kinesis-mod.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (ergodox-firmware-dvorak-kinesis-mod): New variable.
* gnu: Add ergodox-firmware-colemak-symbol-mod.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (ergodox-firmware-colemak-symbol-mod): New variable.
* gnu: Add ergodox-firmware-colemak-jc-mod.Maxim Cournoyer2023-10-10
| | | | | | | | * gnu/packages/firmware.scm (make-ergodox-firmware): New procedure (ergodox-firmware-colemak-jc-mod): New variable. * gnu/packages/patches/ergodox-firmware-fix-json-target.patch: New file. * gnu/packages/patches/ergodox-firmware-fix-numpad.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: Add qmk-firmware-ergodox-ez-dvorak-emacs-software.Maxim Cournoyer2023-10-10
| | | | | * gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak-emacs-software): New variable.
* gnu: Add qmk-firmware-ergodox-ez-dvorak-emacs.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak-emacs): New variable.
* gnu: Add qmk-firmware-ergodox-ez-dvorak.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak): New variable.
* gnu: Add qmk-firmware-ergodox-ez-hacker-dvorak.Maxim Cournoyer2023-10-10
| | | | | | | * gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-hacker-dvorak): New variable. * gnu/packages/patches/qmk-firmware-fix-hacker-dvorak.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add qmk-udev-rules.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (qmk-udev-rules): New variable.
* gnu: Add qmk-firmware-ergodox-ez-dvorak-42-key.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak-42-key): New variable.
* gnu: Add qmk-firmware-ergodox-ez-default.Maxim Cournoyer2023-10-10
| | | | | | | | | | * gnu/packages/firmware.scm (make-qmk-firmware/implementation) (make-qmk-firmware): New procedures. (qmk-firmware-ergodox-ez-default): New variable. Series-changes: 2 - Install firmware from root directory, not .build - Also honor .bin and .uf2 firmware file extensions
* gnu: qmk: Add many missing inputs and add more commands to PATH.Maxim Cournoyer2023-10-10
| | | | | | | | * gnu/packages/firmware.scm (qmk) [inputs]: Add bash-minimal, dfu-util, diffutils, gawk, gnu-make, grep and python. [arguments]: Add them to PATH in the wrapper in the wrap-path phase. Also capture avr-ar in the PATH. Add CROSS_C_INCLUDE_PATH and CROSS_LIBRARY_PATH to the wrapper.
* gnu: qmk: Use GCC 8 for the AVR toolchain.Maxim Cournoyer2023-10-10
| | | | | * gnu/packages/firmware.scm (qmk) [inputs]: Specify 'gcc-8' as the #:xgcc argument to the 'make-avr-toolchain' procedure.
* gnu: qmk: Avoid propagating inputs.Maxim Cournoyer2023-10-10
| | | | | | | | * gnu/packages/firmware.scm (qmk): [arguments]: New modules and phases arguments. [propagated-inputs]: Turn into... [inputs]: ... this. Add coreutils-minimal, sed and util-linux. [description]: Expound.
* gnu: qmk: Style.Maxim Cournoyer2023-10-10
| | | | * gnu/packages/firmware.scm (qmk): Apply 'guix style' changes.
* gnu: edk2-tools: Update to 202308.Maxim Cournoyer2023-09-25
| | | | | | | * gnu/packages/firmware.scm (edk2-tools): Update to 202308. [arguments] <make-flags>: Add CC. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Remove extraneous imports.Maxim Cournoyer2023-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild from the upcoming Guile. * gnu/packages/admin.scm: Remove extraneous imports. * gnu/packages/avr.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/firmware.scm: Likewise. * gnu/packages/linphone.scm: Likewise. * gnu/packages/telephony.scm: Likewise. * gnu/packages/cran.scm: Likewise. * gnu/packages/kde.scm: Likewise. * gnu/packages/libcanberra.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/mes.scm: Likewise. * gnu/packages/mingw.scm: Likewise. * gnu/packages/serialization.scm: Likewise. * gnu/packages/sync.scm: Likewise. * gnu/packages/syncthing.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/emulators.scm: Likewise. Reviewed-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qmk.Jean-Pierre De Jesus DIAZ2023-08-29
| | | | | | | * gnu/packages/firmware.scm (qmk): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
* gnu: opensbi: Remove configure-flags.Efraim Flashner2023-07-25
| | | | | | | The 'configure phase is removed and nothing uses it. * gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Remove configure-flags.
* gnu: opensbi: Update to 1.3.1.Efraim Flashner2023-07-25
| | | | * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.3.1.
* gnu: arm-trusted-firmware: Update to 2.9.Vagrant Cascadian2023-07-19
| | | | | | | * gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.9. (arm-trusted-firmware-imx8mq): Keep at version 2.8. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: seabios: Update to 1.16.2.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/firmware.scm (seabios): Update to 1.16.2.
* gnu: make-crust-package: Remove debugging left-overs.Maxim Cournoyer2023-07-08
| | | | | * gnu/packages/firmware.scm (make-crust-package) [arguments]: Remove pk call and commented error call.
* gnu: Add crust-pinebook and crust-pine64-plus.Vagrant Cascadian2023-07-07
| | | | | | | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf. gnu/packages/firmware.scm (make-crust-package, crust-pinebook) (crust-pine64-plus): New variables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxime Devos <maximedevos@telenet.be> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: opensbi: Update to 1.3.Vagrant Cascadian2023-07-04
| | | | * gnu/packages/firmware.scm (opensbi): Update to 1.3.
* gnu: eg25-manager: Patch reference to grep.Efraim Flashner2023-06-15
| | | | | * gnu/packages/firmware.scm (eg25-manager)[arguments]: Add a phase to patch the path to grep.
* gnu: eg25-manager: Update to 0.4.6.Efraim Flashner2023-06-15
| | | | * gnu/packages/firmware.scm (eg25-manager): Update to 0.4.6.
* gnu: opensbi: Remove input labels.Efraim Flashner2023-05-24
| | | | | * gnu/packages/firmware.scm (make-opensbi-package)[native-inputs]: Remove input labels.
* gnu: opensbi: Update to 1.2.Efraim Flashner2023-05-24
| | | | | | * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.2. [native-inputs]: Add python. [arguments]: Remove trailing #t from phases.
* gnu: fwupd: Update to 1.8.14.Josselin Poiret2023-04-28
| | | | | | | * gnu/packages/firmware.scm (fwupd): Update to 1.8.14. Also, change two files' timestamp because they are zipped up by Python. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: opensbi: Build with default gcc, with microarch rv64g.Josselin Poiret2023-03-26
| | | | | | | | * gnu/packages/firmware.scm (make-opensbi-package): Remove specific #:xgcc for the cross-toolchain, there is not reason for it now. Also set the microarch to rv64g, so that it builds. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: make-openbios-package: Enable building from aarch64, riscv64.Efraim Flashner2023-03-09
| | | | | | | | * gnu/packages/firmware.scm (make-openbios-package)[source]: Add patch to correctly detect aarch64 and riscv64 build hosts. (openbios-qemu-ppc)[arguments]: Remove aarch64 workaround for #:system. * gnu/packages/patches/openbios-aarch64-riscv64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: make-openbios-package: Enable setting configure-flags.Efraim Flashner2023-03-09
| | | | | * gnu/packages/firmware.scm (make-openbios-package)[arguments]: Adjust custom 'configure phase to apply configure-flags.
* gnu: make-openbios-package: Update to 1.1-1.af97fd7.Efraim Flashner2023-02-20
| | | | | | | | | * gnu/packages/firmware.scm (make-openbios-package): Update to 1.1-1.af97fd7. [source]: Remove patch. [native-inputs]: Build with gcc-10. Add fcode-utils. * gnu/packages/patches/openbios-gcc-warnings.patch: Remove file. * ngu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add fcode-utils.Efraim Flashner2023-02-20
| | | | * gnu/packages/firmware.scm (fcode-utils): New variable.
* gnu: sgabios: Don't build for a specific target.Efraim Flashner2023-02-08
| | | | | * gnu/packages/firmware.scm (sgabios)[arguments]: Set target to #f since we're building a firmware file.
* gnu: seabios: Don't build for a specific target.Efraim Flashner2023-02-08
| | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Set target to #f since we're producing a firmware file.
* gnu: openbios-qemu-ppc: Don't build for a specific target.Efraim Flashner2023-02-08
| | | | | * gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: Set target to #f since we're producing a firmware file and not a binary.
* gnu: openbios-qemu-ppc: Fix building on aarch64-linux.Efraim Flashner2023-02-08
| | | | | * gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: When building from aarch64-linux build for armhf-linux.
* gnu: make-arm-trusted-firmware: Simplify build.Maxim Cournoyer2023-01-18
| | | | | | | | | | | | | Reuse knowledge from recent U-Boot modifications to streamline the package definition. * gnu/packages/firmware.scm (make-arm-trusted-firmware): Change optional argument ARCH to keyword TRIPLET. Default to aarch64-linux-gnu. [arguments]: Use gexps. Add a #:target argument. Streamline how the CROSS_COMPILE make flag is computed. [native-inputs]: Delete field. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ovmf-arm: Fix syntax error on armhf-linux.Marius Bakke2023-01-13
| | | | | * gnu/packages/firmware.scm (ovmf-arm)[arguments]: Don't add an empty set-env phase when building for armhf-linux.
* gnu: ovmf-aarch64: Fix syntax error on aarch64-linux.Marius Bakke2023-01-13
| | | | | * gnu/packages/firmware.scm (ovmf-aarch64)[arguments]: Don't add an empty set-env phase when building for aarch64.
* gnu: ath9k-htc-firmware: Fix deprecation warnings.Maxim Cournoyer2023-01-05
| | | | | * gnu/packages/firmware.scm (ath9k-htc-firmware): Invoke cross-binutils using keyword arguments.
* gnu: Add opensbi-qemu.Marius Bakke2022-12-25
| | | | * gnu/packages/firmware.scm (opensbi-qemu): New variable.