| Submitter | Carl-Daniel Hailfinger |
|---|---|
| Date | 2010-07-13 15:01:40 |
| Message ID | <4C3C7FD4.9000802@gmx.net> |
| Download | mbox | patch |
| Permalink | /patch/1622/ |
| State | Accepted |
| Commit | r1186 |
| Headers | show |
Comments
On Tue, Jul 13, 2010 at 05:01:40PM +0200, Carl-Daniel Hailfinger wrote: > This is a respin of a patch sent on 01.06.2010 17:01 by Idwer Vollering. > I have fixed whitespace, line wrapping and other patch mangling. > > Update README to list al the needed rpm files [1] and update the download > location of csdpmi. > > Signed-off-by: Idwer Vollering <vidwer+flashrom@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Uwe.
On 19.07.2010 19:23, Uwe Hermann wrote: > On Tue, Jul 13, 2010 at 05:01:40PM +0200, Carl-Daniel Hailfinger wrote: > >> This is a respin of a patch sent on 01.06.2010 17:01 by Idwer Vollering. >> I have fixed whitespace, line wrapping and other patch mangling. >> >> Update README to list al the needed rpm files [1] and update the download >> location of csdpmi. >> >> Signed-off-by: Idwer Vollering <vidwer+flashrom@gmail.com> >> > > Acked-by: Uwe Hermann <uwe@hermann-uwe.de> > Thanks, committed in r1186. Regards, Carl-Daniel
Patch
Index: README =================================================================== --- README (revision 1022) +++ README (working copy) @@ -94,8 +94,8 @@ Get RPMs of the cross compiler from the DJGPP site and install them: djcross-binutils-2.19.1-10ap.i386.rpm - djcross-gcc-tools-4.4.1-1ap.i686.rpm djcross-gcc-4.3.2-8ap.i686.rpm + djcrx-2.04pre_20090725-13ap.i386.rpm Download pciutils 3.1.5 and apply http://assembler.cz/flashrom/pciutils.patch Download and compile http://assembler.cz/flashrom/libgetopt/ Compile pciutils, see README.DJGPP for instructions. @@ -107,8 +107,9 @@ or (above settings hardcoded) make djgpp-dos You might have to add WARNERROR=no to the make command line. - To run flashrom.exe, download http://clio.rice.edu/djgpp/csdpmi7b.zip and - make sure CWSDPMI.EXE is in the current directory. + To run flashrom.exe, download and unpack + http://homer.rice.edu/~sandmann/cwsdpmi/csdpmi7b.zip and make sure + CWSDPMI.EXE is in the current directory. Installation ------------
This is a respin of a patch sent on 01.06.2010 17:01 by Idwer Vollering. I have fixed whitespace, line wrapping and other patch mangling. Update README to list al the needed rpm files [1] and update the download location of csdpmi. Signed-off-by: Idwer Vollering <vidwer+flashrom@gmail.com> [1]: http://www.flashrom.org/pipermail/flashrom/2010-May/003116.html