read more about it in my blog post: http://blogs.coreboot.org/blog/2011/06/24/gsoc-2011-flashrom-part-2-sfdp/
Stefan Tauner (3): fix probe_flash to report new values set by probing functions add check_block_erasers which returns the number of well-defined erasers for a chip add support for SFDP (JESD216)
chipdrivers.h | 1 + flashchips.c | 24 +++++ flashchips.h | 1 + flashrom.c | 102 +++++++++++++++------- spi.h | 5 + spi25.c | 273 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 373 insertions(+), 33 deletions(-)