summaryrefslogtreecommitdiff
path: root/gnu/packages/bootloaders.scm
Commit message (Collapse)AuthorAge
...
* gnu: u-boot-versatilepb: Remove package.Danny Milosavljevic2018-05-12
| | | | * gnu/packages/bootloaders.scm (u-boot-versatilepb): Delete variable.
* gnu: u-boot-pine64-plus: Use bundled dtc.Danny Milosavljevic2018-05-12
| | | | | * gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases> [set-environment]: Use bundled dtc.
* gnu: make-u-boot-package: Print errors to (current-error-port).Danny Milosavljevic2018-05-12
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Print errors to (current-error-port).
* gnu: make-u-boot-package: Sort printed configurations.Danny Milosavljevic2018-05-12
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed configurations.
* gnu: u-boot: Add our dtc.Danny Milosavljevic2018-05-12
| | | | * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
* gnu: u-boot: Update to 2018.05.Vagrant Cascadian2018-05-12
| | | | | | * gnu/packages/bootloaders.scm (u-boot): Update to 2018.05. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* system: Add u-boot-novena installer.Vagrant Cascadian2018-05-11
| | | | | | | | | * gnu/packages/bootloaders.scm (u-boot-novena): New variable. * gnu/bootloader/u-boot.scm (u-boot-novena-bootloader): New exported variable. * gnu/system/install.scm (novena-installation-os): New exported variable.
* gnu: Add u-boot-mx6cuboxi.Vagrant Cascadian2018-04-29
| | | | * gnu/packages/bootloaders.scm (u-boot-mx6cuboxi): New variable.
* gnu: Add u-boot-wandboard.Vagrant Cascadian2018-04-29
| | | | * gnu/packages/bootloaders.scm (u-boot-wandboard): New variable.
* gnu: make-u-boot-package: Install 'SPL' files also.Vagrant Cascadian2018-04-29
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add 'SPL' files to the files installed during custom 'install phase.
* gnu: qemu: Build with Python 3 and SDL2 support.Rutger Helling2018-04-26
| | | | | | | | | | | | | * gnu/packages/bootloaders.scm (qemu-minimal-2.10): Remove variable. * gnu/packages/virtualization.scm (qemu)[inputs]: Use sdl2 instead of sdl. [native-inputs]: Use python-wrapper instead of python@2. * gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove sdl2 instead of sdl from inherited packages. * gnu/packages/virtualization.scm (qemu-minimal-2.10): Add variable. [native-inputs]: Remove python-wrapper from inherited packages and use python@2 instead. * gnu/packages/debug.scm (american-fuzzy-lop): Inherit from moved hidden-package qemu-minimal-2.10.
* gnu: u-boot-odroid-c2: Remove variable.Efraim Flashner2018-04-19
| | | | | | U-boot for this target requires a binary blob to boot correctly. * gnu/packages/bootloaders.scm (u-boot-odroid-c2): Remove variable.
* gnu: Add u-boot-pine64-plus.Efraim Flashner2018-03-24
| | | | * gnu/packages/bootloaders.scm (u-boot-pine64-plus): New variable.
* gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.Efraim Flashner2018-03-24
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add 'itb' and 'dtb' files to the files installed during custom 'install phase.
* gnu: Fix common unquote typos.Tobias Geerinckx-Rice2018-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works). Fix such typos for the proper edification of our young. * gnu/packages/android.scm: Move unquotes to their operands. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/build-tools.scm: Likewise. * gnu/packages/chemistry.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/connman.scm: Likewise. * gnu/packages/django.scm: Likewise. * gnu/packages/emulators.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/file-systems.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gimp.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/graphics.scm: Likewise. * gnu/packages/haskell.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/julia.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lua.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/make-bootstrap.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/qt.scm: Likewise. * gnu/packages/ratpoison.scm: Likewise. * gnu/packages/sdl.scm: Likewise. * gnu/packages/sml.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/text-editors.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/virtualization.scm: Likewise. * gnu/packages/vulkan.scm: Likewise. * gnu/packages/wget.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise. * gnu/packages/xorg.scm: Likewise.
* gnu: american-fuzzy-lop: Change custom qemu input.Efraim Flashner2018-02-22
| | | | | | | | * gnu/packages/debug.scm (american-fuzzy-lop)[inputs]: Custom-qemu now inherits from private qemu-minimal-2.10. * gnu/packages/bootloaders.scm (qemu-minimal-2.10): Add note to move variable to gnu/packages/debug.scm when no longer needed in bootloaders.scm.
* gnu: grub: Run tests against Qemu 2.10.Marius Bakke2018-02-20
| | | | | * gnu/packages/bootloaders.scm (qemu-minimal-2.10): New variable. (grub)[native-inputs]: Replace QEMU-MINIMAL with QEMU-MINIMAL-2.10.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-14
|\
| * system: make-u-boot-package: Install configuration file.Danny Milosavljevic2018-02-13
| | | | | | | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration file.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-03
|\|
| * gnu: u-boot: Remove surplus flag in 'install phase.Efraim Flashner2018-02-02
| | | | | | | | | | * gnu/packages/bootloaders.scm (u-boot)[arguments]: Remove 'make-flags key from custom 'install phase.
* | Merge branch 'master' into core-updatesMarius Bakke2018-02-01
|\|
| * gnu: u-boot: Use newer GCC even during native compiles.Efraim Flashner2018-01-28
| | | | | | | | | | * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add gcc-7 even when not cross-compiling.
* | gnu: grub: Add pkg-config to native-inputs.Mark H Weaver2018-01-29
|/ | | | * gnu/packages/bootloaders.scm (grub)[native-inputs]: Add pkg-config.
* system: Add A20 OLinuXino LIME installer.Danny Milosavljevic2018-01-22
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-lime-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-lime): New exported variable. * gnu/system/install.scm (a20-olinuxino-lime-installation-os): New exported variable.
* system: Add Nintendo NES Classic Edition installer.Danny Milosavljevic2018-01-20
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-nintendo-nes-classic-edition-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-nintendo-nes-classic-edition): New exported variable. * gnu/system/install.scm (nintendo-nes-classic-edition-installation-os): New exported variable.
* system: make-u-boot-package: Replace underscores by dashes in package name.Danny Milosavljevic2018-01-20
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Replace underscores by dashes in package name.
* system: Add A20 OLinuXino MICRO installer.Danny Milosavljevic2018-01-20
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-micro-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-micro): New exported variable. * gnu/system/install.scm (a20-olinuxino-micro-installation-os): New exported variable.
* system: Add A20 OLinuXino LIME2 installer.Danny Milosavljevic2018-01-20
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-lime2-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-lime2): New exported variable. * gnu/system/install.scm (a20-olinuxino-lime2-emmc-installation-os): New exported variable.
* gnu: u-boot: Update to 2018.01.Danny Milosavljevic2018-01-20
| | | | | | | * gnu/packages/bootloaders.scm (define-module): Import (gnu packages gcc). (u-boot): Update to 2018.01. [native-inputs]: Add swig. Remove dtc. (make-u-boot-package): Use gcc-7.
* system: Add Banana Pi M2 Ultra installer.Danny Milosavljevic2018-01-20
| | | | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-banana-pi-m2-ultra-bootloader): New exported variable. (install-allwinner-u-boot): New variable. (u-boot-allwinner-bootloader): New variable. * gnu/packages/bootloaders.scm (u-boot-banana-pi-m2-ultra): New exported variable. * gnu/system/install.scm (banana-pi-m2-ultra-installation-os): New exported variable.
* gnu: dtc: Update to 1.4.6.Tobias Geerinckx-Rice2018-01-12
| | | | | | | | * gnu/packages/bootloaders.scm (dtc): Update to 1.4.6. [source]: Remove both patches. * gnu/packages/patches/dtc-format-modifier.patch: Delete file. * gnu/packages/patches/dtc-32-bits-check.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove both.
* gnu: grub-hybrid: Don't try to install files that already exist.Efraim Flashner2018-01-10
| | | | | * gnu/packages/bootloaders.scm (grub-hybrid)[arguments]: Check if a file already exists in the destination directory before installing it.
* gnu: Add vboot-utils.Marius Bakke2018-01-08
| | | | * gnu/packages/bootloaders.scm (vboot-utils): New public variable.
* gnu: u-boot: Update to 2017.11.Efraim Flashner2017-12-03
| | | | * gnu/packages/bootloaders.scm (u-boot): Update to 2017.11.
* gnu: dtc: Fix build on 32 bits platforms.Mathieu Othacehe2017-11-30
| | | | | | | | * gnu/packages/bootloaders.scm (dtc)[patches]: Add dtc-32-bits-check.patch and dtc-format-modifier.patch to fix build and tests on 32 bits platforms. * gnu/packages/patches/dtc-32-bits-check.patch : New file. * gnu/packages/patches/dtc-format-modifier.patch : New file. * gnu/local.mk (dist_patch_DATA): Add two above patches.
* gnu: grub-efi: Disable tests on all platforms.Efraim Flashner2017-11-30
| | | | | | | | | This is a follow-up to 56f0feb6781e3680541d7adc21d6b3b4746a33ca and 63087721bb54a14dc04ec424474386ae98f7771b, which accidentally enabled tests for grub-efi on other platforms. * gnu/packages/bootloaders.scm (grub-efi)[arguments]: Override inherited tests field and disable on all platforms.
* gnu: grub :Disable tests on aarch64.Efraim Flashner2017-11-29
| | | | | * gnu/packages/bootloaders.scm (grub)[arguments]: Add aarch64 to the architectures where the test suite is not run.
* gnu: grub: Disable tests on ARM platforms.Mathieu Othacehe2017-11-29
| | | | | * gnu/packages/bootloaders (grub): Disable tests on ARM platforms. Half of the tests are failing on ARM.
* gnu: syslinux: Add explicit dependency on mtools.Ludovic Courtès2017-11-16
| | | | | | | | | Suggested by Adam Van Ymeren <adam@vany.ca> at <https://bugs.gnu.org/28974>. * gnu/packages/bootloaders.scm (syslinux)[inputs]: Add MTOOLS. [ARGUMENTS]: In 'patch-files' phase, patch references to 'mcopy' and 'mattrib'.
* gnu: u-boot: Only install 'MLO' output if it exists.Efraim Flashner2017-11-06
| | | | | * gnu/packages/bootloaders.scm (u-boot)[arguments]: Add 'MLO' to uboot-files only if it has been built.
* bootloaders: uboot: Add .img and MLO files to binary outputs.Mathieu Othacehe2017-11-06
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files as binary output.
* gnu: uboot: Fix same-arch? check.Mathieu Othacehe2017-11-06
| | | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Compare %current-system to system associated to given triplet. Comparing a system and a triplet didn't make sense.
* gnu: dtc: Build python bindings.Efraim Flashner2017-11-06
| | | | | | | * gnu/packages/bootloaders.scm (dtc)[native-inputs]: Add swig. [inputs]: Add python-2. [arguments]: Remove 'NO_PYTHON' from make-flags, add 'SETUP_PREFIX' to set python bindings prefix.
* gnu: dtc: Update to 1.4.5.Efraim Flashner2017-11-06
| | | | | * gnu/packages/bootloaders.scm (dtc): Update to 1.4.5. [arguments]: Add NO_PYTHON flag to make-flags.
* gnu: Add os-prober.Arun Isaac2017-09-14
| | | | * gnu/packages/bootloaders.scm (os-prober): New variable.
* Merge branch 'master' into core-updatesMark H Weaver2017-08-07
|\
| * gnu: make-u-boot-package: Don't unnecessarily cross-compile.Efraim Flashner2017-08-06
| | | | | | | | | | | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Only use cross-gcc and cross-binutils if compiling for a different architecture. [arguments]: Only use cross compiling make-flags if cross compiling.
* | Merge branch 'master' into core-updatesMark H Weaver2017-08-06
|\|
| * gnu: Add grub-hybrid.Danny Milosavljevic2017-08-03
| | | | | | | | * gnu/packages/bootloaders.scm (grub-hybrid): New variable.