On Mon, 26 Aug 2013 00:40:28 -0400 Rich rercola@pha.jhu.edu wrote:
A brief summary: Nothing works.
Hello Rich,
actually it does not look that grim at all! You just had bad luck that we have never encountered your flash chip yet and hence it was missing. When I looked at our previous code I felt the need to refactor it. I'll reply to this mail with my efforts to do that and add support for the chip you seem to have. They should be applied to r1722 so you may have to checkout flashrom from svn, see here: http://flashrom.org/Downloads#Installation_from_source
Additionally, there is a patch that affects your chipset that needs some testing, but which should not change anything. Testing would be appreciated. http://patchwork.coreboot.org/patch/4022/
Stefan Tauner (2): Cleanup ST M50 driver. Add support for ST M50LPW080.
82802ab.c | 1 + Makefile | 2 +- chipdrivers.h | 7 ++-- flashchips.c | 61 +++++++++++++++++++++--------- flashchips.h | 1 + stm50.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ stm50flw0x0x.c | 115 --------------------------------------------------------- 7 files changed, 152 insertions(+), 137 deletions(-) create mode 100644 stm50.c delete mode 100644 stm50flw0x0x.c