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.
This commit is contained in:
Samuel Dionne-Riel 2019-05-17 21:57:14 -04:00
parent ba6f1a1e82
commit 6d961ec922
2 changed files with 8 additions and 0 deletions

View file

@ -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"];

View file

@ -15881,6 +15881,7 @@ in
ubootOrangePiZeroPlus2H5
ubootPcduino3Nano
ubootPine64
ubootPine64LTS
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi