Merge pull request #326845 from Luflosi/init/ubootOrangePiZero3

ubootOrangePiZero3: init
This commit is contained in:
K900 2024-07-20 13:28:34 +03:00 committed by GitHub
commit 30c7d92af3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

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