mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
uboot: add Banana Pi M64 (#58366)
This commit is contained in:
parent
6186a6f012
commit
e6956c6595
@ -120,6 +120,13 @@ in rec {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
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 {
|
ubootBeagleboneBlack = buildUBoot rec {
|
||||||
defconfig = "am335x_boneblack_defconfig";
|
defconfig = "am335x_boneblack_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -15676,6 +15676,7 @@ in
|
|||||||
ubootTools
|
ubootTools
|
||||||
ubootA20OlinuxinoLime
|
ubootA20OlinuxinoLime
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
|
ubootBananaPim64
|
||||||
ubootBeagleboneBlack
|
ubootBeagleboneBlack
|
||||||
ubootClearfog
|
ubootClearfog
|
||||||
ubootGuruplug
|
ubootGuruplug
|
||||||
|
Loading…
Reference in New Issue
Block a user