Re: [flashrom] [PATCH 0/7] Hello, Support for Atmel's AT25F series and some small stuff

2011-03-15 Thread Peter Lemenkov
2011/3/15 Paul Menzel paulepan...@users.sourceforge.net: (but (unfortunately ;-)) not all people are using Git.) Fortunately that's the only issue in flashrom :) -- With best regards, Peter Lemenkov. ___ flashrom mailing list flashrom@flashrom.org

Re: [flashrom] W29EE011-15 (was: Hello, Support for Atmel's AT25F series and some small stuff)

2011-03-15 Thread Michael Karcher
Am Dienstag, den 15.03.2011, 02:05 +0100 schrieb Stefan Tauner: even more puzzling (at least for me atm) are these erase verify failures... ./flashrom -V -p nic3com -c W29C010(M)/W29C011A/W29EE011/W29EE012 -w ../testimages/128kB.rand.img ... Reading old flash chip contents... Erasing and

[flashrom] [PATCH 0/8] retry

2011-03-15 Thread Stefan Tauner
ooops again. i missed that git send-email did not get the RCPT TO header correctly and did only send it to me last night. so here it is really. finally. please. :) Stefan Tauner (8): whitespace, documentation and other small stuff The AT25F512B is quite different from the other (yet

[flashrom] [PATCH 6/8] use getpagesize() to determine physmap's length in nicintel_spi.c

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- nicintel_spi.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/nicintel_spi.c b/nicintel_spi.c index 5a6e04d..811ed6e 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c @@ -26,11 +26,14 @@ */

[flashrom] [PATCH 1/8] whitespace, documentation and other small stuff

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- chipset_enable.c |4 ++-- drkaiser.c |2 +- flash.h |7 ++- flashchips.h |4 ++-- flashrom.c |4 ++-- print.c |2 +- print_wiki.c |2 +- spi25.c |

[flashrom] [PATCH 3/8] generify spi_rdid to allow passing different opcodes. This is needed to add support for Atmel's AT25F series.

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- spi25.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/spi25.c b/spi25.c index 5d73411..c4cd6b2 100644 --- a/spi25.c +++ b/spi25.c @@ -31,17 +31,17 @@ void

[flashrom] [PATCH 2/8] The AT25F512B is quite different from the other (yet unsupported) chips in the AT25F* familiy, so rename 512B-specific stuff.

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- chipdrivers.h |3 +-- flashchips.c |6 -- spi25.c | 10 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/chipdrivers.h b/chipdrivers.h index c01ab7a..dc46fe1 100644 ---

[flashrom] [PATCH 5/8] add support for 8086:1076 (82541GI) to nicintel_spi.c

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- nicintel_spi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/nicintel_spi.c b/nicintel_spi.c index 3882e81..5a6e04d 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c @@ -64,6 +64,7 @@ const struct

[flashrom] [PATCH 7/8] check if write enable is really set in nicintel_spi_init (and minor comment changes).

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- nicintel_spi.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/nicintel_spi.c b/nicintel_spi.c index 811ed6e..88d86af 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c @@ -34,11 +34,14 @@

[flashrom] [PATCH 8/8] Added (N) to the name of MX29F002B/T devices.

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- flashchips.c |4 ++-- flashchips.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flashchips.c b/flashchips.c index 7cb7d39..97aafef 100644 --- a/flashchips.c +++ b/flashchips.c @@ -4209,7 +4209,7

[flashrom] [PATCH 4/8] Add support for Atmel's AT25F series of SPI flash chips. This includes a new probing method (probe_spi_rdid_at25f), block erase method (spi_block_erase_62), spi_prettyprint_stat

2011-03-15 Thread Stefan Tauner
Signed-off-by: Stefan Tauner stefan.tau...@student.tuwien.ac.at --- chipdrivers.h |4 ++ flashchips.c | 87 flashchips.h | 10 ++--- spi.h | 14 -- spi25.c | 138 - 5 files

[flashrom] flashrom compiled without dependencies

2011-03-15 Thread Wop Byte
Is there a way to compile flashrom so that it statically includes the needed libraries? I need to run this on multiple (over 200) machines that runs a slim version of linux and they dont have internet access so I can just install it. If this isnt possible can it be packaged to run as a self

Re: [flashrom] flashrom compiled without dependencies

2011-03-15 Thread Gianluigi Tiesi
On 15/03/2011 22.16, Wop Byte wrote: Is there a way to compile flashrom so that it statically includes the needed libraries? I need to run this on multiple (over 200) machines that runs a slim version of linux and they dont have internet access so I can just install it. If this isnt