1. 6c73e27 pcidev: Move pci_card_find() from internal to canonical place by Edward O'Callaghan · 2 years, 10 months ago
  2. 48a9466 pcidev: Move scandev_inclass logic from internal to pcidev by Edward O'Callaghan · 2 years, 7 months ago
  3. 15004ba pcidev: Avoid internal programmer relying on pacc global by Edward O'Callaghan · 2 years, 10 months ago
  4. d91ee2c internal.c: Seperate out get_params() from internal_init() by Edward O'Callaghan · 2 years, 8 months ago
  5. df3672d hwaccess: fix build on non-x86 targets by Peter Marheine · 2 years, 8 months ago
  6. 3f4d35d hwaccess: move mmio functions into hwaccess_physmap by Thomas Heijligen · 2 years, 8 months ago
  7. 74b4aa0 physmap: rename to hwaccess_physmap, create own header by Thomas Heijligen · 2 years, 9 months ago
  8. a065520 hwaccess: move x86 port I/O related code into own files by Thomas Heijligen · 2 years, 9 months ago
  9. d96c97c pci.h: move include into own wrapper by Thomas Heijligen · 2 years, 11 months ago
  10. 3d5be0b hwaccess: replace flashrom specific macros by compiler defines by Thomas Heijligen · 3 years ago
  11. b91a203 programmer: Smoothen register_par_master API by Anastasia Klimchuk · 3 years, 4 months ago
  12. bd27581 internal.c: laptop_ok global state can become stale by Edward O'Callaghan · 1 year, 10 months ago
  13. d1ab7d2 tree: Retype variable `laptop_ok` with bool by Felix Singer · 2 years, 1 month ago
  14. 43040f2 tree: indent struct *_master consistently with tabs by Thomas Heijligen · 2 years, 3 months ago
  15. 4b918a1 internal.c: unify the macro for x86 only code by Thomas Heijligen · 3 years ago
  16. cc853d8 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 3 years, 5 months ago
  17. 1cea5c3 Add missing platform.h includes by Miriam Polzer · 3 years, 9 months ago
  18. 380090f pcidev: Always fetch ident info by Nico Huber · 2 years, 4 months ago
  19. 1c091d1 internal: Fix board vendor and model memory leaks by Jacob Garber · 5 years ago
  20. cf3976e tree: Remove unused functions with no prototypes by Jacob Garber · 5 years ago
  21. 2e50cdc Rework internal bus handling and laptop bail-out by Nico Huber · 6 years ago
  22. f9a3055 linux_mtd: Import driver from ChromiumOS by David Hendricks · 9 years ago
  23. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  24. c880173 internal: Only build on x86 and mipsel by Nico Huber · 7 years ago
  25. 97a9049 internal: Fix warnings about unused constants by Nico Huber · 7 years ago
  26. 4c72315 Pimp the manpage to create nicer hyperlinks and HTML output by Stefan Tauner · 9 years ago
  27. b0eee9b Unify target OS and CPU architecture checks by Stefan Tauner · 10 years ago
  28. 2a1ed77 Introduce generic shutdown_free() and remove redundant internal_shutdown() by Stefan Tauner · 10 years ago
  29. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  30. 4dd0f90 IT87: Add ability to select between chips on GIGABYTE DualBIOS boards by Vadim Girlin · 11 years ago
  31. 11990da Various cross-platform fixes by Carl-Daniel Hailfinger · 11 years ago
  32. 352e50b Add a bunch of new/tested stuff and various small changes 17 by Stefan Tauner · 12 years ago
  33. c6fa32d Introduce msg_*warn by Stefan Tauner · 12 years ago
  34. 5561955 Unify PCI init and let pcidev clean itself up by Stefan Tauner · 12 years ago
  35. fa9fa71 Fix flashrom running on boards with coreboot by Stefan Tauner · 12 years ago
  36. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  37. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  38. b4e06bd Refactor the -p internal:mainboard handling by Stefan Tauner · 12 years ago
  39. 2a95e87 Remove more exit calls by Niklas Söderlund · 12 years ago
  40. d6bb828 Automatically release I/O permissions on shutdown by Carl-Daniel Hailfinger · 12 years ago
  41. 32508eb Hide hwaccess.h from public API by Patrick Georgi · 12 years ago
  42. f5e62cb Add Winbond W836xx SuperI/O detection by Carl-Daniel Hailfinger · 12 years ago
  43. ccd71c2 Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI by Carl-Daniel Hailfinger · 13 years ago
  44. 2d927fb Replace --mainboard with -p internal:mainboard by Carl-Daniel Hailfinger · 13 years ago
  45. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  46. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  47. a28087f Make the laptop warning less scary if unsure by Stefan Tauner · 13 years ago
  48. ad47034 Introduce ERROR_FATAL, abort upon failed chipset enables by Tadas Slotkus · 13 years ago
  49. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  50. a34d719 Be more refined regarding DMI chassis types by Stefan Tauner · 13 years ago
  51. 24c35e4 Change "class" parameter name to "devclass" to avoid C++ issues by Uwe Hermann · 13 years ago
  52. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  53. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  54. 580d29a Revamp board-specific quirk handling, allow for laptop support by Carl-Daniel Hailfinger · 13 years ago
  55. bfecef6 Add support for more than one Super I/O or EC per machine by Carl-Daniel Hailfinger · 13 years ago
  56. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  57. 5cfc94a Support for Loongson-2F (MIPS) flashing by Vladimir 'phcoder' Serbinenko · 14 years ago
  58. 0a6f9ca internal: remove unused variable by Peter Lemenkov · 14 years ago
  59. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  60. 76d4b37 Generify support for ITE IT8705 Super I/O by Carl-Daniel Hailfinger · 14 years ago
  61. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  62. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  63. dcef67e Kill unneeded #include wherever possible by Carl-Daniel Hailfinger · 14 years ago
  64. b5b161b Internal: introduce processor enables and abort if top/bottom alignment is unknown by Carl-Daniel Hailfinger · 14 years ago
  65. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  66. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  67. 2702376 One of the problems is that --force had multiple meanings by Carl-Daniel Hailfinger · 14 years ago
  68. 01f3ef4 Autodetect ITE IT87* LPC->SPI translation on all boards without the need for a board enable by Carl-Daniel Hailfinger · 15 years ago
  69. 4395970 Various coding style and cosmetic changes by Uwe Hermann · 15 years ago
  70. 0bdc092 Implement tested/untested status for board enables by Michael Karcher · 15 years ago
  71. 8c1df28 Warn if running on laptops by Michael Karcher · 15 years ago
  72. fb0828f Split internal.c into internal.c and hwaccess.c by Carl-Daniel Hailfinger · 15 years ago
  73. 6701ee8 Matching board via DMI by Michael Karcher · 15 years ago
  74. cc1802d Move generic programmer function into newly introduced programmer.c by Carl-Daniel Hailfinger · 15 years ago
  75. 36cc1c8 Internal.c was always compiled in because it hosted the function internal_delay() by Carl-Daniel Hailfinger · 15 years ago
  76. 14e100c SuperI/O detection now happens unconditionally and before the chipset enable by Carl-Daniel Hailfinger · 15 years ago
  77. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  78. 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
  79. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  80. 9246ff4 Don't abort if chipset init failed because the failing init may have been a warning only by Carl-Daniel Hailfinger · 15 years ago
  81. 415e513 Add fallback functions for programmer shutdown and memory mapping and fix FT2232 and IT87 by Carl-Daniel Hailfinger · 15 years ago
  82. db41c59 Releasing IO permissions was done by hand everywhere by Carl-Daniel Hailfinger · 15 years ago
  83. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  84. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  85. c691593 Factor out fallback_map/unmap, most external programmers don't need and special handling here by Uwe Hermann · 15 years ago
  86. 78185dc Use accessor functions for MMIO by Carl-Daniel Hailfinger · 15 years ago
  87. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  88. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  89. 9ee1077 Add generic 16 bit and 32 bit chip read/write emulation to the external flasher infrastructure by Carl-Daniel Hailfinger · 15 years ago
  90. 3b7e75a Fix compilation of nic3com on 64bit by Carl-Daniel Hailfinger · 15 years ago
  91. a086932 Unify usage of iopl-like code by introducing get_io_perms() by Uwe Hermann · 15 years ago
  92. 0cdb031 nic3com: allow selection of a particular PCI device to use as programmer by Christian Ruppert · 15 years ago
  93. 702218d Add external flasher support by Carl-Daniel Hailfinger · 15 years ago