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