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:
parent
ba6f1a1e82
commit
6d961ec922
@ -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"];
|
||||||
|
@ -15881,6 +15881,7 @@ in
|
|||||||
ubootOrangePiZeroPlus2H5
|
ubootOrangePiZeroPlus2H5
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootPine64
|
ubootPine64
|
||||||
|
ubootPine64LTS
|
||||||
ubootQemuAarch64
|
ubootQemuAarch64
|
||||||
ubootQemuArm
|
ubootQemuArm
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user