guix/gnu
Lilah Tascheter d43e1a34ad
gnu: bootloader: Add Raspberry Pi bootloader.
Less adding and more making it an actual bootloader rather than some
weirdly specified packages.  The GRUB EFI bootloader can be recreated by
combining a Raspberry Pi bootloader with grub-efi.

* gnu/bootloader.scm (efi-bootloader-profile, efi-bootloader-chain):
Delete procedures.
* gnu/bootloader/u-boot.scm (rpi-config, install-rpi,
make-u-boot-rpi-bootloader): New procedures.
(u-boot-rpi-2-bootloader, u-boot-rpi-3-bootloader,
u-boot-rpi-4-bootloader, u-boot-rpi-bootloader): New variables.
* gnu/packages/bootloaders.scm (make-u-boot-bin-package): Delete
procedure.
(%u-boot-rpi-efi-description, %u-boot-rpi-efi-description-32-bit,
u-boot-rpi-2-efi, u-boot-rpi-3-32b-efi, u-boot-rpi-4-32b-efi,
u-boot-rpi-arm64-efi, u-boot-rpi-2-bin, u-boot-rpi-3_32b-bin,
u-boot-rpi-4_32b-bin, u-boot-rpi-arm64-bin, u-boot-rpi-2-efi-bin,
u-boot-rpi-3-32b-efi-bin, u-boot-rpi-4-32b-efi-bin,
u-boot-rpi-arm64-efi-bin): Delete variables.
* gnu/packages/raspberry-pi.scm (grub-efi-bootloader-chain-raspi-64):
Delete procedure.
* gnu/system/examples/raspberry-pi-64-nfs-root.tmpl (bootloader),
gnu/system/examples/raspberry-pi-64.tmpl (bootloader): Use new target
system.

Change-Id: I5139a0b00ec89189e8e7c84e06a7a3b7240259cd
2024-10-08 10:36:39 -04:00
..
bootloader gnu: bootloader: Add Raspberry Pi bootloader. 2024-10-08 10:36:39 -04:00
build gnu: Core bootloader changes. 2024-10-08 10:36:38 -04:00
home home: xdg-mime-applications: Fix file name spelling. 2024-09-29 22:21:34 +08:00
installer gnu: bootloader: Update bootloader-configuration targets field. 2024-10-08 10:36:38 -04:00
machine gnu: Core bootloader changes. 2024-10-08 10:36:38 -04:00
packages gnu: bootloader: Add Raspberry Pi bootloader. 2024-10-08 10:36:39 -04:00
services services: Extend udev rules in joycond-service-type. 2024-10-07 01:20:22 +09:00
system gnu: bootloader: Add Raspberry Pi bootloader. 2024-10-08 10:36:39 -04:00
tests gnu: bootloader: extlinux: Rewrite completely. 2024-10-08 10:36:39 -04:00
artwork.scm
bootloader.scm gnu: bootloader: Add Raspberry Pi bootloader. 2024-10-08 10:36:39 -04:00
ci.scm
compression.scm
home.scm
image.scm gnu: bootloader: Install any bootloader to ESP. 2024-10-08 10:36:37 -04:00
installer.scm installer: Use the latest ‘iso-codes’. 2024-09-28 12:55:54 +02:00
local.mk Move <boot-parameters> record to a separate file. 2024-10-08 10:36:34 -04:00
machine.scm
packages.scm
services.scm services: cleanup: Reintroduce explicit ‘chmod’ calls. 2024-09-25 17:53:53 +02:00
system.scm gnu: Core bootloader changes. 2024-10-08 10:36:38 -04:00
tests.scm