Hello community,

here is the log from the commit of package opensbi for openSUSE:Factory checked 
in at 2020-07-05 01:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensbi (Old)
 and      /work/SRC/openSUSE:Factory/.opensbi.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensbi"

Sun Jul  5 01:13:14 2020 rev:3 rq:816148 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensbi/opensbi.changes  2020-02-24 
15:57:31.528136341 +0100
+++ /work/SRC/openSUSE:Factory/.opensbi.new.3060/opensbi.changes        
2020-07-05 01:13:41.140123004 +0200
@@ -1,0 +2,34 @@
+Sat Jun 20 11:36:16 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Update to opensbi 0.8
+  * Simple FDT timer driver framework
+  * Simple FDT ipi driver framework
+  * Simple FDT irqchip driver framework
+  * Simple FDT serial framework
+  * Generic FDT based platform support
+  * Nuclei UX600 platform support
+  * Detect HART CSRs at boot time
+  * Multi-PLIC support
+  * Multi-CLINT support
+  * Allow multiple builtin DTBs
+  * Hypervisor v0.6.1 specification support
+  * Shakti C-class platform support
+
+-------------------------------------------------------------------
+Thu Jun 18 08:50:59 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Drop qemu-riscv64smode flavor
+- Only install fw_dynamic firmware
+
+-------------------------------------------------------------------
+Mon Apr 20 13:30:20 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Update to opensbi 0.7
+  * SBI v0.2 HSM extension
+  * Simple bitops library
+  * Simple bitmap library
+  * Simple hartmask library
+  * Sparse and discontinuous HART id support
+  * Memory reservation in DTB passed to next booting stage
+
+-------------------------------------------------------------------

Old:
----
  opensbi-0.6.tar.gz

New:
----
  opensbi-0.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opensbi.spec ++++++
--- /var/tmp/diff_new_pack.zI2O5m/_old  2020-07-05 01:13:41.960125803 +0200
+++ /var/tmp/diff_new_pack.zI2O5m/_new  2020-07-05 01:13:41.960125803 +0200
@@ -23,17 +23,13 @@
 %else
 Name:           opensbi-%{target}
 %endif
-Version:        0.6
+Version:        0.8
 Release:        0
 Summary:        RISC-V Open Source Supervisor Binary Interface
 License:        BSD-2-Clause
 Group:          System/Boot
 URL:            https://github.com/riscv/opensbi
 Source:         
https://github.com/riscv/opensbi/archive/v%{version}.tar.gz#/opensbi-%{version}.tar.gz
-%if "%{target}" != ""
-BuildRequires:  dtb-sifive
-BuildRequires:  u-boot-%{target}
-%endif
 ExclusiveArch:  riscv64
 
 %description
@@ -71,42 +67,24 @@
 
 %build
 %if "%{target}" == ""
-%make_build PLATFORM=qemu/virt
+%make_build PLATFORM=generic
 %endif
 %if "%{target}" == "sifivefu540"
-%make_build PLATFORM=sifive/fu540 FW_PAYLOAD_PATH=/boot/u-boot.bin 
FW_PAYLOAD_FDT_PATH=/boot/dtb/hifive-unleashed-a00.dtb
-%endif
-%if "%{target}" == "qemu-riscv64smode"
-%make_build PLATFORM=qemu/virt FW_PAYLOAD_PATH=/boot/u-boot.bin
+%make_build PLATFORM=sifive/fu540
 %endif
 
 %install
 %if "%{target}" == ""
-make install I=%{buildroot}%{_prefix}
-mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
-install -D -m 644 build/platform/qemu/virt/firmware/fw_dynamic.bin 
%{buildroot}%{_datadir}/opensbi/opensbi.bin
+make install I=%{buildroot}%{_prefix} INSTALL_LIB_PATH=%{_lib}
 %endif
 %if "%{target}" == "sifivefu540"
-install -D -m 644 build/platform/sifive/fu540/firmware/fw_payload.bin 
%{buildroot}/boot/opensbi-u-boot-sifive-fu540.bin
-install -D -m 644 build/platform/sifive/fu540/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-sifive-fu540.bin
-%endif
-%if "%{target}" == "qemu-riscv64smode"
-install -D -m 644 build/platform/qemu/virt/firmware/fw_payload.bin 
%{buildroot}/boot/opensbi-u-boot-qemu-virt.bin
-install -D -m 644 build/platform/qemu/virt/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-qemu-virt.bin
+install -D -m 644 build/platform/sifive/fu540/firmware/fw_dynamic.bin 
%{buildroot}%{_datadir}/opensbi/opensbi-sifive-fu540.bin
 %endif
 
+%if "%{target}" != ""
 %files
-%if "%{target}" == ""
 %{_datadir}/opensbi
 %endif
-%if "%{target}" == "sifivefu540"
-/boot/opensbi-u-boot-sifive-fu540.bin
-/boot/opensbi-sifive-fu540.bin
-%endif
-%if "%{target}" == "qemu-riscv64smode"
-/boot/opensbi-u-boot-qemu-virt.bin
-/boot/opensbi-qemu-virt.bin
-%endif
 
 %if "%{target}" == ""
 %files devel

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.zI2O5m/_old  2020-07-05 01:13:41.984125885 +0200
+++ /var/tmp/diff_new_pack.zI2O5m/_new  2020-07-05 01:13:41.988125897 +0200
@@ -1,4 +1,3 @@
 <multibuild>
   <flavor>sifivefu540</flavor>
-  <flavor>qemu-riscv64smode</flavor>
 </multibuild>

++++++ opensbi-0.6.tar.gz -> opensbi-0.8.tar.gz ++++++
++++ 14666 lines of diff (skipped)


Reply via email to