Re: [flashrom] [PATCH] RFC: enable flashrom to write images of arbitrary size

2016-11-09 Thread Peter Mamonov
Partial-Reads-and-Writes > . LMK if this is any help. Thanks for the tip! Looks like an ultimate solution. I'll try it and report the results later. Regards, Peter > > > > On Mon, Nov 7, 2016 at 1:00 PM, Peter Mamonov wrote: > > Flashrom restricts an image size to be eq

[flashrom] [PATCH] RFC: enable flashrom to write images of arbitrary size

2016-11-07 Thread Peter Mamonov
Flashrom restricts an image size to be equal to a ROM capacity. This is inconvenient in case of large and slow ROM chips, when only part of the ROM should be updated. This patch removes this restriction in a quick-and-dirty manner. Signed-off-by: Peter Mamonov --- flashrom.c | 26