summaryrefslogtreecommitdiff
path: root/gnu/packages/firmware.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: make-openbios-package: Enable building from aarch64, riscv64.Efraim Flashner2023-03-091-6/+2
| | | | | | | | * 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-091-2/+3
| | | | | * 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-201-8/+10
| | | | | | | | | * 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-201-0/+40
| | | | * gnu/packages/firmware.scm (fcode-utils): New variable.
* gnu: sgabios: Don't build for a specific target.Efraim Flashner2023-02-081-0/+1
| | | | | * 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-081-0/+1
| | | | | * 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-081-0/+2
| | | | | * 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-081-1/+6
| | | | | * 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-181-64/+52
| | | | | | | | | | | | | 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-131-5/+5
| | | | | * 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-131-5/+5
| | | | | * 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-051-3/+6
| | | | | * gnu/packages/firmware.scm (ath9k-htc-firmware): Invoke cross-binutils using keyword arguments.
* gnu: Add opensbi-qemu.Marius Bakke2022-12-251-0/+24
| | | | * gnu/packages/firmware.scm (opensbi-qemu): New variable.
* gnu: opensbi: Use the same source file name regardless of variant.Marius Bakke2022-12-251-1/+1
| | | | | * gnu/packages/firmware.scm (make-opensbi-package)[source](file-name): Don't use the NAME variable which changes depending on the variant.
* gnu: Add openbios-qemu-ppc.Marius Bakke2022-12-251-0/+76
| | | | | | | * gnu/packages/firmware.scm (make-openbios-package): New procedure. (openbios-qemu-ppc): New variable. * gnu/packages/patches/openbios-gcc-warnings.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: sgabios: Fix build on cross-build architectures.Efraim Flashner2022-12-231-1/+3
| | | | | * gnu/packages/firmware.scm (sgabios)[arguments]: When cross-building add a make-flag to use the correct objcopy.
* gnu: Add sgabios.Marius Bakke2022-12-221-0/+53
| | | | * gnu/packages/firmware.scm (sgabios): New variable.
* gnu: Install QEMU firmare files to 'share/qemu'.Marius Bakke2022-12-221-1/+1
| | | | | | | | | This paves the way for using a native search path in the future. * gnu/packages/bootloaders.scm (ipxe-qemu)[arguments]: Install firmware files to 'share/qemu' instead of 'share/firmware'. * gnu/packages/firmware.scm (seabios-qemu)[arguments]: Likewise. * gnu/packages/virtualization.scm (qemu)[arguments]: Adjust accordingly.
* gnu: SeaBIOS: Split QEMU variants out to separate package.Marius Bakke2022-12-221-85/+108
| | | | | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Move custom build and install phases out to ... (seabios-qemu): ... this new variable. * gnu/packages/virtualization.scm (qemu)[inputs]: Change from SEABIOS to SEABIOS-QEMU.
* gnu: seabios: Enable for all architectures.Efraim Flashner2022-12-211-4/+19
| | | | | | | | | * gnu/packages/firmware.scm (seabios)[native-inputs]: When not building from an i686-linux or x86_64-linux machine add cross-gcc and cross-binutils for i686-linux-gnu. [arguments]: When not building from an i686-linux or x86_64-linux machine adjust the Makefile to find the cross build tools needed. [supported-architectures]: Remove field.
* gnu: seabios: Limit to i686-linux and x86_64-linux.Efraim Flashner2022-12-201-0/+1
| | | | * gnu/packages/firmware.scm (seabios)[supported-systems]: New field.
* gnu: Add edk2-tools.Marius Bakke2022-12-201-0/+64
| | | | * gnu/packages/firmware.scm (edk2-tools): New variable.
* gnu: SeaBIOS: Prettify version string.Marius Bakke2022-12-191-4/+6
| | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Display version as "1.16.1/GNU Guix" instead of "1.16.1-guix".
* gnu: SeaBIOS: Build in parallel.Marius Bakke2022-12-191-1/+2
| | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Use N-PAR-FOR-EACH to build the various targets.
* gnu: SeaBIOS: Build more BIOSen.Marius Bakke2022-12-191-38/+65
| | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Build the "128k" and "microvm" BIOSen expected by QEMU. Fix installation of vgabios.
* gnu: SeaBIOS: Remove pre-generated code.Marius Bakke2022-12-191-2/+13
| | | | | | * gnu/packages/firmware.scm (seabios)[source](modules, snippet): New fields. [native-inputs]: Add ACPICA. [arguments]: Add build-iasl phase.
* gnu: SeaBIOS: Use G-expression.Marius Bakke2022-12-191-59/+60
| | | | * gnu/packages/firmware.scm (seabios)[arguments]: Rewrite as gexp.
* gnu: SeaBIOS: Simplify build.Marius Bakke2022-12-171-3/+1
| | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Don't install bios.bin twice. Drop redundant append step.
* gnu: SeaBIOS: Build verbosely.Marius Bakke2022-12-171-1/+2
| | | | * gnu/packages/firmware.scm (seabios)[arguments]: Add "V=1" to #:make-flags.
* gnu: SeaBIOS: Update to 1.16.1.Marius Bakke2022-12-171-2/+2
| | | | * gnu/packages/firmware.scm (seabios): Update to 1.16.1.
* gnu: arm-trusted-firmware: Remove blobs in a snippet.Efraim Flashner2022-11-241-7/+8
| | | | | | * gnu/packages/firmware.scm (make-arm-trusted-firmware)[source]: Add snippet to remove binary blobs. [arguments]: Remove related phase.
* gnu: arm-trusted-firmware: Update to 2.8.Efraim Flashner2022-11-241-7/+6
| | | | | * gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.8. [arguments]: Remove trailing #t from phases. Clean up regexes.
* gnu: fwupd: Move some inputs to propagated-inputs.Petr Hodina2022-11-211-8/+9
| | | | | | | * gnu/packages/firmware.scm (fwupd)[propagated-inputs]: Move curl, gcab, glib, gusb, libarchive, gnutls, json-glib and libjcat here from inputs. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: fwupd: Disable remotes by default.Maxim Cournoyer2022-09-011-26/+40
| | | | | | * gnu/packages/firmware.scm (fwupd) [configure-flags]: Add "-Dlvfs=disabled". [phases]{ensure-all-remotes-are-disabled}: New phase.
* gnu: Add fwupd.Petr Hodina2022-08-311-2/+107
| | | | | | * gnu/packages/firmware.scm (fwupd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove ‘open source’ from package descriptions.Tobias Geerinckx-Rice2022-08-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | Also do some (trivial) editing where appropriate. * gnu/packages/bioconductor.scm (r-anaquin, r-rcppnumerical) [description]: Remove superfluous ‘open source’. * gnu/packages/debian.scm (apt-mirror)[description]: Likewise. Add @acronym{}. Drop obscure Ubuntu for famous Trisquel. Reorder. * gnu/packages/documentation.scm (scrollkeeper)[description]: Remove superfluous ‘open systems’. Keep ‘Open Source’ in standard name. * gnu/packages/engineering.scm (freecad, cura-engine)[description]: Remove superfluous ‘open source’ and excessive puffery. * gnu/packages/firmware.scm (make-opensbi-package) [synopsis]: Remove ‘Open Source’. Use @acronym{}. [description]: Fix first sentence to follow guidelines. Use @acronym{}. * gnu/packages/game-development.scm (ioquake3, recastnavigation): [description]: Remove ‘open source’. * gnu/packages/graphics.scm (skia)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[description]: Likewise. * gnu/packages/machine-learning.scm (onnx)[description]: Likewise. Use @acronym{}. * gnu/packages/ocaml.scm (ocaml-cudf)[description]: Likewise.
* gnu: opensbi: Update to 1.1.Vagrant Cascadian2022-06-301-2/+2
| | | | * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.1.
* gnu: ovmf: Use gexps.Maxim Cournoyer2022-06-161-139/+131
| | | | | | | | | | | | * gnu/packages/firmware.scm (edk2-commit, edk2-version) (edk2-origin): Delete variables. (ovmf)[source]: Define here; it's the only user of it so far. [native-inputs]: Move below arguments. [phases]: Use gexps. Delete trailing #t. {patch-source}: New phase. {configure}: Use 'invoke' to execute the 'edksetup.sh' script; delete associated FIXME comment. (ovmf-aarch64, ovmf-arm): Adjust accordingly.
* gnu: make-opensbi-package: Fix native building.Efraim Flashner2022-02-071-1/+1
| | | | | * gnu/packages/firmware.scm (make-opensbi-package)[arguments]: When not cross-compiling set CC to gcc.
* gnu: arm-trusted-firmware-rk3399: Remove input labels.Marius Bakke2022-01-181-3/+4
| | | | | * gnu/packages/firmware.scm (arm-trusted-firmware-rk3399)[native-inputs]: Use (modify-inputs ...).
* gnu: arm-trusted-firmware: Remove input labels.Marius Bakke2022-01-181-10/+11
| | | | | * gnu/packages/firmware.scm (make-arm-trusted-firmware)[native-inputs]: Remove labels.
* gnu: Add arm-trusted-firmware-imx8mq.Marius Bakke2022-01-181-1/+12
| | | | * gnu/packages/firmware.scm (arm-trusted-firmware-imx8mq): New public variable.
* gnu: arm-trusted-firmware: Use the default compiler.Marius Bakke2022-01-181-7/+3
| | | | | * gnu/packages/firmware.scm (make-arm-trusted-firmware)[native-inputs]: Remove GCC-9.
* gnu: eg25-manager: Update to 0.4.2.Tobias Geerinckx-Rice2022-01-091-2/+2
| | | | * gnu/packages/firmware.scm (eg25-manager): Update to 0.4.2.
* gnu: opensbi: Update URLs.Vagrant Cascadian2021-12-301-2/+2
| | | | | * gnu/packages/firmware.scm (make-opensbi-package)[source]: Update URL. [home-page]: Likewise.
* gnu: opensbi: Update to 1.0.Vagrant Cascadian2021-12-301-7/+4
| | | | | | * gnu/packages/firmware.scm (make-opensbi-package): Update to 1.0. (opensbi-generic): New variable. (opensbi-qemu-generic, opensbi-sifive-fu540): Remove obsolete variables.
* gnu: make-opensbi-package: Adjust installed files.Efraim Flashner2021-12-301-1/+1
| | | | | | | * gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Adjust custom 'install phase to install more files. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
* gnu: arm-trusted-firmware: Update to 2.6.Vagrant Cascadian2021-12-301-2/+2
| | | | * gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.6.
* gnu: seabios: Build vgabios targets.Marius Bakke2021-12-231-1/+43
| | | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Add new phase to build various vgabiosen. While at it, create a "bios-256k.bin" as expected by QEMU.
* gnu: seabios: Encode version information in the binary.Marius Bakke2021-12-231-1/+8
| | | | | | | | ...to make the build deterministic. * gnu/packages/firmware.scm (seabios)[arguments]: Create a ".version" file as expected by the build system. While at it, set EXTRAVERSION as recommended by upstream.