ubootOlimexA64Teres1: init

Add U-Boot Package Declaration for OLIMEX Teres-I
This commit is contained in:
Jacob Hrbek 2024-02-03 04:02:26 +00:00
parent 79a13f1437
commit a01d728bd6
No known key found for this signature in database
GPG Key ID: 667F0DAFAF09BA2B
2 changed files with 10 additions and 0 deletions

View File

@ -353,6 +353,15 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOlimexA64Teres1 = buildUBoot {
defconfig = "teres_i_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
# Using /dev/null here is upstream-specified way that disables the inclusion of crust-firmware as it's not yet packaged and without which the build will fail -- https://docs.u-boot.org/en/latest/board/allwinner/sunxi.html#building-the-crust-management-processor-firmware
SCP = "/dev/null";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiPc = buildUBoot {
defconfig = "orangepi_pc_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View File

@ -28762,6 +28762,7 @@ with pkgs;
ubootOdroidC2
ubootOdroidXU3
ubootOlimexA64Olinuxino
ubootOlimexA64Teres1
ubootOrangePi3
ubootOrangePiPc
ubootOrangePiZeroPlus2H5