1. 0120e1a Split up superiotool.c into multiple source files, one per vendor. by Uwe Hermann · 17 years ago
  2. 7798c88 Change out/in combinations to pci_read/write_byte in sis630 chipset enable. by Alex Beregszaszi · 17 years ago
  3. f9b0f7f Remove useless 'extern' keywords (trivial). by Uwe Hermann · 17 years ago
  4. 863c1bf Add '(C)' where it's missing (for consistency reasons). by Uwe Hermann · 17 years ago
  5. 09735cb Add missing license header to udelay.c. by Uwe Hermann · 17 years ago
  6. 9398958 Add a copy of the GPL in the flashrom repository as it's an independent by Uwe Hermann · 17 years ago
  7. 98ef9ce Small consistency fixes (trivial). by Uwe Hermann · 17 years ago
  8. 2046ff9 Various coding style and whitespace fixes (trivial). by Uwe Hermann · 17 years ago
  9. c4c54a5 Add ITE IT8716F support to probe_superio. This helps especially by Carl-Daniel Hailfinger · 17 years ago
  10. 1ae8e83 Rename probe_superio.c to superiotool.c. by Uwe Hermann · 17 years ago
  11. 8c14e45 Move probe_superio into the global util/ directory. by Uwe Hermann · 17 years ago
  12. bd26392 Add support for the ITE IT8708F. by Uwe Hermann · 17 years ago
  13. 8a5a264 Fix typo for the ITE IT8712F (trivial). by Uwe Hermann · 17 years ago
  14. 736c1d8 Add support for the Winbond W29EE011. by Markus Boas · 17 years ago
  15. 3b78de6 Add support for the Winbond W29C040P. by Markus Boas · 17 years ago
  16. 6c71f73 Change all flashrom license headers to use our standard format. by Uwe Hermann · 17 years ago
  17. b1786c2 This patch makes ITE Super I/O probing/dumping a little bit more generic, by Carl-Daniel Hailfinger · 17 years ago
  18. 7a7890a This patch rewrites probe_superio almost completely. by Carl-Daniel Hailfinger · 17 years ago
  19. ba9ce9f Cosmetic fixes (trivial). by Uwe Hermann · 17 years ago
  20. 0a6bb91 Drop duplicated code (copies of plain JEDEC functions). by Uwe Hermann · 17 years ago
  21. 2fe2391 Drop a bunch of useless header files, merge them into flash.h. by Uwe Hermann · 17 years ago
  22. 3a9bbc2 Move code into *.c files, there's no reason to have it in header files. by Uwe Hermann · 17 years ago
  23. 3436698 Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify. by Ed Swierk · 17 years ago
  24. 4d43255 flashrom: Add board enable for the EPoX EP-BX3. by Luc Verhaegen · 17 years ago
  25. 7ab2268 flashrom: Add missing supported flash chips to the README (trivial). by Uwe Hermann · 17 years ago
  26. ae293d7 This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A, by Carl-Daniel Hailfinger · 17 years ago
  27. 3a26208 This patch adds support for ST M50FW040 and ST M29W040B to flashrom. by Carl-Daniel Hailfinger · 17 years ago
  28. 6540ae5 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> by Stefan Reinauer · 17 years ago
  29. 9bcad23 Flashrom: Add support for Tyan Tomcat K7M. by Luc Verhaegen · 17 years ago
  30. e29a664 Fix up and document the AMD CS5530/CS5530A support in flashrom. by Uwe Hermann · 17 years ago
  31. 6602070 flashrom: Document the newly supported IBM x3455 board and the by Uwe Hermann · 17 years ago
  32. 5e2a42a Move GPIO settings to board specific code for IBM x3455 by Stefan Reinauer · 17 years ago
  33. 444e39e Add support for BCM HT1000 chipset to flashrom. Tested on IBM x3455. (trivial) by Stefan Reinauer · 17 years ago
  34. da0eec0 Minor cosmetics (trivial). by Uwe Hermann · 17 years ago
  35. 1bccabc drop leftover includes (trivial) by Stefan Reinauer · 17 years ago
  36. 0c6c4fc some copyright analysis by Stefan Reinauer · 17 years ago
  37. 8924fdd factor out register mapping code (trivial) by Stefan Reinauer · 17 years ago
  38. a18501d Unify mmap error messages in flashrom (trivial) by Stefan Reinauer · 17 years ago
  39. f8eea5c big cosmetic offensive on flashrom. (trivial) by Stefan Reinauer · 17 years ago
  40. f8953dc Add support for the Winbond W39V040FA chip. by Uwe Hermann · 17 years ago
  41. c141282 fix lbtdump after last checkin. (trivial) by Stefan Reinauer · 17 years ago
  42. 917bf6b Here is a small fix to prevent a segmentation fault in lbtdump. by Ben Hewson · 17 years ago
  43. a56b998 Flashrom: add support for ASUS P5A (Socket 7, ALi based). by Luc Verhaegen · 17 years ago
  44. c7dc7cc Fix coding style of flashrom by running indent on all files: by Uwe Hermann · 17 years ago
  45. 5941c25 Add WinBond Super IO helpers. by Luc Verhaegen · 17 years ago
  46. 24c9612 Enable flashing on the IWILL DK8-HTX board by configuring the Super I/O by Mondrian Nuessle · 17 years ago
  47. 7580f87 Add initial support for the following flash chips: by Uwe Hermann · 17 years ago
  48. dabbf57 Revert the image size increasing for abuild. It breaks more boards than by Uwe Hermann · 17 years ago
  49. f83c182 Increase image size for abuild. This should fix the build of these boards: by Uwe Hermann · 17 years ago
  50. 6f278ad Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild. by Uwe Hermann · 17 years ago
  51. a94b4c6 Update URL for the PCI IRQ Routing Table Specification (trivial). by Uwe Hermann · 17 years ago
  52. 29800b7 Make the output of getpir look a bit less crappy (trivial). by Uwe Hermann · 17 years ago
  53. f1291cf Exit on return code of read_layout and print error message to stderr by Stefan Reinauer · 17 years ago
  54. f43cb68 Trivial patch: Make buildrom a little bit more verbose. by Stefan Reinauer · 17 years ago
  55. 78b5e37 Rename flash_rom.c to flashrom.c. The tool is called 'flashrom' after all. by Uwe Hermann · 17 years ago
  56. 46d65e8 Jeremy Jackson wrote: by Jeremy Jackson · 17 years ago
  57. 4880353 flashrom: Add VIA CX700 to the list of supported southbridges (trivial). by Uwe Hermann · 17 years ago
  58. 4e5cc9d add support for CX700 builtin southbridge by Randall Philipson · 17 years ago
  59. 24cc7bf increase image size for abuild (trivial) by Stefan Reinauer · 17 years ago
  60. ba43064 Trivial patch: by Stefan Reinauer · 17 years ago
  61. 03cafbf Trivial (cosmetic) cleanup: by Stefan Reinauer · 17 years ago
  62. b8c6437 flashrom: split flash_enable.c into chipset_enable.c and board_enable.c by Luc Verhaegen · 17 years ago
  63. cbef76e Drop useless and partly even incorrect comments (trivial). by Uwe Hermann · 17 years ago
  64. 195237f Coding style fixes (trivial). by Uwe Hermann · 17 years ago
  65. 0d9d0ba Flashrom: Add support for the ICH7-DH southbridge (untested). by Uwe Hermann · 17 years ago
  66. 5445639 This is a trivial cosmetic fix. Without it, the error message might look like: by Stefan Reinauer · 17 years ago
  67. 681d788 The attached patch adds additional PCI IDs for MCP55 LPC devices to by Ed Swierk · 17 years ago
  68. 47ce57a flashrom: Fix wrong VT8235 flash enable failed warning. by Luc Verhaegen · 17 years ago
  69. 53b9c1e7 Add Winbond W39V080A support to Flashrom. by David Hendricks · 17 years ago
  70. 811f5c1 Add support for the Gigabyte m57sli-s4 board to flashrom. by Ward Vandewege · 17 years ago
  71. 3ecf500 Currently the flashrom Makefile tries to detect whether pciutils-devel by Ed Swierk · 18 years ago
  72. 4020dd5 Include src/include/boot/linuxbios_tables.h in the flashrom source by Uwe Hermann · 18 years ago
  73. 4f9cf13 This patch is a rework of Adam Kaufman's Solaris patch. by Adam Kaufman · 18 years ago
  74. 097d9a2 Add support for the SST 49LF160C. by Alan Carvalho de Assis · 18 years ago
  75. 8e4ee4f Delete superfluous and incorrect comment (trivial). by Uwe Hermann · 18 years ago
  76. 298f898 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom. by Yinghai Lu · 18 years ago
  77. 6a5bc46 trivial enhancement by Stefan Reinauer · 18 years ago
  78. c2c8646 Improve flashrom description in the manpage a bit (trivial). by Uwe Hermann · 18 years ago
  79. 7adaa11 Update flashrom requirements in the README (trivial). by Uwe Hermann · 18 years ago
  80. 8bb1dc5 ouch. always abuild with payloads! trivial fix. by Stefan Reinauer · 18 years ago
  81. abad5ef Add an install target to the flashrom Makefile which installs flashrom by Uwe Hermann · 18 years ago
  82. fe6d118 Update list of supported flash chips in the flashrom README (trivial). by Uwe Hermann · 18 years ago
  83. 6104bd1 List the supported flash chips and southbridges in the flashrom by Uwe Hermann · 18 years ago
  84. 5718338 fix romcc preprocessor bug by Eric Biederman · 18 years ago
  85. 98b75f0 Fix location of the bug tracker in the manpage (trivial). by Uwe Hermann · 18 years ago
  86. 3ab63e1 apply patch from Giampiero Giancipoli <gianci@email.it>: by Giampiero Giancipoli · 18 years ago
  87. 440d6f9 Add support for ASD AE49F2008 by Stefan Reinauer · 18 years ago
  88. 3a99864 flashrom: Only write the flash if the image has the same size by Stefan Reinauer · 18 years ago
  89. 9e20192 Rename SM_ID to SYNCMOS_ID (trivial). by Uwe Hermann · 18 years ago
  90. 71d310f Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004T by Uwe Hermann · 18 years ago
  91. d083e79 Cosmetic fixes and typos (trivial). by Uwe Hermann · 18 years ago
  92. 0eb7424 Support for the 256K SyncMos S29C51002T flash. by Giampiero Giancipoli · 18 years ago
  93. ca63120 * fix the automatic build system by compressing payloads if possible by Stefan Reinauer · 18 years ago
  94. f7980d8 Instead of checking the first byte only, the whole part is checked now. This by Stefan Reinauer · 18 years ago
  95. c65113c Fix some code comments of the Intel PIIX4/PIIX4E/PIIX4M code. by Uwe Hermann · 18 years ago
  96. 10fd79a Support for VIA VT82C686 in flashrom utility (trivial) by Stefan Reinauer · 18 years ago
  97. 918a7cf Fix bug in 'sed' invocation in abuild, which causes build errors in by Uwe Hermann · 18 years ago
  98. bdb50fe Add support for Intel PIIX4/PIIX4E/PIIX4M-based mainboards to flashrom. by Uwe Hermann · 18 years ago
  99. 700b38a small tracker test (trivial change). closes #3 by Stefan Reinauer · 18 years ago
  100. 0caddbd Small tracker test (trivial change). closes #3 by Stefan Reinauer · 18 years ago