1. 8df401d for some reasons the externals did not get committed. by Stefan Reinauer · 17 years ago
  2. 6322baa This patch removes '\n' from the help output since this looks a bit strange. by Bernhard Walle · 17 years ago
  3. 2e152be Enable MX25L8005 support in flashrom. The #defines were already there. by Harald Gutmann · 17 years ago
  4. c7323f1 Add support for the SST25VF040B 4 Mbit SPI flash chip. by Carl-Daniel Hailfinger · 17 years ago
  5. 11e90e0 Add board enable for the gigabyte ga_2761gxdk board by Ronald G. Minnich · 17 years ago
  6. b5f9bd6 Print at least the vendor for SPI flash chips if the exact chip ID is unknown. by Carl-Daniel Hailfinger · 17 years ago
  7. 717f66d Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all have by Carl-Daniel Hailfinger · 17 years ago
  8. 85acc09 Add continuation ID support to jedec.c by Carl-Daniel Hailfinger · 17 years ago
  9. 1704179 This fixes a few vendor IDs to conform with JEDEC publication 106W by Carl-Daniel Hailfinger · 17 years ago
  10. 19cf6a3 All SPI chips mentioned in flashchips.c had their sector size listed as by Carl-Daniel Hailfinger · 17 years ago
  11. 29df7a9 Print the chip status register for all SPI chips on probe if verbose by Carl-Daniel Hailfinger · 17 years ago
  12. d0ad60a Add 25VF016B support to flashrom. Untested, but verified against the data sheet. by Carl-Daniel Hailfinger · 17 years ago
  13. 244dd82 Add support for ST M25P05-A, M25P10-A, M25P20, M25P40, M25P16, M25P32, by Carl-Daniel Hailfinger · 17 years ago
  14. 12a3f1e To make it easier to add new SPI chips to flashchips.c, rename functions by Carl-Daniel Hailfinger · 17 years ago
  15. 3b408fd Add support for ST M25P80 chips to flashrom. Detection was tested. by Carl-Daniel Hailfinger · 17 years ago
  16. 850c01c Add support for more atmel chips: AT49F002 AT49F002N AT49F002T AT49F002NT by Frederico Silva · 17 years ago
  17. 186a387 Various coding style fixes, constification, fixed typos (trivial). by Uwe Hermann · 17 years ago
  18. d795b9a Add board-enable for Acorp 6A815EPD. by Jonathan A. Kollasch · 17 years ago
  19. 9fe02e8 [LinuxBIOS] flashrom support for AMD Geode CS5536 by Lane Brooks · 17 years ago
  20. 6d6146c Fix ATMEL 29C020 detection with flashrom. The JEDEC probe routine had by Carl-Daniel Hailfinger · 17 years ago
  21. 825c809 Add support for Intel 440MX systems. by Uwe Hermann · 17 years ago
  22. 5384dac Added Am29LV040B by Peter Lemenkov · 17 years ago
  23. 2ef3927 Flashrom: Add more Vendor IDs and ensure correct sorting in flash.h. by Peter Lemenkov · 17 years ago
  24. c4a0b911 Introduce block and sector erase routines to flashrom, but do not use them yet. by Carl-Daniel Hailfinger · 17 years ago
  25. bd76023 Remove hardcoded wait from SPI write/erase routines and check the chip by Carl-Daniel Hailfinger · 17 years ago
  26. 69a392b Documentation fixes and updates (trivial). by Uwe Hermann · 17 years ago
  27. 79aa01a Add generic SPI flash erase and write support to flashrom. The first by Carl-Daniel Hailfinger · 17 years ago
  28. dcb9abd Some cosmetic cleanups in the flashrom code and output. by Uwe Hermann · 17 years ago
  29. 84453c02f Fix wrong values/typos in chipset_enable.c. This has been confirmed by by Carl-Daniel Hailfinger · 17 years ago
  30. f8dabcc Multiple flashrom fixes: by Uwe Hermann · 17 years ago
  31. e62537a Add Gigabyte M61P-S3 SPI flash support to board_enable.c by Michael van der Kolff · 17 years ago
  32. 259aaf0 Convert the existing it8716f_* functions to generic_spi_* functions by by Carl-Daniel Hailfinger · 17 years ago
  33. 16f6171 (forgot to add spi.c) by Carl-Daniel Hailfinger · 17 years ago
  34. a28edc5 Move SPI code out of board_enable.c where it started its life. The SPI by Carl-Daniel Hailfinger · 17 years ago
  35. c63643d by Ronald G. Minnich · 17 years ago
  36. f904a59 Revert my last cleanup patch. by Uwe Hermann · 17 years ago
  37. 5982a06 Cosmetic changes to make the flashrom output more consistent (trivial). by Uwe Hermann · 17 years ago
  38. 573ff50 [FLASHROM] Fix the help, and print a message when nothing happens by Jordan Crouse · 17 years ago
  39. 0de6f0a by Carl-Daniel Hailfinger · 17 years ago
  40. 7fe8f5d by Carl-Daniel Hailfinger · 17 years ago
  41. 7798c88 Change out/in combinations to pci_read/write_byte in sis630 chipset enable. by Alex Beregszaszi · 17 years ago
  42. f9b0f7f Remove useless 'extern' keywords (trivial). by Uwe Hermann · 17 years ago
  43. 863c1bf Add '(C)' where it's missing (for consistency reasons). by Uwe Hermann · 17 years ago
  44. 09735cb Add missing license header to udelay.c. by Uwe Hermann · 17 years ago
  45. 9398958 Add a copy of the GPL in the flashrom repository as it's an independent by Uwe Hermann · 17 years ago
  46. 736c1d8 Add support for the Winbond W29EE011. by Markus Boas · 17 years ago
  47. 3b78de6 Add support for the Winbond W29C040P. by Markus Boas · 17 years ago
  48. 6c71f73 Change all flashrom license headers to use our standard format. by Uwe Hermann · 17 years ago
  49. ba9ce9f Cosmetic fixes (trivial). by Uwe Hermann · 17 years ago
  50. 0a6bb91 Drop duplicated code (copies of plain JEDEC functions). by Uwe Hermann · 17 years ago
  51. 2fe2391 Drop a bunch of useless header files, merge them into flash.h. by Uwe Hermann · 17 years ago
  52. 3a9bbc2 Move code into *.c files, there's no reason to have it in header files. by Uwe Hermann · 17 years ago
  53. 3436698 Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify. by Ed Swierk · 17 years ago
  54. 4d43255 flashrom: Add board enable for the EPoX EP-BX3. by Luc Verhaegen · 17 years ago
  55. 7ab2268 flashrom: Add missing supported flash chips to the README (trivial). by Uwe Hermann · 17 years ago
  56. ae293d7 This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A, by Carl-Daniel Hailfinger · 17 years ago
  57. 3a26208 This patch adds support for ST M50FW040 and ST M29W040B to flashrom. by Carl-Daniel Hailfinger · 17 years ago
  58. 9bcad23 Flashrom: Add support for Tyan Tomcat K7M. by Luc Verhaegen · 17 years ago
  59. e29a664 Fix up and document the AMD CS5530/CS5530A support in flashrom. by Uwe Hermann · 17 years ago
  60. 6602070 flashrom: Document the newly supported IBM x3455 board and the by Uwe Hermann · 17 years ago
  61. 5e2a42a Move GPIO settings to board specific code for IBM x3455 by Stefan Reinauer · 17 years ago
  62. 444e39e Add support for BCM HT1000 chipset to flashrom. Tested on IBM x3455. (trivial) by Stefan Reinauer · 17 years ago
  63. da0eec0 Minor cosmetics (trivial). by Uwe Hermann · 17 years ago
  64. 1bccabc drop leftover includes (trivial) by Stefan Reinauer · 17 years ago
  65. 0c6c4fc some copyright analysis by Stefan Reinauer · 17 years ago
  66. 8924fdd factor out register mapping code (trivial) by Stefan Reinauer · 17 years ago
  67. a18501d Unify mmap error messages in flashrom (trivial) by Stefan Reinauer · 17 years ago
  68. f8eea5c big cosmetic offensive on flashrom. (trivial) by Stefan Reinauer · 17 years ago
  69. f8953dc Add support for the Winbond W39V040FA chip. by Uwe Hermann · 17 years ago
  70. a56b998 Flashrom: add support for ASUS P5A (Socket 7, ALi based). by Luc Verhaegen · 17 years ago
  71. c7dc7cc Fix coding style of flashrom by running indent on all files: by Uwe Hermann · 17 years ago
  72. 5941c25 Add WinBond Super IO helpers. by Luc Verhaegen · 17 years ago
  73. 24c9612 Enable flashing on the IWILL DK8-HTX board by configuring the Super I/O by Mondrian Nuessle · 17 years ago
  74. 7580f87 Add initial support for the following flash chips: by Uwe Hermann · 17 years ago
  75. f1291cf Exit on return code of read_layout and print error message to stderr by Stefan Reinauer · 17 years ago
  76. 78b5e37 Rename flash_rom.c to flashrom.c. The tool is called 'flashrom' after all. by Uwe Hermann · 17 years ago
  77. 4880353 flashrom: Add VIA CX700 to the list of supported southbridges (trivial). by Uwe Hermann · 17 years ago
  78. 4e5cc9d add support for CX700 builtin southbridge by Randall Philipson · 17 years ago
  79. 03cafbf Trivial (cosmetic) cleanup: by Stefan Reinauer · 17 years ago
  80. b8c6437 flashrom: split flash_enable.c into chipset_enable.c and board_enable.c by Luc Verhaegen · 17 years ago
  81. cbef76e Drop useless and partly even incorrect comments (trivial). by Uwe Hermann · 17 years ago
  82. 195237f Coding style fixes (trivial). by Uwe Hermann · 17 years ago
  83. 0d9d0ba Flashrom: Add support for the ICH7-DH southbridge (untested). by Uwe Hermann · 17 years ago
  84. 5445639 This is a trivial cosmetic fix. Without it, the error message might look like: by Stefan Reinauer · 17 years ago
  85. 681d788 The attached patch adds additional PCI IDs for MCP55 LPC devices to by Ed Swierk · 18 years ago
  86. 47ce57a flashrom: Fix wrong VT8235 flash enable failed warning. by Luc Verhaegen · 18 years ago
  87. 53b9c1e7 Add Winbond W39V080A support to Flashrom. by David Hendricks · 18 years ago
  88. 811f5c1 Add support for the Gigabyte m57sli-s4 board to flashrom. by Ward Vandewege · 18 years ago
  89. 3ecf500 Currently the flashrom Makefile tries to detect whether pciutils-devel by Ed Swierk · 18 years ago
  90. 4020dd5 Include src/include/boot/linuxbios_tables.h in the flashrom source by Uwe Hermann · 18 years ago
  91. 4f9cf13 This patch is a rework of Adam Kaufman's Solaris patch. by Adam Kaufman · 18 years ago
  92. 097d9a2 Add support for the SST 49LF160C. by Alan Carvalho de Assis · 18 years ago
  93. 8e4ee4f Delete superfluous and incorrect comment (trivial). by Uwe Hermann · 18 years ago
  94. 298f898 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom. by Yinghai Lu · 18 years ago
  95. c2c8646 Improve flashrom description in the manpage a bit (trivial). by Uwe Hermann · 18 years ago
  96. 7adaa11 Update flashrom requirements in the README (trivial). by Uwe Hermann · 18 years ago
  97. abad5ef Add an install target to the flashrom Makefile which installs flashrom by Uwe Hermann · 18 years ago
  98. fe6d118 Update list of supported flash chips in the flashrom README (trivial). by Uwe Hermann · 18 years ago
  99. 6104bd1 List the supported flash chips and southbridges in the flashrom by Uwe Hermann · 18 years ago
  100. 98b75f0 Fix location of the bug tracker in the manpage (trivial). by Uwe Hermann · 18 years ago