1. 21c7890 Rename SPI erase functions to include opcode by Carl-Daniel Hailfinger · 17 years ago
  2. f5df46f Add support for ST M25P80 chips by Carl-Daniel Hailfinger · 17 years ago
  3. 4bcf175 Add support for more atmel chips by Frederico Silva · 17 years ago
  4. 372eeb5 Various coding style fixes, constification, fixed typos by Uwe Hermann · 17 years ago
  5. c778556 Add board-enable for Acorp 6A815EPD by Jonathan A. Kollasch · 17 years ago
  6. d54958a Flashrom support for AMD Geode CS5536 by Lane Brooks · 17 years ago
  7. 03d2826 Fix ATMEL 29C020 detection with flashrom by Carl-Daniel Hailfinger · 17 years ago
  8. 97a6470 Add support for Intel 440MX and Fujitsu MBM29F400TC by Uwe Hermann · 17 years ago
  9. 220e26b Add Am29LV040B by Peter Lemenkov · 17 years ago
  10. 539478d Add more Vendor IDs and ensure correct sorting in flash.h by Peter Lemenkov · 17 years ago
  11. 5b1c6ed Introduce block and sector erase routines, but do not use them yet by Carl-Daniel Hailfinger · 17 years ago
  12. 145acec Remove hardcoded wait from SPI write/erase routines and check the chip status register instead by Carl-Daniel Hailfinger · 17 years ago
  13. 67808fe Documentation fixes and updates by Uwe Hermann · 17 years ago
  14. 6b44496 Add generic SPI flash erase and write support by Carl-Daniel Hailfinger · 17 years ago
  15. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  16. dca0ab1 Fix wrong values/typos in chipset_enable.c by Carl-Daniel Hailfinger · 17 years ago
  17. 2c5d4c6 Multiple flashrom fixes by Uwe Hermann · 17 years ago
  18. 3385cb8 Add Gigabyte M61P-S3 SPI flash support to board_enable.c by Michael van der Kolff · 17 years ago
  19. 3d94a0e Convert the existing it8716f_* functions to generic_spi_* functions by Carl-Daniel Hailfinger · 17 years ago
  20. 7053926 Add spi.c forgotten in r145 by Carl-Daniel Hailfinger · 17 years ago
  21. 00f911e Move SPI code out of board_enable.c where it started its life by Carl-Daniel Hailfinger · 17 years ago
  22. fa49692 Changes to support the K8N-NEO3, first tested at Google on GSOC day :-) by Ronald G. Minnich · 17 years ago
  23. ac30934 Revert my last cleanup patch by Uwe Hermann · 17 years ago
  24. 17d00ab Cosmetic changes to make the flashrom output more consistent by Uwe Hermann · 17 years ago
  25. 144ede6 Fix the help, and print a message when nothing happens by Jordan Crouse · 17 years ago
  26. e151499 This patch aims to restructure SPI flash support in a more reasonable way by Carl-Daniel Hailfinger · 17 years ago
  27. 9224262 Add preliminary SPI flash identification support for SPI chips attached to ITE IT8716F Super I/O by Carl-Daniel Hailfinger · 17 years ago
  28. c9fb5d9 Change out/in combinations to pci_read/write_byte in sis630 chipset enable by Alex Beregszaszi · 17 years ago
  29. a0cc53d Remove useless 'extern' keywords by Uwe Hermann · 17 years ago
  30. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  31. ca7f0e4 Add missing license header to udelay.c by Uwe Hermann · 17 years ago
  32. 83c6c53 Add a dedicated license by Uwe Hermann · 17 years ago
  33. d2ac6fc Add support for the Winbond W29EE011 by Markus Boas · 17 years ago
  34. 05e7f45 Add support for the Winbond W29C040P by Markus Boas · 17 years ago
  35. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
  36. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
  37. fd37414 Drop duplicated code (copies of plain JEDEC functions) by Uwe Hermann · 17 years ago
  38. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  39. 51582f2 Move code into *.c files, there's no reason to have it in header files by Uwe Hermann · 17 years ago
  40. 966dc20 Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify by Ed Swierk · 17 years ago
  41. fdd0c58 Add board enable for the EPoX EP-BX3 by Luc Verhaegen · 17 years ago
  42. 627505b Add missing supported flash chips to the README by Uwe Hermann · 17 years ago
  43. f41c66f Add various ST flash chips by Carl-Daniel Hailfinger · 17 years ago
  44. e087fa2 This patch adds support for ST M50FW040 and ST M29W040B by Carl-Daniel Hailfinger · 17 years ago
  45. 3270754 Add support for Tyan Tomcat K7M by Luc Verhaegen · 17 years ago
  46. f4a673b Fix up and document the AMD CS5530/CS5530A support by Uwe Hermann · 17 years ago
  47. e823ee0 Document the newly supported IBM x3455 board and the now-supported Broadcom HT-1000 chipset by Uwe Hermann · 17 years ago
  48. 1c283f4 Move GPIO settings to board specific code for IBM x3455 by Stefan Reinauer · 17 years ago
  49. c868b9e Add support for BCM HT1000 chipset by Stefan Reinauer · 17 years ago
  50. a880885 Minor cosmetics by Uwe Hermann · 17 years ago
  51. 7ed78c8 Drop leftover includes by Stefan Reinauer · 17 years ago
  52. 5380d51 Some copyright analysis by Stefan Reinauer · 17 years ago
  53. ff4f197 Factor out register mapping code by Stefan Reinauer · 17 years ago
  54. 7c1402f Unify mmap error messages by Stefan Reinauer · 17 years ago
  55. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
  56. bc1f1a0 Add support for the Winbond W39V040FA chip by Uwe Hermann · 17 years ago
  57. 6b14175 Add support for ASUS P5A (Socket 7, ALi based) by Luc Verhaegen · 17 years ago
  58. a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 17 years ago
  59. 7977f4e Add WinBond Super IO helpers by Luc Verhaegen · 17 years ago
  60. aef1c7c Enable flashing on IWILL DK8-HTX by Mondrian Nuessle · 17 years ago
  61. d7f4806 Add initial support for the following flash chips by Uwe Hermann · 17 years ago
  62. 0a05d67 Exit on return code of read_layout and print error message to stderr instead of stdout by Stefan Reinauer · 17 years ago
  63. 9a37ba6 Rename flash_rom.c.c by Uwe Hermann · 17 years ago
  64. a4c63c2 Add VIA CX700 to the list of supported southbridges by Uwe Hermann · 17 years ago
  65. c031066 Add support for CX700 builtin southbridge by Randall Philipson · 17 years ago
  66. 7038564 Trivial (cosmetic) cleanup by Stefan Reinauer · 17 years ago
  67. 8e3a600 Split flash_enable.c into chipset_enable.c and board_enable.c by Luc Verhaegen · 17 years ago
  68. af2b52d Drop useless and partly even incorrect comments by Uwe Hermann · 17 years ago
  69. 0b7afe6 Coding style fixes by Uwe Hermann · 17 years ago
  70. 3ad2518 Add support for the ICH7-DH southbridge (untested) by Uwe Hermann · 17 years ago
  71. df8a3c8 This is a trivial cosmetic fix by Stefan Reinauer · 18 years ago
  72. d6b86cf The attached patch adds additional PCI IDs for MCP55 LPC devices by Ed Swierk · 18 years ago
  73. 6382b44 Fix wrong VT8235 flash enable failed warning by Luc Verhaegen · 18 years ago
  74. 71437d0 Add Winbond W39V080A support by David Hendricks · 18 years ago
  75. 3ab5415 Add support for the Gigabyte m57sli-s4 board by Ward Vandewege · 18 years ago
  76. e871d1f Note in makefile messages that zlib may be needed for libpci by Ed Swierk · 18 years ago
  77. ce1041c Add support for LinuxBIOS tables independent from its source tree by Uwe Hermann · 18 years ago
  78. 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 18 years ago
  79. 474230a Add support for the SST 49LF160C by Alan Carvalho de Assis · 18 years ago
  80. 3618346 Delete superfluous and incorrect comment by Uwe Hermann · 18 years ago
  81. ca78297 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C by Yinghai Lu · 18 years ago
  82. 424b7cf Improve flashrom description in the manpage a bit by Uwe Hermann · 18 years ago
  83. 83f0db2 Update flashrom requirements in the README by Uwe Hermann · 18 years ago
  84. c113b57 Add an install target to the flashrom Makefile which installs flashrom into /usr/local/bin by Uwe Hermann · 18 years ago
  85. c22f542 Update list of supported flash chips in the flashrom README by Uwe Hermann · 18 years ago
  86. b6d2832 List the supported flash chips and southbridges in the flashrom README file by Uwe Hermann · 18 years ago
  87. 2bd07a0 Fix location of the bug tracker in the manpage by Uwe Hermann · 18 years ago
  88. 8c5299f Fix write_page_write_jedec() in jedec.c by Giampiero Giancipoli · 18 years ago
  89. ef54aba Add support for ASD AE49F2008 by Stefan Reinauer · 18 years ago
  90. 018aca8 Only write the flash if the image has the same size by Stefan Reinauer · 18 years ago
  91. 566820d Rename SM_ID to SYNCMOS_ID by Uwe Hermann · 18 years ago
  92. 838c769 Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004T by Uwe Hermann · 18 years ago
  93. 2dc5f42 Cosmetic fixes and typos by Uwe Hermann · 18 years ago
  94. a8c8082 Support for the 256K SyncMos S29C51002T flash by Giampiero Giancipoli · 18 years ago
  95. e60fd35 Instead of checking the first byte only, the whole part is checked now by Stefan Reinauer · 18 years ago
  96. 987942d Fix some code comments of the Intel PIIX4/PIIX4E/PIIX4M code by Uwe Hermann · 18 years ago
  97. c6b5f49 Support for VIA VT82C686 utility by Stefan Reinauer · 18 years ago
  98. ea2c66d Add support for Intel PIIX4/PIIX4E/PIIX4M-based mainboards by Uwe Hermann · 18 years ago
  99. 219b61e Multiple unrelated changes by Stefan Reinauer · 18 years ago
  100. e205d98 Here's a small patch to add support for the SST 49LF020A by Uwe Hermann · 18 years ago