U-Boot: Add Orange Pi Zero Plus2 (H5) build
This commit is contained in:
parent
a27863cd20
commit
12051db622
@ -158,6 +158,13 @@ in rec {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootOrangePiZeroPlus2H5 = buildUBoot rec {
|
||||||
|
defconfig = "orangepi_zero_plus2_defconfig";
|
||||||
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
|
||||||
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootPcduino3Nano = buildUBoot rec {
|
ubootPcduino3Nano = buildUBoot rec {
|
||||||
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -14755,6 +14755,7 @@ with pkgs;
|
|||||||
ubootNovena
|
ubootNovena
|
||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
|
ubootOrangePiZeroPlus2H5
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootPine64
|
ubootPine64
|
||||||
ubootQemuAarch64
|
ubootQemuAarch64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user