From 1c8925125dd579cd53263b9208153729a7072f5f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 26 Apr 2024 08:43:55 +0300 Subject: [PATCH] Add u-boot-spl.bin.normal.out for VisionFive 2 See documentation for more information: https://docs.u-boot.org/en/latest/board/starfive/visionfive2.html Signed-off-by: David Abdurachmanov --- uboot-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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