Commit 35085ab7 authored by Florian Klink's avatar Florian Klink
Browse files

ubootTuringRK1: init

parent 61d1e897
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -607,6 +607,14 @@ in {
    filesToInstall = ["u-boot-sunxi-with-spl.bin"];
  };

  ubootTuringRK1 = buildUBoot {
    defconfig = "turing-rk1-rk3588_defconfig";
    extraMeta.platforms = [ "aarch64-linux" ];
    BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
    ROCKCHIP_TPL = rkbin.TPL_RK3588;
    filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
  };

  ubootUtilite = buildUBoot {
    defconfig = "cm_fx6_defconfig";
    extraMeta.platforms = ["armv7l-linux"];
+1 −0
Original line number Diff line number Diff line
@@ -28352,6 +28352,7 @@ with pkgs;
    ubootROCPCRK3399
    ubootSheevaplug
    ubootSopine
    ubootTuringRK1
    ubootUtilite
    ubootWandboard
    ;