Merge pull request #298347 from jgero/feat/uboot-rock4cplus

feat(uboot): add rock4cplus support

authored by 0x4A6F and committed by GitHub aa23ec0e dcd67b74

+8
+7
pkgs/misc/uboot/default.nix
··· 539 539 filesToInstall = ["u-boot.bin"]; 540 540 }; 541 541 542 + ubootRock4CPlus = buildUBoot { 543 + defconfig = "rock-4c-plus-rk3399_defconfig"; 544 + extraMeta.platforms = [ "aarch64-linux" ]; 545 + BL31 = "${armTrustedFirmwareRK3399}/bl31.elf"; 546 + filesToInstall = [ "u-boot.itb" "idbloader.img" ]; 547 + }; 548 + 542 549 ubootRock5ModelB = buildUBoot { 543 550 defconfig = "rock5b-rk3588_defconfig"; 544 551 extraMeta.platforms = ["aarch64-linux"];
+1
pkgs/top-level/all-packages.nix
··· 28360 28360 ubootRaspberryPi4_32bit 28361 28361 ubootRaspberryPi4_64bit 28362 28362 ubootRaspberryPiZero 28363 + ubootRock4CPlus 28363 28364 ubootRock5ModelB 28364 28365 ubootRock64 28365 28366 ubootRock64v2