diff --git a/flashrom-0.9.7.tar.bz2 b/flashrom-0.9.7.tar.bz2 deleted file mode 100644 index 103c586..0000000 --- a/flashrom-0.9.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a55212d00791981a9a1cb0cdca9d9e58bea6d399864251e7b410b4d3d6137e9 -size 408883 diff --git a/flashrom-0.9.8.tar.bz2 b/flashrom-0.9.8.tar.bz2 new file mode 100644 index 0000000..786d443 --- /dev/null +++ b/flashrom-0.9.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934 +size 473902 diff --git a/flashrom.changes b/flashrom.changes index 417e342..b7c46bc 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Apr 3 07:22:52 UTC 2015 - mpluskal@suse.com + +- Update to 0.9.8 + * A bunch of newly supported architectures: ARM 64bit, + big-endian ARM, PowerPC 64bit, SPARC. + * Better support for AMD chipsets in general (speed selection, + more conservative defaults etc.). + * Add new programmer support: + * AMD Yangtze's SPI controller (found in Kabini and Tamesh) as + well as the one in Bolton FCHs (A78, A88X, A77E). + * Intel Silvermont chipsets (Bay Trail, Rangeley and Avoton) and + Wildcat Point (for Broadwell). + * ITE IT8212F parallel programmer as it8212 (found on PCI SATA + RAID controllers). + * VIA VT6421A LPC programmer as atavia (found on PCI SATA + controllers). + * EEPROMs on Intel network cards based on the 82580 NIC + (nicintel_eeprom). + * Intel 82599 10 GbE NICs boot PROMs (part of nicintel_spi). + * Microchip PICkit 2 + * MSTAR I²C ISP protocol (not compiled in by default). Rewrites the + firmware of your screen over VGA/DVI(!). + * Extension of the rayer_spi module to supported various similar + devices (Altera ByteBlasterMV, Atmel STK200/300, Wiggler LPT). + * Switching betweens chips on boards with GIGABYTE's DualBIOS + (using the dualbiosindex programmer parameter). + * Enable fwh_idsel parameter for C-ICH and ICH2/3/4/5 chipsets. + * Finer-grained display of support status used for flash chip + operations, chipsets, mainboards and programmers (new states: + configuration-dependent, not applicable). + ------------------------------------------------------------------- Thu Oct 30 17:14:59 UTC 2014 - crrodriguez@opensuse.org diff --git a/flashrom.spec b/flashrom.spec index c07cfe1..79800c6 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,7 +1,7 @@ # # spec file for package flashrom # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,26 +17,26 @@ Name: flashrom -Url: http://flashrom.org/Flashrom +Version: 0.9.8 +Release: 0 Summary: A universal flash programming utility License: GPL-2.0 Group: Development/Tools/Other -Version: 0.9.7 -Release: 0 +Url: http://flashrom.org/Flashrom Source0: http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2 Source23: update-snapshots.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libftdi1 BuildRequires: libftdi1-devel BuildRequires: libusb-devel BuildRequires: pciutils-devel BuildRequires: zlib-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 %if 0%{?suse_version} <= 1110 Requires: pmtools %else Requires: dmidecode %endif -ExclusiveArch: %ix86 x86_64 %description flashrom is a utility for reading, writing, verifying and erasing flash ROM