Accepting request 294283 from home:pluskalm:branches:hardware
- Update to 0.9.8 OBS-URL: https://build.opensuse.org/request/show/294283 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=27
This commit is contained in:
parent
2fcc102885
commit
201de79658
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a55212d00791981a9a1cb0cdca9d9e58bea6d399864251e7b410b4d3d6137e9
|
|
||||||
size 408883
|
|
3
flashrom-0.9.8.tar.bz2
Normal file
3
flashrom-0.9.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934
|
||||||
|
size 473902
|
@ -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
|
Thu Oct 30 17:14:59 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package flashrom
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,26 +17,26 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: flashrom
|
Name: flashrom
|
||||||
Url: http://flashrom.org/Flashrom
|
Version: 0.9.8
|
||||||
|
Release: 0
|
||||||
Summary: A universal flash programming utility
|
Summary: A universal flash programming utility
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Version: 0.9.7
|
Url: http://flashrom.org/Flashrom
|
||||||
Release: 0
|
|
||||||
Source0: http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
|
Source0: http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
|
||||||
Source23: update-snapshots.sh
|
Source23: update-snapshots.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: libftdi1
|
BuildRequires: libftdi1
|
||||||
BuildRequires: libftdi1-devel
|
BuildRequires: libftdi1-devel
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: pciutils-devel
|
BuildRequires: pciutils-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExclusiveArch: %ix86 x86_64
|
||||||
%if 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} <= 1110
|
||||||
Requires: pmtools
|
Requires: pmtools
|
||||||
%else
|
%else
|
||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
%endif
|
%endif
|
||||||
ExclusiveArch: %ix86 x86_64
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
flashrom is a utility for reading, writing, verifying and erasing flash ROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user