Merge pull request #103735 from andir/uboot-rockpi4

ubootRockPi4: init
This commit is contained in:
Samuel Dionne-Riel 2020-11-13 21:35:19 -05:00 committed by GitHub
commit b8c1348049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -394,4 +394,11 @@ in {
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot.img" "SPL"];
};
ubootRockPi4 = buildUBoot {
defconfig = "rock-pi-4-rk3399_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
filesToInstall = [ "u-boot.itb" "idbloader.img"];
};
}

View file

@ -18996,6 +18996,7 @@ julia_15 = callPackage ../development/compilers/julia/1.5.nix {
ubootRaspberryPi3_64bit
ubootRaspberryPiZero
ubootRock64
ubootRockPi4
ubootRockPro64
ubootROCPCRK3399
ubootSheevaplug