ubootROCPCRK3399: init at 2020.04

wip/yesman
Samuel Dionne-Riel 5 years ago
parent 135073a87b
commit 5f97610fc0
  1. 7
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -350,6 +350,13 @@ in {
filesToInstall = [ "u-boot.itb" "idbloader.img"];
};
ubootROCPCRK3399 = buildUBoot {
defconfig = "roc-pc-rk3399_defconfig";
extraMeta.platforms = ["aarch64-linux"];
filesToInstall = [ "spl/u-boot-spl.bin" "u-boot.itb" "idbloader.img"];
BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
};
ubootSheevaplug = buildUBoot {
defconfig = "sheevaplug_defconfig";
extraMeta.platforms = ["armv5tel-linux"];

@ -17658,6 +17658,7 @@ in
ubootRaspberryPiZero
ubootRock64
ubootRockPro64
ubootROCPCRK3399
ubootSheevaplug
ubootSopine
ubootUtilite

Loading…
Cancel
Save