U-Boot: Add ubootQemuArm
This commit is contained in:
parent
8b358b84a8
commit
bedc18c461
@ -134,6 +134,12 @@ in rec {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootQemuArm = buildUBoot rec {
|
||||||
|
defconfig = "qemu_arm_defconfig";
|
||||||
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootRaspberryPi = buildUBoot rec {
|
ubootRaspberryPi = buildUBoot rec {
|
||||||
defconfig = "rpi_defconfig";
|
defconfig = "rpi_defconfig";
|
||||||
targetPlatforms = ["armv6l-linux"];
|
targetPlatforms = ["armv6l-linux"];
|
||||||
|
@ -13169,6 +13169,7 @@ with pkgs;
|
|||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
|
ubootQemuArm
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
ubootRaspberryPi3_32bit
|
ubootRaspberryPi3_32bit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user