• Stefan Tauner's avatar
    chipset_enable.c: add a message for untested chipset enables · ec8c2484
    Stefan Tauner authored
    
    Old output:
    Calibrating delay loop... OK.
    Found chipset "Intel QS57", enabling flash write... OK.
    This chipset supports the following protocols: FWH, SPI.
    
    new non-verbose output for tested chipsets:
    Calibrating delay loop... OK.
    Found chipset "Intel QS57". Enabling flash write... OK.
    This chipset supports the following protocols: FWH, SPI.
    
    new non-verbose output for untested chipsets:
    Found chipset "Intel QS57".
    This chipset is marked as untested. If you are using an up-to-date version
    of flashrom please email a report to flashrom@flashrom.org including a
    verbose (-V) log.
    Enabling flash write... OK.
    This chipset supports the following protocols: FWH, SPI.
    
    Corresponding to flashrom svn r1379.
    Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
    Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
    ec8c2484
chipset_enable.c 39 KB