1. 945045b Add support for some more Fintek chips and an ALi chip. by Uwe Hermann · 17 years ago
  2. 5f45fc2 Fix up the SMSC detection code to probe _both_ old- and new-style by Uwe Hermann · 17 years ago
  3. 7fe8f5d by Carl-Daniel Hailfinger · 17 years ago
  4. 03f2322 Don't arbitrarily enable PERR# and SERR# for PCI devices. by Marc Jones · 17 years ago
  5. c3da366 Add detection support for lots more Winbond Super I/Os (trivial). by Uwe Hermann · 17 years ago
  6. e0ffaa1 Dump support for the Fintek F71805 (trivial). by Uwe Hermann · 17 years ago
  7. f845e02 As per suggestion from Yinghai Lu <yinghailu@gmail.com> this patch by Uwe Hermann · 17 years ago
  8. 48cac24 Detection support for the Winbond W83627HF (trivial). by Uwe Hermann · 17 years ago
  9. 2ee78d8 Fix compilation warning. by Ward Vandewege · 17 years ago
  10. 322076c Various cosmetic changes and coding style fixes (trivial). by Uwe Hermann · 17 years ago
  11. 0f86732 Add detection support for quite a number of SMSC Super I/Os. Also, add by Uwe Hermann · 17 years ago
  12. 6b4ad43 Minor fixes/improvements in the Fintek code (trivial). by Uwe Hermann · 17 years ago
  13. 3a9740d Fix another, similar typo as in r2800 (trivial). Reported by Robert Millan. by Uwe Hermann · 17 years ago
  14. aa8e9bd Fix typo which causes build error if CK804_USE_NIC is set (trivial). by Uwe Hermann · 17 years ago
  15. c49b834 Add SiS device IDs for further update. by Morgan Tsai · 17 years ago
  16. d9ab798 Fix abuild for the MSI MS-7260 (trivial). by Uwe Hermann · 17 years ago
  17. 970d06b Add support for the MSI MS-7260 (K9N Neo) mainboard. by Uwe Hermann · 17 years ago
  18. 420f6ab Add register dump capability for ITE IT8718F (trivial). by Uwe Hermann · 17 years ago
  19. eddc473 Add -D / --dump-readable option which prints the Super I/O register by Uwe Hermann · 17 years ago
  20. b4db220 Decouple the ITE code from fintek.c, it doesn't belong there. by Uwe Hermann · 17 years ago
  21. 0702469 Fix up and generalize the ITE IT8708F code. It was only working out of by Uwe Hermann · 17 years ago
  22. 42670a7 The s2891 ships with a 1MB rom chip. The targets/tyan/s2891/Config.lb file assumes a 1MB rom chip. by Ward Vandewege · 17 years ago
  23. 2c290e3 Superiotool: Add dump support to the Winbond W83697HF/F. by Uwe Hermann · 17 years ago
  24. e474956 Implement usage for --help and put the same information into the README, too. by Uwe Hermann · 17 years ago
  25. 7e7e9ac Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG. by Uwe Hermann · 17 years ago
  26. 3acf31e Further code simplifications and improvements. by Uwe Hermann · 17 years ago
  27. 3ef9b74 by Ward Vandewege · 17 years ago
  28. 786b0c4 by Ward Vandewege · 17 years ago
  29. 25a6c0f Split out enter_conf_mode_*()/exit_conf_mode_() functions, we'll soon need by Uwe Hermann · 17 years ago
  30. c73ea4d by Ward Vandewege · 17 years ago
  31. de24a0e Use uint16_t and friends where appropriate (trivial). by Uwe Hermann · 17 years ago
  32. d754d2c Make the code a bit more generic (trivial). Different Super I/Os by Uwe Hermann · 17 years ago
  33. 6ff6af7 Superiotool: Add support for the SMSC FDC37N769. by Uwe Hermann · 17 years ago
  34. d8a18a2 Add a README for superiotool (trivial). by Uwe Hermann · 17 years ago
  35. 519419b Split out a dump_superio() function from ite.c, and make it slightly more by Uwe Hermann · 17 years ago
  36. 4cb7e71 Make 'struct superio_registers' globally available, pretty much by Uwe Hermann · 17 years ago
  37. 0120e1a Split up superiotool.c into multiple source files, one per vendor. by Uwe Hermann · 17 years ago
  38. 18c70d7 More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE. by Yinghai Lu · 17 years ago
  39. 3335adb This is a full rewrite of all the CS5530/CS5530A code. The previous code was by Uwe Hermann · 17 years ago
  40. 741e1e6 I still don't understand a word, but I tried to improve the documentation. (trivial) by Stefan Reinauer · 17 years ago
  41. dde1d70 Fix abuild run of the MSI MS-6178 (trivial). by Uwe Hermann · 17 years ago
  42. a9838cf Add a common/global failover.c file which can be used by all by Uwe Hermann · 17 years ago
  43. 41b8834 Add initial support for the Intel 810 based board MSI MS-6178. by Uwe Hermann · 17 years ago
  44. 7798c88 Change out/in combinations to pci_read/write_byte in sis630 chipset enable. by Alex Beregszaszi · 17 years ago
  45. f9b0f7f Remove useless 'extern' keywords (trivial). by Uwe Hermann · 17 years ago
  46. 863c1bf Add '(C)' where it's missing (for consistency reasons). by Uwe Hermann · 17 years ago
  47. 09735cb Add missing license header to udelay.c. by Uwe Hermann · 17 years ago
  48. cbc95f3 Partial changes and fixup. by Ronald G. Minnich · 17 years ago
  49. 6226f13 Welcome to PC Engines and the ALIX 1C! by Ronald G. Minnich · 17 years ago
  50. 9398958 Add a copy of the GPL in the flashrom repository as it's an independent by Uwe Hermann · 17 years ago
  51. 98ef9ce Small consistency fixes (trivial). by Uwe Hermann · 17 years ago
  52. 2046ff9 Various coding style and whitespace fixes (trivial). by Uwe Hermann · 17 years ago
  53. c4c54a5 Add ITE IT8716F support to probe_superio. This helps especially by Carl-Daniel Hailfinger · 17 years ago
  54. 1ae8e83 Rename probe_superio.c to superiotool.c. by Uwe Hermann · 17 years ago
  55. 8c14e45 Move probe_superio into the global util/ directory. by Uwe Hermann · 17 years ago
  56. bd26392 Add support for the ITE IT8708F. by Uwe Hermann · 17 years ago
  57. 8a5a264 Fix typo for the ITE IT8712F (trivial). by Uwe Hermann · 17 years ago
  58. 2109010 Add support for the Athlon64 x2 5000+ CPU. by Torsten Duwe · 17 years ago
  59. 736c1d8 Add support for the Winbond W29EE011. by Markus Boas · 17 years ago
  60. 3b78de6 Add support for the Winbond W29C040P. by Markus Boas · 17 years ago
  61. 6c71f73 Change all flashrom license headers to use our standard format. by Uwe Hermann · 17 years ago
  62. b1786c2 This patch makes ITE Super I/O probing/dumping a little bit more generic, by Carl-Daniel Hailfinger · 17 years ago
  63. 7a7890a This patch rewrites probe_superio almost completely. by Carl-Daniel Hailfinger · 17 years ago
  64. ba9ce9f Cosmetic fixes (trivial). by Uwe Hermann · 17 years ago
  65. 0a6bb91 Drop duplicated code (copies of plain JEDEC functions). by Uwe Hermann · 17 years ago
  66. 2fe2391 Drop a bunch of useless header files, merge them into flash.h. by Uwe Hermann · 17 years ago
  67. 3a9bbc2 Move code into *.c files, there's no reason to have it in header files. by Uwe Hermann · 17 years ago
  68. 3436698 Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify. by Ed Swierk · 17 years ago
  69. 4d43255 flashrom: Add board enable for the EPoX EP-BX3. by Luc Verhaegen · 17 years ago
  70. 7ab2268 flashrom: Add missing supported flash chips to the README (trivial). by Uwe Hermann · 17 years ago
  71. ae293d7 This patch adds support for the M50FLW040A, M50FLW040B, M50FLW080A, by Carl-Daniel Hailfinger · 17 years ago
  72. 3a26208 This patch adds support for ST M50FW040 and ST M29W040B to flashrom. by Carl-Daniel Hailfinger · 17 years ago
  73. 451762d Fix Agami Aruma target (the only one using the part) by Stefan Reinauer · 17 years ago
  74. c0a689c trivial: clarify comment on ADM1026_DEVICE address by Peter Stuge · 17 years ago
  75. 6540ae5 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> by Stefan Reinauer · 17 years ago
  76. 6cf6877 some agami i2c merges by Stefan Reinauer · 17 years ago
  77. 3fa1363 [Arg! Forgot to 'svn add', sorry] by Uwe Hermann · 17 years ago
  78. aa4bedf Generic driver for pretty much all known Standard Microsystems Corporation by Uwe Hermann · 17 years ago
  79. 9bcad23 Flashrom: Add support for Tyan Tomcat K7M. by Luc Verhaegen · 17 years ago
  80. a0aaa75 Artec Group dbe61 mainboard support. by Marc Jones · 17 years ago
  81. dfb3c13 Various minor cosmetics and coding style fixes (trivial). by Uwe Hermann · 17 years ago
  82. c72ff11 The GPIOs used for UART2 RX and TX were reversed. by Marc Jones · 17 years ago
  83. cbb8d8a This patch fixes up a couple mistakes I made with the i82810 and mew-vw to make by Corey Osgood · 17 years ago
  84. 440113f small agami aruma configuration updates (trivial) by Stefan Reinauer · 17 years ago
  85. fc53b3c Fix the static device tree of the ASI MB-5BLMP target. This was broken in by Uwe Hermann · 17 years ago
  86. dd55e86 his patch fixes the CAS map for -.5 and -1 CAS settings. The -.5 setting should only shift the mask one bit, not two. by Marc Jones · 17 years ago
  87. d9e56e9 Small bugfix in i82801xx_lpc.c. by Corey Osgood · 17 years ago
  88. c0eb5e0 Add initial support for the Intel 82810 northbridge. by Corey Osgood · 17 years ago
  89. e99bd10 This patch adds support for the Intel i82810 northbridge and various i82801xx by Corey Osgood · 17 years ago
  90. bd88057 Add the AMD DB800 (AKA Salsa) mainboard. by Marc Jones · 17 years ago
  91. bc359473 Minor tweaks in the 440BX RAM init code (trivial). by Uwe Hermann · 17 years ago
  92. 538b849 Add support for the IEI JUKI-511P and IEI ROCKY-512 half-size boards. by Nikolay Petukhov · 17 years ago
  93. e29a664 Fix up and document the AMD CS5530/CS5530A support in flashrom. by Uwe Hermann · 17 years ago
  94. ecbe8e5 Add support for the Winbond W83977F-A Super I/O. by Nikolay Petukhov · 17 years ago
  95. 6602070 flashrom: Document the newly supported IBM x3455 board and the by Uwe Hermann · 17 years ago
  96. 5e2a42a Move GPIO settings to board specific code for IBM x3455 by Stefan Reinauer · 17 years ago
  97. 444e39e Add support for BCM HT1000 chipset to flashrom. Tested on IBM x3455. (trivial) by Stefan Reinauer · 17 years ago
  98. 973b068 Switch the Tyan S1846 to a fallback-only boot per default to allow by Uwe Hermann · 17 years ago
  99. 6e96adb Tyan S1846: Minor fixes in static device tree (trivial): by Uwe Hermann · 17 years ago
  100. 4ce039f Fix the static device tree of the Tyan S1846. Especially the by Uwe Hermann · 17 years ago