Loading pkgs/misc/uboot/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , meson-tools , ncurses , openssl , rkbin , swig , which , python3 Loading @@ -21,6 +22,7 @@ , armTrustedFirmwareAllwinnerH616 , armTrustedFirmwareRK3328 , armTrustedFirmwareRK3399 , armTrustedFirmwareRK3588 , armTrustedFirmwareS905 , buildPackages }: Loading Loading @@ -515,6 +517,14 @@ in { filesToInstall = ["u-boot.bin"]; }; ubootRock5ModelB = buildUBoot { defconfig = "rock5b-rk3588_defconfig"; extraMeta.platforms = ["aarch64-linux"]; BL31 = "${armTrustedFirmwareRK3588}/bl31.elf"; ROCKCHIP_TPL = "${rkbin}/${rkbin.ROCKCHIP_TPL_RK3588}"; filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ]; }; ubootRock64 = buildUBoot { defconfig = "rock64-rk3328_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28381,6 +28381,7 @@ with pkgs; ubootRaspberryPi4_32bit ubootRaspberryPi4_64bit ubootRaspberryPiZero ubootRock5ModelB ubootRock64 ubootRock64v2 ubootRockPi4 Loading
pkgs/misc/uboot/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , meson-tools , ncurses , openssl , rkbin , swig , which , python3 Loading @@ -21,6 +22,7 @@ , armTrustedFirmwareAllwinnerH616 , armTrustedFirmwareRK3328 , armTrustedFirmwareRK3399 , armTrustedFirmwareRK3588 , armTrustedFirmwareS905 , buildPackages }: Loading Loading @@ -515,6 +517,14 @@ in { filesToInstall = ["u-boot.bin"]; }; ubootRock5ModelB = buildUBoot { defconfig = "rock5b-rk3588_defconfig"; extraMeta.platforms = ["aarch64-linux"]; BL31 = "${armTrustedFirmwareRK3588}/bl31.elf"; ROCKCHIP_TPL = "${rkbin}/${rkbin.ROCKCHIP_TPL_RK3588}"; filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ]; }; ubootRock64 = buildUBoot { defconfig = "rock64-rk3328_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; Loading
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -28381,6 +28381,7 @@ with pkgs; ubootRaspberryPi4_32bit ubootRaspberryPi4_64bit ubootRaspberryPiZero ubootRock5ModelB ubootRock64 ubootRock64v2 ubootRockPi4