U-Boot: Add Pine64 build

wip/yesman
Tuomas Tynkkynen 6 years ago
parent 2ff31f71ae
commit 4b77663edf
  1. 8
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -167,6 +167,14 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootPine64 = buildUBoot rec {
extraPatches = [sunxiPatch];
defconfig = "pine64_plus_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];

@ -13874,6 +13874,7 @@ with pkgs;
ubootOdroidXU3
ubootOrangePiPc
ubootPcduino3Nano
ubootPine64
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi

Loading…
Cancel
Save