Loading pkgs/misc/uboot/default.nix +15 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ armTrustedFirmwareAllwinnerH616, armTrustedFirmwareRK3328, armTrustedFirmwareRK3399, armTrustedFirmwareRK3568, armTrustedFirmwareRK3588, armTrustedFirmwareS905, buildPackages, Loading Loading @@ -606,6 +607,20 @@ in filesToInstall = [ "u-boot.rom" ]; }; ubootQuartz64B = buildUBoot { defconfig = "quartz64-b-rk3566_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; BL31 = "${armTrustedFirmwareRK3568}/bl31.elf"; ROCKCHIP_TPL = rkbin.TPL_RK3568; filesToInstall = [ "idbloader.img" "idbloader-spi.img" "u-boot.itb" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ]; }; ubootRaspberryPi = buildUBoot { defconfig = "rpi_defconfig"; extraMeta.platforms = [ "armv6l-linux" ]; Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -13316,6 +13316,7 @@ with pkgs; ubootQemuArm ubootQemuRiscv64Smode ubootQemuX86 ubootQuartz64B ubootRaspberryPi ubootRaspberryPi2 ubootRaspberryPi3_32bit Loading Loading
pkgs/misc/uboot/default.nix +15 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ armTrustedFirmwareAllwinnerH616, armTrustedFirmwareRK3328, armTrustedFirmwareRK3399, armTrustedFirmwareRK3568, armTrustedFirmwareRK3588, armTrustedFirmwareS905, buildPackages, Loading Loading @@ -606,6 +607,20 @@ in filesToInstall = [ "u-boot.rom" ]; }; ubootQuartz64B = buildUBoot { defconfig = "quartz64-b-rk3566_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; BL31 = "${armTrustedFirmwareRK3568}/bl31.elf"; ROCKCHIP_TPL = rkbin.TPL_RK3568; filesToInstall = [ "idbloader.img" "idbloader-spi.img" "u-boot.itb" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ]; }; ubootRaspberryPi = buildUBoot { defconfig = "rpi_defconfig"; extraMeta.platforms = [ "armv6l-linux" ]; Loading
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -13316,6 +13316,7 @@ with pkgs; ubootQemuArm ubootQemuRiscv64Smode ubootQemuX86 ubootQuartz64B ubootRaspberryPi ubootRaspberryPi2 ubootRaspberryPi3_32bit Loading