Commit History

Author SHA1 Message Date
  hailfinger 428f685cd7 Split off programmer.h from flash.h. 14 years ago
  hailfinger b9560eedba We have a generic unlocking infrastructure. Use it for SPI chips. 14 years ago
  hailfinger c7d06c6409 Convert SPI chips to partial write, but wrap the write functions in a 14 years ago
  hailfinger ddeb4ace76 Make programmer_param static by converting all users to 14 years ago
  hailfinger 1ef766d088 Various places in the flashrom source feature custom parameter 14 years ago
  hailfinger 1ff33dcb8d Kill global variables, constants and functions if local scope suffices. 14 years ago
  hailfinger 90c7d54963 So far, we have up to 4 different names for the same thing (ignoring 14 years ago
  hailfinger 39d159a7f3 Every SPI programmer driver had its own completely different chip write 14 years ago
  snelson 8913d08dcf Split spi.c into programmer and chip code 15 years ago
  snelson 9393299023 Convert all messages in ft2232_spi.c to the new message infrastructure. 15 years ago
  hailfinger 1220e59746 Programmer debug messages during programmer init/shutdown are useful 15 years ago
  hailfinger 9060466d76 Reduce realloc syscall overhead for FT2232 and bitbang. 15 years ago
  hailfinger 322be7122f Pretty much everybody who used the FT2232 SPI driver in flashrom had 15 years ago
  uwe b34ec9fc65 Cosmetics and small coding style fixes (trivial). 15 years ago
  stepan a5807bff12 This patch cleans up flashrom so that it passes LLVM/clang's scan-build 15 years ago
  hailfinger 7df213628f This is a patch which stores eraseblock sizes and corresponding block 15 years ago
  uwe 2a41434539 Standardize on using __func__ instead of __FUNCTION__. 15 years ago
  hailfinger d9dcfbd119 If FT2232H SPI is not enabled, it should be compiled out completely. We 15 years ago
  hailfinger 4f45a4fd00 Use a common parameter variable for all programmers. This allows us to 15 years ago
  hailfinger e8b674ce3f Some SPI chip drivers and the generic 1-byte SPI chip write functions 15 years ago
  hailfinger 9c290a72b3 Use a distinct return code for SPI commands with unsupported/invalid 15 years ago
  hailfinger ec9334b4b9 Convert SPI byte program to use the multicommand infrastructure. 15 years ago
  hailfinger 68002c26d5 Add SPI multicommand infrastructure. 15 years ago
  hailfinger e98628b59d ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and 15 years ago
  uwe 619a15a338 Random minor flashrom fixes: 15 years ago
  hailfinger f31da3d787 This patch adds support for a new SPI programmer, based on the 15 years ago