X-Git-Url: http://git.annexia.org/?p=fedora-reviews.git;a=blobdiff_plain;f=opensbi%2Fopensbi.spec;h=cda873a7a3d7db829d30ac8cf34b79c0db9af53c;hp=8fe77398b06a40cc596e8a28f699915fa6bdd08c;hb=HEAD;hpb=0fe35db1cd216ac6163b0243b45d3143cff9045f diff --git a/opensbi/opensbi.spec b/opensbi/opensbi.spec index 8fe7739..6ce35c8 100644 --- a/opensbi/opensbi.spec +++ b/opensbi/opensbi.spec @@ -39,8 +39,10 @@ BuildRequires: sed %description -RISC-V Open Source Supervisor Binary Interface. This is for QEMU -RISC-V virt machines. +RISC-V Open Source Supervisor Binary Interface. + +The current version is for QEMU RISC-V virt machines, SiFive HiFive +Unleashed, T-HEAD C9xx and some others. %prep @@ -73,7 +75,7 @@ mkdir build32 build64 INSTALL_FIRMWARE_PATH=%{_datadir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/generic/firmware for f in fw_*.bin fw_*.elf; do - mv $f riscv32_$f + mv $f opensbi-riscv32-generic-$f done popd @@ -87,7 +89,7 @@ popd INSTALL_FIRMWARE_PATH=%{_datadir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/generic/firmware for f in fw_*.bin fw_*.elf; do - mv $f riscv64_$f + mv $f opensbi-riscv64-generic-$f done popd