diff --git a/uboot-tools.spec b/uboot-tools.spec index e930160..a6f87fd 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -10,7 +10,7 @@ Name: uboot-tools Version: 2024.04 -Release: 1%{?candidate:.%{candidate}}.0.riscv64%{?dist} +Release: 1%{?candidate:.%{candidate}}.1.riscv64%{?dist} Epoch: 1 Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ @@ -180,7 +180,7 @@ install -pD -m 0644 builds/apple_m1/u-boot-nodtb.bin %{buildroot}%{_datadir}/ubo %ifarch riscv64 for board in $(ls builds) do - for file in u-boot.bin u-boot.dtb u-boot.img u-boot-nodtb.bin u-boot-dtb.bin u-boot.itb u-boot-dtb.img u-boot.its spl/u-boot-spl.bin spl/u-boot-spl-nodtb.bin spl/u-boot-spl.dtb spl/u-boot-spl-dtb.bin + for file in u-boot.bin u-boot.dtb u-boot.img u-boot-nodtb.bin u-boot-dtb.bin u-boot.itb u-boot-dtb.img u-boot.its spl/u-boot-spl.bin spl/u-boot-spl-nodtb.bin spl/u-boot-spl.dtb spl/u-boot-spl-dtb.bin spl/u-boot-spl.bin.normal.out do if [ -f builds/$(echo $board)/$(echo $file) ]; then install -pD -m 0644 builds/$(echo $board)/$(echo $file) %{buildroot}%{_datadir}/uboot/$(echo $board)/$(echo $file) @@ -234,6 +234,9 @@ install -p -m 0755 builds/tools/env/fw_printenv %{buildroot}%{_bindir} %endif %changelog +* Fri Apr 26 2024 David Abdurachmanov - 1:2024.04-1.1.riscv64 +- Add u-boot-spl.bin.normal.out for riscv64 (VisionFive 2) + * Thu Apr 11 2024 David Abdurachmanov - 1:2024.04-1.0.riscv64 - Add support for riscv64