1. dadc0a6 Add Intel Tunnel Creek chipset support, mark it as tested by Ingo Feldschmid · 13 years ago
  2. 0e3f1cf Kill all exit() calls in chipset_enable.c by Tadas Slotkus · 13 years ago
  3. ad47034 Introduce ERROR_FATAL, abort upon failed chipset enables by Tadas Slotkus · 13 years ago
  4. 3093f8f Add a bunch of new/tested stuff and various small changes 7 by Sylvain "ythier" Hitier · 13 years ago
  5. bd0c70a Fix printing of the Boot BIOS Straps on Intel chipsets by Stefan Tauner · 13 years ago
  6. 6e9e2ee Add AMD Hudson chipset-enable by Wang Qing Pei · 13 years ago
  7. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  8. a9cbbac Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E") by Stefan Tauner · 13 years ago
  9. 9ce498e Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsets by Jonathan Kollasch · 13 years ago
  10. af882e7 Rephrase warnings in chipset_enable.c by Stefan Tauner · 13 years ago
  11. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  12. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  13. 46fa068 Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer parameter by Carl-Daniel Hailfinger · 13 years ago
  14. 716e098 Add a bunch of new/tested stuff and various small changes 5 by Stefan Tauner · 13 years ago
  15. ec8c248 chipset_enable.c: add a message for untested chipset enables by Stefan Tauner · 13 years ago
  16. 25b5a59 Enable writing on mcp6x_7x by Stefan Tauner · 13 years ago
  17. 0015549 Fix memleaks due to incorrect usage of flashbuses_to_text by Stefan Tauner · 13 years ago
  18. 2cf2da6 Add intel 6 series pci ids to chipset_enables by Stefan Tauner · 13 years ago
  19. 570dcc7 Fix and add a few chipset_enables entries by Idwer Vollering · 13 years ago
  20. 326a060 Resort chipset_enables array by pci ids by Idwer Vollering · 13 years ago
  21. d06d941 Add a bunch of new/tested motherboards, board/chipset enables and flash chips etc. 3 by Stefan Tauner · 13 years ago
  22. f9a8da5 enable_flash_ich: warn if SMM BIOS Write Protection is detected in BIOS_CNTL by Stefan Tauner · 13 years ago
  23. 8179be5 Add a bunch of new/tested motherboards, board/chipset enables and flash chips 2 by Stefan Tauner · 13 years ago
  24. c0aaf95 Whitespace, documentation and other small stuff by Stefan Tauner · 13 years ago
  25. dec9cec Add support for the Via VX855 chipset by John Schmerge · 13 years ago
  26. 7700051 List AMD SB850 as supported (it has the same PCI ID as SB700) by Stefan Tauner · 13 years ago
  27. bf282b1 Fix typo in chipset_enable.c by Stefan Reinauer · 13 years ago
  28. 73f8ec8 Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  29. 9fbdc03 Fix decoding of SB600 LPC ROM protection registers by Mathias Krause · 14 years ago
  30. 2bee8cf Revert PCI config space writes on shutdown by Carl-Daniel Hailfinger · 14 years ago
  31. ab6328f Refine text of requests to send logs by Paul Menzel · 14 years ago
  32. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  33. 17da61e Add a board-enable for the ASRock K7S41, chipset-enable for SiS 741 by Uwe Hermann · 14 years ago
  34. 85835d8 Add chipset enable for Broadcom OSB4 by Joshua Roys · 14 years ago
  35. e838824 Add a board enable for MSI MS-6561 (745 Ultra) by Mattias Mattsson · 14 years ago
  36. a319be1 Add support for Intel 5 Series / 3400 Series chipsets by Helge Wagner · 14 years ago
  37. 48ec1b1 Various cosmetic and coding-style fixes by Uwe Hermann · 14 years ago
  38. f8ef5d9 Add support for SIS661 (SIS963) by David Borg · 14 years ago
  39. 2f43616 Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing support by Carl-Daniel Hailfinger · 14 years ago
  40. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  41. 1d3a2fe Convert MMIO accesses of non-internal PCI-based programmers to be endian-agnostic by Carl-Daniel Hailfinger · 14 years ago
  42. b05b9e1 Move SB600 SPI initialization to sb600spi.c by Michael Karcher · 14 years ago
  43. a4448d9 Move Intel SPI initialisation to ichspi.c by Michael Karcher · 14 years ago
  44. ab92277 Fix out-of-bounds ICH FREG permission printing by Carl-Daniel Hailfinger · 14 years ago
  45. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  46. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  47. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  48. f93b36a ICH9/10: display FRAP/FREGx access controls by Joshua Roys · 14 years ago
  49. dcef67e Kill unneeded #include wherever possible by Carl-Daniel Hailfinger · 14 years ago
  50. 7f9922d Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5, Poulsbo) by Carl-Daniel Hailfinger · 14 years ago
  51. 89bed6d VIA: disable byte merging by Michael Karcher · 14 years ago
  52. 5f31ebe Board-enable for MS-7025 (K8N Neo2 Platinum) by Michael Karcher · 14 years ago
  53. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  54. 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
  55. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  56. f469c27 Print found PCI IDs during chipset detection by Carl-Daniel Hailfinger · 14 years ago
  57. 33d7b6a Disable probing for one variant of MCP55 to enable Tyan S2915 by Carl-Daniel Hailfinger · 14 years ago
  58. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  59. cfa674f Rename identifiers called 'byte' by Michael Karcher · 15 years ago
  60. ce5fad0 Refactor MCP SPI detection by Carl-Daniel Hailfinger · 15 years ago
  61. ea3b1b4 Add SPI mode diagnostics for all post-MCP55 (nForce 5) chipsets from Nvidia by Carl-Daniel Hailfinger · 15 years ago
  62. db7c153 Add Intel NM10 chipset enable by David Hendricks · 15 years ago
  63. 4e2fb0e Don't use "byte" as identifier by Michael Karcher · 15 years ago
  64. 9cce2f5 Chipset: Fix sis5x0 register write verification by Luc Verhaegen · 15 years ago
  65. 9678539 Fix Intel FWH decode size by Michael Karcher · 15 years ago
  66. cd8404d Add VIA VT8233A identification, mark as tested by Raúl Soriano · 15 years ago
  67. 73d2119 Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable by Luc Verhaegen · 15 years ago
  68. e498410 Chipset: Add support for Intel Poulsbo chipset by Adam Jurkowski · 15 years ago
  69. 2a9e245 Use the maximum decode size infrastructure by Carl-Daniel Hailfinger · 15 years ago
  70. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  71. 9892ca6 Chipset: remove sis630 chipset enable for sis540 by Luc Verhaegen · 15 years ago
  72. a661e15 Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI) by Maciej Pijanka · 15 years ago
  73. 797a834 Add support for Intel 3400 series / 5 series chipset by Carl-Daniel Hailfinger · 15 years ago
  74. 6a0269e Mark Elitegroup K7S5A as supported by Carl-Daniel Hailfinger · 15 years ago
  75. 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
  76. 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
  77. aad7e67 Mark NVIDIA Nforce4/MCP04 as tested by Luc Verhaegen · 15 years ago
  78. cd00e88 Chipset support for the nVidia nForce 4 by Luc Verhaegen · 15 years ago
  79. 3e0774d Add chipset support for VIA VT82C596 by adding a PCI ID by Uwe Hermann · 15 years ago
  80. e715c7b Enable flashrom on Wyse Winterm S50 by Nils Jacobs · 15 years ago
  81. 174962d Use correct name for SB700/SB710/SB750 instead of calling them SB700 by Carl-Daniel Hailfinger · 15 years ago
  82. 95baaad Add support for ICH9 engineering sample by Carl-Daniel Hailfinger · 15 years ago
  83. 4449868 Allow the user to override FWH IDSEL on ICH6 and later by Carl-Daniel Hailfinger · 15 years ago
  84. 8fa6481 Fix up MSR handling to support more OSes than Linux. by Stefan Reinauer · 15 years ago
  85. 630c79d Make debug messages printf_debug(). by Stefan Reinauer · 15 years ago
  86. 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
  87. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  88. f8555e2 This is a workaround for a bug in SB600 and SB700 by Carl-Daniel Hailfinger · 15 years ago
  89. 1432a60 Random minor flashrom fixes by Uwe Hermann · 15 years ago
  90. 9899cad Print the bus type(s) of both chipset and chip in the flashrom output by Uwe Hermann · 15 years ago
  91. e6abef0 Chipset enable for VIA VT8233 by Mateusz Murawski · 15 years ago
  92. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  93. 4e58790 List the size (in KB) and type of supported flash chips in 'flashrom -L' by Uwe Hermann · 15 years ago
  94. 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
  95. e9d04d4 Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested by Uwe Hermann · 15 years ago
  96. b22918c Only probe for chips with compatible bus protocols by Carl-Daniel Hailfinger · 15 years ago
  97. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  98. 90e8e61 Add NForce2 chipset enable by Luc Verhaegen · 15 years ago
  99. e8ba538 A bunch of output beautifications and improvements, as well as doc fixes by Uwe Hermann · 15 years ago
  100. 78185dc Use accessor functions for MMIO by Carl-Daniel Hailfinger · 15 years ago