Merge pull request #299899 from thefossguy/uboot-nanopc-t6-init

ubootNanoPCT6: init at 2024.01

authored by K900 and committed by GitHub dcd67b74 8d5a3b09

+9
+8
pkgs/misc/uboot/default.nix
··· 298 298 ''; 299 299 }; 300 300 301 + ubootNanoPCT6 = buildUBoot { 302 + defconfig = "nanopc-t6-rk3588_defconfig"; 303 + extraMeta.platforms = ["aarch64-linux"]; 304 + BL31 = "${armTrustedFirmwareRK3588}/bl31.elf"; 305 + ROCKCHIP_TPL = rkbin.TPL_RK3588; 306 + filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ]; 307 + }; 308 + 301 309 ubootNovena = buildUBoot { 302 310 defconfig = "novena_defconfig"; 303 311 extraMeta.platforms = ["armv7l-linux"];
+1
pkgs/top-level/all-packages.nix
··· 28332 28332 ubootJetsonTK1 28333 28333 ubootLibreTechCC 28334 28334 ubootNanoPCT4 28335 + ubootNanoPCT6 28335 28336 ubootNovena 28336 28337 ubootOdroidC2 28337 28338 ubootOdroidXU3