1. 55e6eba Move ARRAY_SIZE to stdlib.h to make it available to all code (trivial). by Uwe Hermann · 17 years ago
  2. 9b80a8d Drop duplicated and unneeded #defines from some northbridges (trivial). by Uwe Hermann · 17 years ago
  3. 65bc460 This code gets us to a working linux boot on the alix1c. I have not tested by Ronald G. Minnich · 17 years ago
  4. 3d02e1e Add support for the AXUS TC320 thin client. by Juergen Beisert · 17 years ago
  5. 5384dac Added Am29LV040B by Peter Lemenkov · 17 years ago
  6. cb00e7a Some fixes for the BCOM WinNET100, mostly in Config.lb: by Uwe Hermann · 17 years ago
  7. bf873e4 Another CONSTification... (trivial) by Stefan Reinauer · 17 years ago
  8. 50542a8 This change removes all warnings from romcc in my build environment, by Stefan Reinauer · 17 years ago
  9. a9e5821 smaller changes to silence build warnings. (trivial) by Stefan Reinauer · 17 years ago
  10. 124e4a4 analog changes for the cpu_driver structures... by Stefan Reinauer · 17 years ago
  11. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  12. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  13. 643eee0 drop unused variable (and thus warning). trivial patch. by Stefan Reinauer · 17 years ago
  14. 8b838361 Add support for the Intel mFCPGA 478 socket. (trivial) by Stefan Reinauer · 17 years ago
  15. 862ccfd by Ward Vandewege · 17 years ago
  16. 35823e9 by Ward Vandewege · 17 years ago
  17. e6d093f by Ward Vandewege · 17 years ago
  18. 2ef3927 Flashrom: Add more Vendor IDs and ensure correct sorting in flash.h. by Peter Lemenkov · 17 years ago
  19. 1d4fc0c This patch adds support for K8T890CE northbridge. by Rudolf Marek · 17 years ago
  20. bed2f9c Trivial: remove unused variable. by Ronald G. Minnich · 17 years ago
  21. c4a0b911 Introduce block and sector erase routines to flashrom, but do not use them yet. by Carl-Daniel Hailfinger · 17 years ago
  22. d56981f This is a hack for easier testing of GRUB2 in LinuxBIOSv2 by Stefan Reinauer · 17 years ago
  23. cb56d21 Put the print in the right place. This is trivial patch but a very by Ronald G. Minnich · 17 years ago
  24. dd86328 I am signing off and acking this trivial patch, as I just wasted several by Ronald G. Minnich · 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. 7dabe5e Drop support for the --human-readable option. It's not any more useful than by Uwe Hermann · 17 years ago
  30. d937b52 Print the version number always, not only in verbose mode. by Uwe Hermann · 17 years ago
  31. 7a90c14 Add dump support for the Winbond W83697SF. by Idwer Vollering · 17 years ago
  32. e447df1 Add a debug message to keyboard init. This helped isolate at least one by Carl-Daniel Hailfinger · 17 years ago
  33. 84453c02f Fix wrong values/typos in chipset_enable.c. This has been confirmed by by Carl-Daniel Hailfinger · 17 years ago
  34. fb0b3e7 Fix up totally broken Super I/O setup on the MSI MS-7260 (K9N Neo). by Uwe Hermann · 17 years ago
  35. f8dabcc Multiple flashrom fixes: by Uwe Hermann · 17 years ago
  36. 398b605 Add detection support for the Winbond W83977AF as found in the by Uwe Hermann · 17 years ago
  37. e62537a Add Gigabyte M61P-S3 SPI flash support to board_enable.c by Michael van der Kolff · 17 years ago
  38. 259aaf0 Convert the existing it8716f_* functions to generic_spi_* functions by by Carl-Daniel Hailfinger · 17 years ago
  39. 52bc993 Add resource size and resource granularity reporting to device_util.c. by Carl-Daniel Hailfinger · 17 years ago
  40. dc34cab Fix the detection for the Winbond W83697SF. Unfortunately the revision by Uwe Hermann · 17 years ago
  41. 92d3434 Dump support for the Winbond W83977TF. by Idwer Vollering · 17 years ago
  42. 8c1c1c0 Completely rip out / replace the ASUS P2B code (which wasn't really working), by Uwe Hermann · 17 years ago
  43. 16f6171 (forgot to add spi.c) by Carl-Daniel Hailfinger · 17 years ago
  44. a28edc5 Move SPI code out of board_enable.c where it started its life. The SPI by Carl-Daniel Hailfinger · 17 years ago
  45. a3e0387 This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA) by Joseph Smith · 17 years ago
  46. 72c0584 Fix stupid thinko in the Winbond detection code which prevented some by Uwe Hermann · 17 years ago
  47. 4910809 Add dump support for the NSC PC8374L (trivial). by Uwe Hermann · 17 years ago
  48. 572268e Fix the resource end in amdk8/northbridge.c. by Rudolf Marek · 17 years ago
  49. 39a5bf7 Set the superiotool version number from svn at build time. by Ulf Jordan · 17 years ago
  50. 45c1556 Dump support for the SMSC LPC47N227. by Stefan Reinauer · 17 years ago
  51. c63643d by Ronald G. Minnich · 17 years ago
  52. 6dbc0e1 Superiotool manpage/documentation improvements (trivial). by Uwe Hermann · 17 years ago
  53. 90216de Set the default video memory to 0 MB for all GX1 boards which don't yet by Uwe Hermann · 17 years ago
  54. f904a59 Revert my last cleanup patch. by Uwe Hermann · 17 years ago
  55. 5982a06 Cosmetic changes to make the flashrom output more consistent (trivial). by Uwe Hermann · 17 years ago
  56. ae1ab3e This patch adds the CONFIG_VIDEO_MB option to boards that by Corey Osgood · 17 years ago
  57. 96fb22d Minor cosmetic changes (trivial). by Uwe Hermann · 17 years ago
  58. d744d90 Add support for the BCOM WinNET100 (used in the IGEL-316 thin client). by Juergen Beisert · 17 years ago
  59. 0446dbb Fixup a register dump attached to the wrong Super I/O. Seems something by Uwe Hermann · 17 years ago
  60. 14f304a Add detection support for lots more SMSC Super I/Os (trivial). by Uwe Hermann · 17 years ago
  61. 557a901 Make the reserved video memory on Geode GX1 based systems configurable. by Juergen Beisert · 17 years ago
  62. a166bb1 Add missing '\n' to a printk_debug() and some other small fixes by Uwe Hermann · 17 years ago
  63. 44bb777 Some more ITE chips and small fixes (trivial). by Uwe Hermann · 17 years ago
  64. abeb63d Detection support for a bunch of NSC Super I/Os (trivial). by Uwe Hermann · 17 years ago
  65. 37f1669 Fix some issues with spaces in the code and Doxygen style documentation. by Juergen Beisert · 17 years ago
  66. e9d4616 Print a short message if no Super I/O chip could be detected (trivial). by Uwe Hermann · 17 years ago
  67. 84bf1e2 Add a list of contributors to the README (trivial). Also, a small hint by Uwe Hermann · 17 years ago
  68. c387b0b Add dump support for the Winbond W83627THF/THG. by David Hendricks · 17 years ago
  69. 0920357 Add a manpage for superiotool (trivial). by Uwe Hermann · 17 years ago
  70. 8a9c03f Dump support for the SMSC FDC37B72x. by Robinson P. Tryon · 17 years ago
  71. e1073f1 Dump support for the SMSC FDC37B78x. by Robinson P. Tryon · 17 years ago
  72. 87c4999 Dump support for the SMSC FDC37M81x. by Robinson P. Tryon · 17 years ago
  73. 409b4f2 Add dump support for the Winbond W83627HF/F/HG/G. by Rasmus Wiman · 17 years ago
  74. 4ac3217 by Juergen Beisert · 17 years ago
  75. 23740c8 Add dump support for the SMSC LPC47M10x (trivial). by Uwe Hermann · 17 years ago
  76. dc81769 Add dump support for the ITE IT8661F. Note that this chip will not yet by Robinson P. Tryon · 17 years ago
  77. 5debf36 Add some more Winbond chips (trivial). by Uwe Hermann · 17 years ago
  78. db5f953 Add detection support for the LPC47B387 (trivial). by Uwe Hermann · 17 years ago
  79. 4354103 Add dump support for the ITE IT8705F/AF. by Robinson P. Tryon · 17 years ago
  80. 8b8d039 * Convert the NSC code to the common code structure all other Super I/Os use. by Uwe Hermann · 17 years ago
  81. 573ff50 [FLASHROM] Fix the help, and print a message when nothing happens by Jordan Crouse · 17 years ago
  82. 209148c Add a copy of the GPL (trivial). by Uwe Hermann · 17 years ago
  83. ec1edd1 Print superiotool version when run with --verbose. by Robinson P. Tryon · 17 years ago
  84. 0de6f0a by Carl-Daniel Hailfinger · 17 years ago
  85. 3617103 Thee lines in i82801xx_pci.c need to be removed. They cause the by Joseph Smith · 17 years ago
  86. e4d4eba De-uglify the --version output (trivial). by Uwe Hermann · 17 years ago
  87. afe8309 Random minor fixes. Use svn revision as superiotool version number. by Uwe Hermann · 17 years ago
  88. 945045b Add support for some more Fintek chips and an ALi chip. by Uwe Hermann · 17 years ago
  89. 5f45fc2 Fix up the SMSC detection code to probe _both_ old- and new-style by Uwe Hermann · 17 years ago
  90. 7fe8f5d by Carl-Daniel Hailfinger · 17 years ago
  91. 03f2322 Don't arbitrarily enable PERR# and SERR# for PCI devices. by Marc Jones · 17 years ago
  92. c3da366 Add detection support for lots more Winbond Super I/Os (trivial). by Uwe Hermann · 17 years ago
  93. e0ffaa1 Dump support for the Fintek F71805 (trivial). by Uwe Hermann · 17 years ago
  94. f845e02 As per suggestion from Yinghai Lu <yinghailu@gmail.com> this patch by Uwe Hermann · 17 years ago
  95. 48cac24 Detection support for the Winbond W83627HF (trivial). by Uwe Hermann · 17 years ago
  96. 2ee78d8 Fix compilation warning. by Ward Vandewege · 17 years ago
  97. 322076c Various cosmetic changes and coding style fixes (trivial). by Uwe Hermann · 17 years ago
  98. 0f86732 Add detection support for quite a number of SMSC Super I/Os. Also, add by Uwe Hermann · 17 years ago
  99. 6b4ad43 Minor fixes/improvements in the Fintek code (trivial). by Uwe Hermann · 17 years ago
  100. 3a9740d Fix another, similar typo as in r2800 (trivial). Reported by Robert Millan. by Uwe Hermann · 17 years ago