• Carl-Daniel Hailfinger's avatar
    Check 82802AB probing results for flash contents too · 12aa0be5
    Carl-Daniel Hailfinger authored
    
    JEDEC ID probing checks the parity of the vendor ID and verifies that
    the ID differs from the flash chip contents. Add the same feature to
    82802AB ID probing.
    
    This should reduce the number of lines we have to look at to determine
    if we're missing a chip definition or if we need a board enable. Just
    use grep on the log: grep -v "parity violation" To narrow it down
    further, try: grep -v "id1 is normal flash content, id2 is normal flash
    content" And of course you want to ignore the skipped probes: grep -v
    "skipped" The remaining lines are worth examining, and if those look
    bogus as well, you can bet that we just need a board enable.
    
    Corresponding to flashrom svn r971.
    Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
    Acked-by: default avatarMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
    12aa0be5
82802ab.c 6.83 KB