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"]; 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 { ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig"; defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"]; extraMeta.platforms = ["aarch64-linux"];

View File

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