ubootOrangePiZero3: init

This commit is contained in:
Luflosi 2024-07-13 16:56:55 +02:00
parent 618a62a80d
commit d14c296d19
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0
2 changed files with 11 additions and 0 deletions

View File

@ -416,6 +416,16 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiZero3 = buildUBoot {
defconfig = "orangepi_zero3_defconfig";
extraMeta.platforms = ["aarch64-linux"];
# According to https://linux-sunxi.org/H616 the H618 "is a minor update with a larger (1MB) L2 cache" (compared to the H616)
# but "does require extra support in U-Boot, TF-A and sunxi-fel. Support for that has been merged in mainline releases."
# But no extra support seems to be in TF-A.
BL31 = "${armTrustedFirmwareAllwinnerH616}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePi3 = buildUBoot {
defconfig = "orangepi_3_defconfig";
extraMeta.platforms = ["aarch64-linux"];

View File

@ -27746,6 +27746,7 @@ with pkgs;
ubootOrangePiZeroPlus2H5
ubootOrangePiZero
ubootOrangePiZero2
ubootOrangePiZero3
ubootPcduino3Nano
ubootPine64
ubootPine64LTS