[flashrom] [commit] r1907 - trunk

2016-01-03 Thread repository service
Author: stefanct Date: Mon Jan 4 04:05:15 2016 New Revision: 1907 URL: http://flashrom.org/trac/flashrom/changeset/1907 Log: serprog: allow to omit specifying a baud rate. On USB-based serial connections (VCP) the requested baud rate usually does not matter (much). Remove the arbitrary

[flashrom] [commit] r1905 - trunk

2016-01-03 Thread repository service
Author: stefanct Date: Mon Jan 4 04:04:36 2016 New Revision: 1905 URL: http://flashrom.org/trac/flashrom/changeset/1905 Log: serprog: clear NDELAY flag only once after opening the port. Change sp_openserport() to directly clear the O_NONBLOCK flag that is potentially set by opening the device

[flashrom] [commit] r1908 - trunk

2016-01-03 Thread repository service
Author: stefanct Date: Mon Jan 4 04:05:23 2016 New Revision: 1908 URL: http://flashrom.org/trac/flashrom/changeset/1908 Log: serprog: fix missing device parameter error message on Windows. Previously, flashrom -p serprog didnt notice a completely missing dev= string on Windows. Also, the error

Re: [flashrom] [PATCH] Modify strnlen() check for old OSes to check its presence directly

2016-01-03 Thread Stefan Tauner
On Sun, 3 Jan 2016 22:22:19 +0300 Andrey Korolyov wrote: > Adding generic check against the function in addition to check for > a problematic compiler. Hi Andrey, thanks for the patch. Did you notice any breakage in the wild? I hesitate to include your change because that

Re: [flashrom] Successful flashing of a Dell Latitude D630

2016-01-03 Thread Márton Miklós
Hello all, My "try to flash all old stuff at home with flashrom" project continued. Today's victim was a Dell Latitude D630 with discrete VGA and BIOS version A07. I have successfully updated to the A17 BIOS version with the latest flasrom from svn. Now I have not forgotten to log the write

[flashrom] [PATCH] Modify strnlen() check for old OSes to check its presence directly

2016-01-03 Thread Andrey Korolyov
Adding generic check against the function in addition to check for a problematic compiler. Fixes: r1878: Make strnlen() visible in old versions of glibc. Signed-off-by: Andrey Korolyov --- flash.h | 2 +- helpers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)