U-Boot: Build for the Raspberry Pi 2 & 3

wip/yesman
Tuomas Tynkkynen 8 years ago committed by Tuomas Tynkkynen
parent 428b51dd2f
commit 4108e0324e
  1. 12
      pkgs/misc/uboot/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -92,6 +92,18 @@ in rec {
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi2 = buildUBoot rec {
defconfig = "rpi_2_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi3 = buildUBoot rec {
defconfig = "rpi_3_32b_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
};
# Intended only for QEMU's vexpress-a9 emulation target!
ubootVersatileExpressCA9 = buildUBoot rec {
defconfig = "vexpress_ca9x4_defconfig";

@ -11405,6 +11405,8 @@ in
ubootJetsonTK1
ubootPcduino3Nano
ubootRaspberryPi
ubootRaspberryPi2
ubootRaspberryPi3
ubootVersatileExpressCA9
ubootWandboard
;

Loading…
Cancel
Save