Hello community,

here is the log from the commit of package coreboot-utils for openSUSE:Factory 
checked in at 2016-02-08 09:48:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreboot-utils (Old)
 and      /work/SRC/openSUSE:Factory/.coreboot-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreboot-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreboot-utils/coreboot-utils.changes    
2016-01-12 16:12:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-utils.changes       
2016-02-08 09:48:42.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Feb  7 08:59:31 UTC 2016 - mplus...@suse.com
+
+- Update to 4.3
+  * cleanups and improvements to many of the utilities
+  * cbfstool: Many fixes and extensions to integrate with FMAP
+  * Add amdfwtool to combine AMD firmware blobs instead of using 
+    shell scripts.
+
+-------------------------------------------------------------------

Old:
----
  coreboot-4.2.tar.xz

New:
----
  coreboot-4.3.tar.xz

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

Other differences:
------------------
++++++ coreboot-utils.spec ++++++
--- /var/tmp/diff_new_pack.E1ebDI/_old  2016-02-08 09:48:44.000000000 +0100
+++ /var/tmp/diff_new_pack.E1ebDI/_new  2016-02-08 09:48:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coreboot-utils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:        A universal flash programming utility
 License:        GPL-2.0
 Group:          Development/Tools/Other
-Version:        4.2
+Version:        4.3
 Release:        0
 Source0:        http://www.coreboot.org/releases/coreboot-%{version}.tar.xz
 Patch2:         k8resdump.diff
@@ -46,13 +46,13 @@
 make %{?_smp_mflags} CFLAGS="%{optflags} -DCMOS_HAL=1 -I." -C util/nvramtool
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/romcc romcc
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/cbmem
-make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/fletcher
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/ifdfake
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/ifdtool
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/cbfstool
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/k8resdump
 %ifarch %{ix86} x86_64
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/inteltool
+make %{?_smp_mflags} HOSTCC="cc %{optflags}"  -C util/amdfwtool
 make %{?_smp_mflags} CFLAGS="%{optflags} -I." -C util/viatool
 (cd util/msrtool && %configure && make %{?_smp_mflags})
 %endif
@@ -71,7 +71,6 @@
 install util/ifdtool/ifdtool %{buildroot}%{_bindir}
 install util/cbfstool/cbfstool %{buildroot}%{_bindir}
 install util/cbmem/cbmem %{buildroot}%{_bindir}
-install util/fletcher/fletcher %{buildroot}%{_bindir}
 install util/romcc/romcc %{buildroot}%{_bindir}
 install -pm644 util/romcc/romcc.1 %{buildroot}%{_mandir}/man1/
 install util/k8resdump/k8resdump %{buildroot}%{_sbindir}
@@ -80,6 +79,7 @@
 %ifarch %{ix86} x86_64
 make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} -C util/inteltool 
install
 install util/viatool/viatool %{buildroot}%{_bindir}
+install util/amdfwtool/amdfwtool %{buildroot}%{_sbindir}
 make -C util/msrtool DESTDIR=%{buildroot} PREFIX=%{_prefix} install
 %endif
 
@@ -104,13 +104,13 @@
 %doc README.amdtools example_input.amdtools
 %{_bindir}/cbfstool
 %{_bindir}/cbmem
-%{_bindir}/fletcher
 %{_bindir}/ifdfake
 %{_bindir}/ifdtool
 %{_bindir}/romcc
 %{_bindir}/viatool
 %{_sbindir}/ectool
 %{_sbindir}/inteltool
+%{_sbindir}/amdfwtool
 %{_sbindir}/k8-compare-pci-space.pl
 %{_sbindir}/k8-interpret-extended-memory-settings.pl
 %{_sbindir}/k8-read-mem-settings.sh

++++++ coreboot-4.2.tar.xz -> coreboot-4.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/coreboot-utils/coreboot-4.2.tar.xz 
/work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-4.3.tar.xz differ: char 
26, line 1

++++++ k8resdump.diff ++++++
--- /var/tmp/diff_new_pack.E1ebDI/_old  2016-02-08 09:48:44.000000000 +0100
+++ /var/tmp/diff_new_pack.E1ebDI/_new  2016-02-08 09:48:44.000000000 +0100
@@ -1,6 +1,8 @@
---- a/util/k8resdump/Makefile
-+++ b/util/k8resdump/Makefile
-@@ -16,7 +16,7 @@
+Index: coreboot-4.3/util/k8resdump/Makefile
+===================================================================
+--- coreboot-4.3.orig/util/k8resdump/Makefile
++++ coreboot-4.3/util/k8resdump/Makefile
+@@ -25,7 +25,7 @@ OS_ARCH      = $(shell uname)
  ifeq ($(OS_ARCH), SunOS)
  LDFLAGS = -lpci
  else


Reply via email to