1. 89bed6d VIA: disable byte merging by Michael Karcher · 14 years ago
  2. 5f31ebe Board-enable for MS-7025 (K8N Neo2 Platinum) by Michael Karcher · 14 years ago
  3. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  4. 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
  5. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  6. f469c27 Print found PCI IDs during chipset detection by Carl-Daniel Hailfinger · 14 years ago
  7. 33d7b6a Disable probing for one variant of MCP55 to enable Tyan S2915 by Carl-Daniel Hailfinger · 14 years ago
  8. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  9. cfa674f Rename identifiers called 'byte' by Michael Karcher · 15 years ago
  10. ce5fad0 Refactor MCP SPI detection by Carl-Daniel Hailfinger · 15 years ago
  11. ea3b1b4 Add SPI mode diagnostics for all post-MCP55 (nForce 5) chipsets from Nvidia by Carl-Daniel Hailfinger · 15 years ago
  12. db7c153 Add Intel NM10 chipset enable by David Hendricks · 15 years ago
  13. 4e2fb0e Don't use "byte" as identifier by Michael Karcher · 15 years ago
  14. 9cce2f5 Chipset: Fix sis5x0 register write verification by Luc Verhaegen · 15 years ago
  15. 9678539 Fix Intel FWH decode size by Michael Karcher · 15 years ago
  16. cd8404d Add VIA VT8233A identification, mark as tested by Raúl Soriano · 15 years ago
  17. 73d2119 Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable by Luc Verhaegen · 15 years ago
  18. e498410 Chipset: Add support for Intel Poulsbo chipset by Adam Jurkowski · 15 years ago
  19. 2a9e245 Use the maximum decode size infrastructure by Carl-Daniel Hailfinger · 15 years ago
  20. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  21. 9892ca6 Chipset: remove sis630 chipset enable for sis540 by Luc Verhaegen · 15 years ago
  22. a661e15 Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI) by Maciej Pijanka · 15 years ago
  23. 797a834 Add support for Intel 3400 series / 5 series chipset by Carl-Daniel Hailfinger · 15 years ago
  24. 6a0269e Mark Elitegroup K7S5A as supported by Carl-Daniel Hailfinger · 15 years ago
  25. 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
  26. 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
  27. aad7e67 Mark NVIDIA Nforce4/MCP04 as tested by Luc Verhaegen · 15 years ago
  28. cd00e88 Chipset support for the nVidia nForce 4 by Luc Verhaegen · 15 years ago
  29. 3e0774d Add chipset support for VIA VT82C596 by adding a PCI ID by Uwe Hermann · 15 years ago
  30. e715c7b Enable flashrom on Wyse Winterm S50 by Nils Jacobs · 15 years ago
  31. 174962d Use correct name for SB700/SB710/SB750 instead of calling them SB700 by Carl-Daniel Hailfinger · 15 years ago
  32. 95baaad Add support for ICH9 engineering sample by Carl-Daniel Hailfinger · 15 years ago
  33. 4449868 Allow the user to override FWH IDSEL on ICH6 and later by Carl-Daniel Hailfinger · 15 years ago
  34. 8fa6481 Fix up MSR handling to support more OSes than Linux. by Stefan Reinauer · 15 years ago
  35. 630c79d Make debug messages printf_debug(). by Stefan Reinauer · 15 years ago
  36. 4c7ea38 Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decode settings to the debug output by Carl-Daniel Hailfinger · 15 years ago
  37. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  38. f8555e2 This is a workaround for a bug in SB600 and SB700 by Carl-Daniel Hailfinger · 15 years ago
  39. 1432a60 Random minor flashrom fixes by Uwe Hermann · 15 years ago
  40. 9899cad Print the bus type(s) of both chipset and chip in the flashrom output by Uwe Hermann · 15 years ago
  41. e6abef0 Chipset enable for VIA VT8233 by Mateusz Murawski · 15 years ago
  42. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  43. 4e58790 List the size (in KB) and type of supported flash chips in 'flashrom -L' by Uwe Hermann · 15 years ago
  44. 8dfea83 The VIA VX800 chipset works with the VT8237S code after adding an entry for the VX800 PCI ID by Arjan Koers · 15 years ago
  45. e9d04d4 Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested by Uwe Hermann · 15 years ago
  46. b22918c Only probe for chips with compatible bus protocols by Carl-Daniel Hailfinger · 15 years ago
  47. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  48. 90e8e61 Add NForce2 chipset enable by Luc Verhaegen · 15 years ago
  49. e8ba538 A bunch of output beautifications and improvements, as well as doc fixes by Uwe Hermann · 15 years ago
  50. 78185dc Use accessor functions for MMIO by Carl-Daniel Hailfinger · 15 years ago
  51. 05fab75 List all boards which are by Uwe Hermann · 15 years ago
  52. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  53. 9862251 Uwe tested the recent SB600 SPI commit and notified me of one unexpected problem by Carl-Daniel Hailfinger · 15 years ago
  54. dbfa029 Create a SB600 SPI detection heuristic by Carl-Daniel Hailfinger · 15 years ago
  55. 4179d29 Make chipset list alphabetically ordered as the other lists by Uwe Hermann · 15 years ago
  56. b003991 Store and display chipset test status (not only chip status) by Uwe Hermann · 15 years ago
  57. 19997ae Clarify error message in enable_flash_sb600() a little by Peter Stuge · 15 years ago
  58. 9bb88ac Revert r466 because of inverted logic by Carl-Daniel Hailfinger · 15 years ago
  59. a66ceba Cleanup redundant condition and clarify message a little by Peter Stuge · 15 years ago
  60. 7725fa8 Touch up some error messages in enable_flash_cs5536() by Peter Stuge · 15 years ago
  61. f6e3efb Clean up the SB400 chipset enable code by Carl-Daniel Hailfinger · 15 years ago
  62. 41d6bd9 Rewrite the SB600 chipset enable function by Carl-Daniel Hailfinger · 15 years ago
  63. b452a91 Here is a fix for chipset_enable.c when there is not /dev/cpu by Bertrand Jacquin · 15 years ago
  64. 284a600 Force enabling SPI mode for SB600 is a bad idea and leads to hangs by Zheng Bao · 15 years ago
  65. 7b2969b Some coding style and consistency fixes by Uwe Hermann · 15 years ago
  66. 0c2029f Following patch fixes VIA SPI (VT8237S) by Rudolf Marek · 16 years ago
  67. 20ed5d1 Add VT8237A PCI ID by Peter Stuge · 16 years ago
  68. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
  69. ccf8c6c Check all mmap() calls and print helpful Linux error message by Peter Stuge · 16 years ago
  70. 37179b8 Fix ICH9 locking register address and add important debug output by FENG yu ning · 16 years ago
  71. b5d677b Add AMD-768 chipset support by Sven Schnelle · 16 years ago
  72. ed2352b Add i631x LPC support by Sven Schnelle · 16 years ago
  73. e8a3e4c Initialize ICH SPI opcodes also for ICH9 and later by Peter Stuge · 16 years ago
  74. f041e9b Various ichspi.c refinements by FENG yu ning · 16 years ago
  75. c05a295 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configuration is locked down by FENG yu ning · 16 years ago
  76. f63c0dc Add AMD SB700 flash enable by Niels Ole Salscheider · 16 years ago
  77. 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
  78. a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
  79. d3b0e39 Dump ICH8/ICH9/ICH10 SPI registers by Carl-Daniel Hailfinger · 16 years ago
  80. b759db2 Enable SPI boot flash support on EP80579, which has the ICH7 register set by Ed Swierk · 16 years ago
  81. c556d32 Add support for the Intel 82371MX (MPIIX) southbridge by Uwe Hermann · 16 years ago
  82. 8720345 Add support for the Intel 82371FB PIIX and 82371SB (PIIX3) southbridges by Uwe Hermann · 16 years ago
  83. 190f849 Add support for the VIA VT82C586A/B chipset, improve documentation by Uwe Hermann · 16 years ago
  84. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  85. a88daa7 Allow the SiS 620 chipset to detect and read at least 256kb chips by Urja Rannikko · 16 years ago
  86. 3af487d SB600 has four write once LPC ROM protect areas by Marc Jones · 16 years ago
  87. 28ec74b Add ICH10 support by Carl-Daniel Hailfinger · 16 years ago
  88. cd2ed47 Recognize the Intel EP80579 LPC flash interface by Ed Swierk · 16 years ago
  89. 7f27464 Adding support for flashing system with Nvidia MCP67 by Stefan Reinauer · 16 years ago
  90. 2cb94e1 First attempt to clean up SPI probing and create a common construct: the flash bus by Stefan Reinauer · 16 years ago
  91. 3fdbccf This patch adds support for VIA SPI controller on VT8237S by Rudolf Marek · 16 years ago
  92. 7e2c079 Fix ICH7 non-SPI that broke in r3393 by Peter Stuge · 16 years ago
  93. a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
  94. 793bdcd A bunch of cosmetic improvements by Uwe Hermann · 16 years ago
  95. 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
  96. 1b18b3c ICH8 and ICH9 have an almost identical SPI interface, only the location of the SPIBAR differs by Carl-Daniel Hailfinger · 16 years ago
  97. b46acba Add support for SPI chips on ICH9 by Dominik Geyer · 16 years ago
  98. 6dc1d3b Add more infrastructure for flashrom ICH9 support by Carl-Daniel Hailfinger · 16 years ago
  99. a00e2a0 Add the Intel 6300ESB as known chipset to the chipset struct enables by Claus Gindhart · 16 years ago
  100. 9477c4e Enable ROM decode range to 1MB for vt8237r by Bari Ari · 16 years ago