ubootRaspberryPi4*: init at 2020.10

wip/yesman
Samuel Dionne-Riel 4 years ago committed by Milan
parent 7f23d3e519
commit 95cd8c8d7b
  1. 12
      pkgs/misc/uboot/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -314,6 +314,18 @@ in {
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi4_32bit = buildUBoot {
defconfig = "rpi_4_32b_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi4_64bit = buildUBoot {
defconfig = "rpi_4_defconfig";
extraMeta.platforms = ["aarch64-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPiZero = buildUBoot {
defconfig = "rpi_0_w_defconfig";
extraMeta.platforms = ["armv6l-linux"];

@ -19398,6 +19398,8 @@ in
ubootRaspberryPi2
ubootRaspberryPi3_32bit
ubootRaspberryPi3_64bit
ubootRaspberryPi4_32bit
ubootRaspberryPi4_64bit
ubootRaspberryPiZero
ubootRock64
ubootRockPi4

Loading…
Cancel
Save