I am Interested in exploring the uses of this software with my Bus
Pirate. Have you made a tutorial for using this? I have looked over the
Wiki and have found no explanation on how to use this and a severe lack
of documentation. A valid tutorial would really help the vast majority
of potential users and donators.
Sincerely,
Kyle D Wood
Add board enable for Dell OptiPlex GX1.
This is a new version of an earlier patch.
- Change matching PCI ID:s to ethernet and north bridge.
- Truncate board name to "OptiPlex GX1" as this patch probably apply
to the whole series (they share the same vendor BIOS download).
- Add URL to print.c
- Marked board as OK. This was tested with an earlier version of
flashrom (r1092), but nothing has changed that affects this patch
(GPO30 is still always available on PIIX4).
lspci output:
http://www.flashrom.org/pipermail/flashrom/2010-July/004042.html
Signed-off-by: Mattias Mattsson <vitplister(a)gmail.com>
Thanks!
-mattias
Author: uwe
Date: Tue Oct 5 23:21:09 2010
New Revision: 1190
URL: http://flashrom.org/trac/flashrom/changeset/1190
Log:
Quickfix for broken writes on FT2232H based programmers.
Not sure if this is the final/correct fix, but for now it definately
fixes writes on FT2232H hardware. I have tested this on both, the
DLP Design DLP-USB1232H, and the openbiosprog-spi hardware.
Thanks to Joshua Roys <roysjosh(a)gmail.com> for the hint on IRC.
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006(a)gmx.net>
Modified:
trunk/ft2232_spi.c
Modified: trunk/ft2232_spi.c
==============================================================================
--- trunk/ft2232_spi.c Tue Oct 5 22:28:36 2010 (r1189)
+++ trunk/ft2232_spi.c Tue Oct 5 23:21:09 2010 (r1190)
@@ -195,7 +195,7 @@
msg_perr("Unable to set latency timer\n");
}
- if (ftdi_write_data_set_chunksize(ftdic, 512)) {
+ if (ftdi_write_data_set_chunksize(ftdic, 256)) {
msg_perr("Unable to set chunk size\n");
}
Hi,
I have tested flashrom r1143 patched with board enable (raise GPO14)
on an MSI MS-6163 with Winbond W29C020C flash. Probe, read, erase,
write all work.
Logs attached.
Thanks,
-mattias