Merge pull request #156034 from yurkobb/uboot-olimex-a64

uboot: add Olimex A64 OLinuXino
This commit is contained in:
Samuel Dionne-Riel 2022-01-22 14:28:23 -05:00 committed by GitHub
commit 7749ab496a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -274,6 +274,13 @@ in {
filesToInstall = ["u-boot-dtb.bin"];
};
ubootOlimexA64Olinuxino = buildUBoot {
defconfig = "a64-olinuxino-emmc_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiPc = buildUBoot {
defconfig = "orangepi_pc_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View File

@ -23054,6 +23054,7 @@ with pkgs;
ubootNovena
ubootOdroidC2
ubootOdroidXU3
ubootOlimexA64Olinuxino
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootOrangePiZero