ubootBananaPim2Zero: init at 2023.07.02

Adds the upstream uboot (w/SPL) for the bananapi m2 zero board.
This commit is contained in:
Jared Baur 2023-09-25 21:41:28 -07:00
parent 0f7ea5e75f
commit 4604f8e115
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -236,6 +236,12 @@ in
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
};
ubootBananaPim2Zero = buildUBoot {
defconfig = "bananapi_m2_zero_defconfig";
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
extraMeta.platforms = [ "armv7l-linux" ];
};
ubootBananaPim3 = buildUBoot {
defconfig = "Sinovoip_BPI_M3_defconfig";
extraMeta.platforms = [ "armv7l-linux" ];

View File

@ -11305,6 +11305,7 @@ with pkgs;
ubootA20OlinuxinoLime
ubootA20OlinuxinoLime2EMMC
ubootBananaPi
ubootBananaPim2Zero
ubootBananaPim3
ubootBananaPim64
ubootAmx335xEVM