Merge pull request #259077 from Kreyren/teres_v2

ubootOlimexA64Teres1: init

authored by Will Fancher and committed by GitHub c45d87c2 c5fb8910

+10
+9
pkgs/misc/uboot/default.nix
··· 353 353 filesToInstall = ["u-boot-sunxi-with-spl.bin"]; 354 354 }; 355 355 356 + ubootOlimexA64Teres1 = buildUBoot { 357 + defconfig = "teres_i_defconfig"; 358 + extraMeta.platforms = ["aarch64-linux"]; 359 + BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin"; 360 + # Using /dev/null here is upstream-specified way that disables the inclusion of crust-firmware as it's not yet packaged and without which the build will fail -- https://docs.u-boot.org/en/latest/board/allwinner/sunxi.html#building-the-crust-management-processor-firmware 361 + SCP = "/dev/null"; 362 + filesToInstall = ["u-boot-sunxi-with-spl.bin"]; 363 + }; 364 + 356 365 ubootOrangePiPc = buildUBoot { 357 366 defconfig = "orangepi_pc_defconfig"; 358 367 extraMeta.platforms = ["armv7l-linux"];
+1
pkgs/top-level/all-packages.nix
··· 28762 28762 ubootOdroidC2 28763 28763 ubootOdroidXU3 28764 28764 ubootOlimexA64Olinuxino 28765 + ubootOlimexA64Teres1 28765 28766 ubootOrangePi3 28766 28767 ubootOrangePiPc 28767 28768 ubootOrangePiZeroPlus2H5