Unverified Commit aa23ec0e authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

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

feat(uboot): add rock4cplus support
parents dcd67b74 1892e136
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -539,6 +539,13 @@ in {
    filesToInstall = ["u-boot.bin"];
  };

  ubootRock4CPlus = buildUBoot {
    defconfig = "rock-4c-plus-rk3399_defconfig";
    extraMeta.platforms = [ "aarch64-linux" ];
    BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
    filesToInstall = [ "u-boot.itb" "idbloader.img" ];
  };

  ubootRock5ModelB = buildUBoot {
    defconfig = "rock5b-rk3588_defconfig";
    extraMeta.platforms = ["aarch64-linux"];
+1 −0
Original line number Diff line number Diff line
@@ -28360,6 +28360,7 @@ with pkgs;
    ubootRaspberryPi4_32bit
    ubootRaspberryPi4_64bit
    ubootRaspberryPiZero
    ubootRock4CPlus
    ubootRock5ModelB
    ubootRock64
    ubootRock64v2