[flashrom] [PATCH 3/4] sbxxx: Add support for new AMD SPI controller.

Wei Hu wei at aristanetworks.com
Fri Aug 9 01:26:02 CEST 2013


On Thu, Aug 8, 2013 at 3:55 PM, Stefan Tauner
<stefan.tauner at student.tuwien.ac.at> wrote:
> +       /* Starting with Yangtze the SPI controller got a bigger FIFO */
> +       if (amd_gen == CHIPSET_YANGTZE) {
> +               spi_programmer_sb600.max_data_read = 71;
> +               spi_programmer_sb600.max_data_read = 71 - 3;
> +       }


Wow this looks great! What are you doing here? Also, can we increase
max_data_write?




More information about the flashrom mailing list