forked from pool/flashrom
Accepting request 415207 from home:gary_lin:branches:hardware
- Update to 0.9.9 OBS-URL: https://build.opensuse.org/request/show/415207 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=29
This commit is contained in:
parent
201de79658
commit
789a7af034
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934
|
||||
size 473902
|
3
flashrom-0.9.9.tar.bz2
Normal file
3
flashrom-0.9.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45
|
||||
size 495199
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 07:50:06 UTC 2016 - glin@suse.com
|
||||
|
||||
- Update to 0.9.9
|
||||
* Enable the dediprog module by default, add support for Dediprog
|
||||
SF600 and the new communication protocol of the SF100 with
|
||||
newer firmware
|
||||
* Add support to update the firmware of Promise UltraATA
|
||||
controllers
|
||||
* Support new programers: WCH CH341A, VIA VT8251
|
||||
* Support new chips:
|
||||
+ ESI ES25P40, ES25P80, ES25P16
|
||||
+ GigaDevice GD25VQ41B, GD25Q128C, GD25VQ21B, GD25VQ40C,
|
||||
GD25VQ80C and GD25VQ16C, GD25LQ40, GD25LQ80, GD25LQ16,
|
||||
GD25LQ64(B), GD25LQ128
|
||||
+ PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C
|
||||
+ Sanyo LE25FU406C/LE25U40CMC
|
||||
+ SST SST25WF020A, SST25WF040B, SST25WF080B
|
||||
+ Winbond W29C512A/W29EE512
|
||||
* Allow to link flashrom statically (with make CONFIG_STATIC=yes)
|
||||
* Ease debugging of build problems with libraries
|
||||
* Ignore 0x00 as a flash chip manufacturer ID in the generic
|
||||
match to avoid ambiguous messages
|
||||
* Various improvements for serprog-based programmers
|
||||
* Add support for libftdi1
|
||||
* Add infrastructure for libusb1 and use it for new programmers
|
||||
* Rigorously check integrity of I/O stream data
|
||||
* Add make parameters for easier disabling/enabling of various
|
||||
classes of programmers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 07:22:52 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flashrom
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: flashrom
|
||||
Version: 0.9.8
|
||||
Version: 0.9.9
|
||||
Release: 0
|
||||
Summary: A universal flash programming utility
|
||||
License: GPL-2.0
|
||||
@ -54,8 +54,7 @@ or SPI.
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} \
|
||||
CFLAGS="%{optflags}" \
|
||||
CONFIG_DEDIPROG=yes
|
||||
CFLAGS="%{optflags}"
|
||||
#gzip flashrom.8
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user