mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +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"];
|
||||
};
|
||||
|
||||
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"];
|
||||
|
@ -15676,6 +15676,7 @@ in
|
||||
ubootTools
|
||||
ubootA20OlinuxinoLime
|
||||
ubootBananaPi
|
||||
ubootBananaPim64
|
||||
ubootBeagleboneBlack
|
||||
ubootClearfog
|
||||
ubootGuruplug
|
||||
|
Loading…
Reference in New Issue
Block a user