svn ver. 3418
This commit is contained in:
parent
6463c267b1
commit
ecbdb5545f
@ -1 +1 @@
|
||||
flashrom-3332.tar.bz2
|
||||
flashrom-3418.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.Makefile_cleanup 2008-05-17 05:08:58.000000000 +0400
|
||||
+++ Makefile 2008-05-17 23:33:17.000000000 +0400
|
||||
--- Makefile.Makefile_cleanup 2008-07-02 07:03:58.000000000 +0400
|
||||
+++ Makefile 2008-07-07 21:31:20.000000000 +0400
|
||||
@@ -9,15 +9,15 @@
|
||||
CC = gcc
|
||||
STRIP = strip
|
||||
@ -7,8 +7,8 @@
|
||||
-PREFIX = /usr/local
|
||||
+PREFIX = /usr
|
||||
#CFLAGS = -O2 -g -Wall -Werror
|
||||
-CFLAGS = -Os -Wall -Werror -DDISABLE_DOC # -DTS5300
|
||||
+#CFLAGS = -Os -Wall -Werror -DDISABLE_DOC # -DTS5300
|
||||
-CFLAGS = -Os -Wall -Werror # -DTS5300
|
||||
+#CFLAGS = -Os -Wall -Werror # -DTS5300
|
||||
OS_ARCH = $(shell uname)
|
||||
ifeq ($(OS_ARCH), SunOS)
|
||||
LDFLAGS = -lpci -lz
|
||||
@ -17,9 +17,9 @@
|
||||
-STRIP_ARGS = -s
|
||||
+#STRIP_ARGS = -s
|
||||
endif
|
||||
|
||||
OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.c \
|
||||
@@ -31,12 +31,11 @@
|
||||
ifeq ($(OS_ARCH), FreeBSD)
|
||||
CFLAGS += -I/usr/local/include
|
||||
@@ -35,12 +35,11 @@
|
||||
|
||||
# Set the flashrom version string from the highest revision number
|
||||
# of the checked out flashrom files.
|
||||
|
@ -1,12 +1,12 @@
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0
|
||||
Release: 0.10.20080517svn3332%{?dist}
|
||||
Release: 0.11.20080607svn3418%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
||||
# tar -cjvf flashrom-3332.tar.bz2 flashrom
|
||||
Source0: flashrom-3332.tar.bz2
|
||||
# svn -r 3418 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
||||
# tar -cjvf flashrom-3418.tar.bz2 flashrom
|
||||
Source0: flashrom-3418.tar.bz2
|
||||
Patch0: flashrom--Makefile_cleanup.diff
|
||||
URL: http://linuxbios.org/Flashrom
|
||||
BuildRequires: pciutils-devel
|
||||
@ -26,7 +26,7 @@ and write new contents on the chips ("flash the chip").
|
||||
|
||||
%build
|
||||
# currently disabling DiscOnChip due to instability
|
||||
CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"3332\"' -DDISABLE_DOC" %{__make} %{?_smp_mflags}
|
||||
CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"3418\"'" %{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
@ -44,6 +44,19 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
|
||||
%{_mandir}/man8/%{name}.*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 6 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.11.20080607svn3418
|
||||
- AMIC A29002
|
||||
- flashing system with Nvidia MCP67
|
||||
- PCI IDs for EPIA-CN
|
||||
- VIA SPI controller on VT8237S
|
||||
- ICH7 SPI support
|
||||
- support for AMIC Technology A49LF040A
|
||||
- Board enable and autodetection for GIGABYTE GA-7VT600
|
||||
- Add support for Amic Technology A29040B flash chip
|
||||
- Board enable and autodetection for BioStar P4M80-M4
|
||||
- Add support for the ASUS P4B266 board
|
||||
- Add support for Amic A25L40P SPI flash
|
||||
|
||||
* Fri Jun 6 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.10.20080517svn3332
|
||||
- Exclude sparc64
|
||||
|
||||
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
flashrom-0-0_11_20080607svn3418_fc8:HEAD:flashrom-0-0.11.20080607svn3418.fc8.src.rpm:1215452254
|
Loading…
Reference in New Issue
Block a user