summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-05-17 21:57:14 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-05-17 21:57:14 -0400
commit6d961ec9225a44fa8ea447361a75dea377365046 (patch)
tree80f9a905c4392e137d8cf37c68e230393fd72c14 /pkgs/misc/uboot
parentba6f1a1e829fb691e1577d630077db2ca3b611e2 (diff)
u-boot: Adds Pine64LTS
The name of the board is indeed A64-LTS, but upstream U-Boot names it pine64-lts so let's keep the U-Boot moniker. This previously was supported using the SOPINE build.
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 875267885aae..b9325db9d51e 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -195,6 +195,13 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
+ ubootPine64LTS = buildUBoot rec {
+ defconfig = "pine64-lts_defconfig";
+ extraMeta.platforms = ["aarch64-linux"];
+ BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
+ filesToInstall = ["u-boot-sunxi-with-spl.bin"];
+ };
+
ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];