uboot: add Banana Pi M64 (#58366)

This commit is contained in:
samrose 2019-04-24 16:50:01 -04:00 committed by Renaud
parent 6186a6f012
commit e6956c6595
2 changed files with 8 additions and 0 deletions

View file

@ -120,6 +120,13 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBananaPim64 = buildUBoot rec {
defconfig = "bananapi_m64_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBeagleboneBlack = buildUBoot rec {
defconfig = "am335x_boneblack_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View file

@ -15676,6 +15676,7 @@ in
ubootTools
ubootA20OlinuxinoLime
ubootBananaPi
ubootBananaPim64
ubootBeagleboneBlack
ubootClearfog
ubootGuruplug