ubootQemuRiscv64Smode: init

This commit is contained in:
Zhaofeng Li 2021-06-02 12:36:51 -07:00 committed by Samuel Dionne-Riel
parent b0f99ad527
commit 1ef6c4bf37
2 changed files with 7 additions and 0 deletions

View File

@ -332,6 +332,12 @@ in {
filesToInstall = ["u-boot.bin"];
};
ubootQemuRiscv64Smode = buildUBoot {
defconfig = "qemu-riscv64_smode_defconfig";
extraMeta.platforms = ["riscv64-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootRaspberryPi = buildUBoot {
defconfig = "rpi_defconfig";
extraMeta.platforms = ["armv6l-linux"];

View File

@ -22258,6 +22258,7 @@ with pkgs;
ubootPinebookPro
ubootQemuAarch64
ubootQemuArm
ubootQemuRiscv64Smode
ubootRaspberryPi
ubootRaspberryPi2
ubootRaspberryPi3_32bit