svn ver. 3332

This commit is contained in:
Peter Lemenkov 2008-05-17 18:54:51 +00:00
parent d1bc9b12bf
commit 229b7f8cd7
3 changed files with 16 additions and 6 deletions

View File

@ -1 +1 @@
flashrom-3099.tar.bz2
flashrom-3332.tar.bz2

View File

@ -1,12 +1,12 @@
Summary: Simple program for reading/writing BIOS chips content
Name: flashrom
Version: 0
Release: 0.7.20080209svn3099%{?dist}
Release: 0.8.20080517svn3332%{?dist}
License: GPLv2+
Group: Applications/System
# svn -r 3099 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
# tar -cjvf flashrom-3099.tar.bz2 flashrom
Source0: flashrom-3099.tar.bz2
# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
# tar -cjvf flashrom-3332.tar.bz2 flashrom
Source0: flashrom-3332.tar.bz2
Patch0: flashrom--Makefile_cleanup.diff
URL: http://linuxbios.org/Flashrom
BuildRequires: pciutils-devel
@ -44,6 +44,16 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
%{_mandir}/man8/%{name}.*
%changelog
* Sat May 17 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.8.20080517svn3332
- Support Pm49FL004/2 Block Locking Registers
- Add support for the Atmel AT25DF321 SPI flash
- Lots of new SST flash chip IDs
- Add lots of ATMEL SPI flash chips
- Add SST39VF512, SST39VF010, SST39VF040 support
- Add ICH9 detection to flashrom
- Support for the Winbond W39V080FA series of chips
- Support for flashing on the Kontron 986LCD-M board
- Add board_enable for Artec Group DBE61 and DBE62
* Sat Feb 9 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.7.20080209svn3099
- Add board enable for VIA EPIA SP

View File

@ -1 +1 @@
7b3058fdd72c38baed81759abd384aea flashrom-3099.tar.bz2
b41566714bbb93b382836451c06c6e9f flashrom-3332.tar.bz2