about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorPratham Patel <prathampatel@thefossguy.com>2024-03-30 08:04:07 +0530
committerPratham Patel <prathampatel@thefossguy.com>2024-03-30 08:04:07 +0530
commit29901ea63088dcee5a32edf3e636c1e34cfe5bae (patch)
tree9f2b840f01083662ae9a45009f02430b0419753b /pkgs/misc
parent9b09bde6e3fc9493b6a8b2a5702ac87c66505c64 (diff)
ubootNanoPCT6: init at 2024.01
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/uboot/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 8063c663d3f71..e66e4841b4e87 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -298,6 +298,14 @@ in {
     '';
   };
 
+  ubootNanoPCT6 = buildUBoot {
+    defconfig = "nanopc-t6-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" ];
+  };
+
   ubootNovena = buildUBoot {
     defconfig = "novena_defconfig";
     extraMeta.platforms = ["armv7l-linux"];