1. ed098d6 spi: Move ICH BBAR quirk out of the way by Nico Huber · 7 years ago
  2. 19eb079 ichspi: Fix 100 series PCH (Skylake) support by Nico Huber · 7 years ago
  3. 22f2dc5 ichspi: Disable software sequencing by default for Skylake by Nico Huber · 7 years ago
  4. 8b2152d ichspi: Fix software sequencing for Skylake by Nico Huber · 7 years ago
  5. a521636 chipset_enable: Add support for C620-series Lewisburg PCH by David Hendricks · 7 years ago
  6. aa91d5c ichspi: "Fix" access permission reporting for regions > 7 by Nico Huber · 7 years ago
  7. 0bb3f71 ich_descriptors: Draw +0xfff into ICH_FREG_LIMIT() by Nico Huber · 7 years ago
  8. d54e4f4 ichspi: Add support for Intel Skylake by Nico Huber · 7 years ago
  9. d152fb9 Drop redundant `enum msglevel` by Nico Huber · 7 years ago
  10. 560111e ichspi: Drop `dev` parameter from init functions by Nico Huber · 7 years ago
  11. 4c72315 Pimp the manpage to create nicer hyperlinks and HTML output by Stefan Tauner · 9 years ago
  12. 5c316f9 Add a bunch of new/tested stuff and various small changes 22 by Stefan Tauner · 10 years ago
  13. 4095ed7 Add support for Intel Silvermont: Bay Trail, Rangeley and Avoton by Duncan Laurie · 10 years ago
  14. 2ba9f6e Refine Flash Component descriptor handling by Stefan Tauner · 10 years ago
  15. 7608d36 ichspi: fix missing set_addr on erases and possible crossings of 256 B boundaries by Stefan Tauner · 10 years ago
  16. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  17. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  18. 92d6a86 Refactor Intel Chipset Enables by Stefan Tauner · 11 years ago
  19. 7fb5aa0 Automatically unmap physmap()s by Stefan Tauner · 11 years ago
  20. dbac46c Add a bunch of new/tested stuff and various small changes 19 by Stefan Tauner · 11 years ago
  21. 27cb34b Change warning regarding protected ICH regions by Stefan Tauner · 11 years ago
  22. 67d163d Fix duplicate 'const' declaration specifiers by Stefan Tauner · 12 years ago
  23. c6fa32d Introduce msg_*warn by Stefan Tauner · 12 years ago
  24. d7d423b Add a bunch of new/tested stuff and various small changes 15 by Stefan Tauner · 12 years ago
  25. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  26. e3adea0 ichspi: ignore bogus FREGs by Stefan Tauner · 12 years ago
  27. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  28. dd73d83 Fix VIA VX*** support by Helge Wagner · 12 years ago
  29. d94d25d Add a bunch of new/tested stuff and various small changes 13 by Stefan Tauner · 12 years ago
  30. 32508eb Hide hwaccess.h from public API by Patrick Georgi · 12 years ago
  31. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  32. dc704ed Refine reprogram_opcode_on_the_fly to indicate wrong readcnt/writecnt combinations by Stefan Tauner · 12 years ago
  33. ac427b2 Add a bunch of new/tested stuff and various small changes 10 by Paul Menzel · 13 years ago
  34. 5210e72 ichspi.c: warn user and disable writes when a protected address range is detected by Stefan Tauner · 13 years ago
  35. c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
  36. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  37. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  38. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  39. 745f6bb ichspi: fix ich_init_opcodes() calls in ich_init_spi() by Stefan Tauner · 13 years ago
  40. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  41. f382e35 ichspi: print flash descriptor dependent information only when it is valid by Stefan Tauner · 13 years ago
  42. 50e7c60 ichspi: add support for Intel Hardware Sequencing by Stefan Tauner · 13 years ago
  43. a8d838d ichspi: use a variable to distinguish ich generations instead of spi_programmer->type by Stefan Tauner · 13 years ago
  44. d0c5dc2 ichspi: add (partially) dead support code for Intel Hardware Sequencing by Stefan Tauner · 13 years ago
  45. e3185c0 ichspi: inform the user about the consequences of the security override strap by Stefan Tauner · 13 years ago
  46. 75da80c ichspi: unlock PR register restrictions on ICH8+ if not locked down by Stefan Tauner · 13 years ago
  47. bf69aaa ichspi: add prettyprinting for PR registers on ICH8+ by Stefan Tauner · 13 years ago
  48. 7783f31 ichspi: don't touch the nonexistent(?) BBAR register on ICH8 by Stefan Tauner · 13 years ago
  49. 84e1dde ichspi: improve prettyprint_opcodes by Stefan Tauner · 13 years ago
  50. 1e14639 ichspi: add ICH/PCH flash descriptor decoding via FDOC/FDOD by Stefan Tauner · 13 years ago
  51. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
  52. 8b391b8 ichspi.c: refactor filling and reading the fdata/spid registers by Stefan Tauner · 13 years ago
  53. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  54. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  55. 122dd12 ichspi.c: do not print PBR[3] for ICH7 because it does not exist by Stefan Tauner · 13 years ago
  56. 5ffe65b ichspi.c: print FADDR in ich_init_spi by Stefan Tauner · 13 years ago
  57. 10b3e22 ichspi.c: preserve reserved bits in address registers by Stefan Tauner · 13 years ago
  58. bd649e4 ichspi.c: add FPB (Flash Partition Boundary) macros and init printing by Stefan Tauner · 13 years ago
  59. e27b2d4 ichspi.c: simplify ich_set_bbar by Stefan Tauner · 13 years ago
  60. ccd92a1 ichspi.c: make REGWRITE* macros safer by Stefan Tauner · 13 years ago
  61. 29c8083 ichspi.c: add missing ICH9 register macros and eliminate magic numbers by Stefan Tauner · 13 years ago
  62. b2d5f6a Use the max_data_read field of the new spi_programmer struct to simplify run_opcode by Stefan Tauner · 13 years ago
  63. 5520694 ichspi.c: add macros and pretty printing for HSFS and HSFC by Stefan Tauner · 13 years ago
  64. 2a8b262 ichspi.c: add pretty printing for SSFS+SSFC and the OPCODE struct by Stefan Tauner · 13 years ago
  65. 0c1ec45 ichspi.c: improve macros for SSFS and SSFC bits by Stefan Tauner · 13 years ago
  66. 355cbfd Small fixes by Stefan Tauner · 13 years ago
  67. d172ecd ichspi: fix detection of unused regions by Joshua Roys · 13 years ago
  68. c0aaf95 Whitespace, documentation and other small stuff by Stefan Tauner · 13 years ago
  69. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  70. 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 13 years ago
  71. 54ce73a Revert MMIO space writes on shutdown as needed by Carl-Daniel Hailfinger · 13 years ago
  72. 8ed2934 Improve output in case run_opcode fails by Stefan Tauner · 13 years ago
  73. 136125a ichspi: Increase timeout to 60s for atomic operations by Michael Karcher · 13 years ago
  74. eacbd16 Proper error handling for ICH/VIA SPI by Carl-Daniel Hailfinger · 14 years ago
  75. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  76. 841d631 Dump all VIA SPI registers like for ICH7 by Carl-Daniel Hailfinger · 14 years ago
  77. 738e252 Implement on-the-fly reprogramming of the ICH SPI OPCODE table by Helge Wagner · 14 years ago
  78. a319be1 Add support for Intel 5 Series / 3400 Series chipsets by Helge Wagner · 14 years ago
  79. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  80. a4448d9 Move Intel SPI initialisation to ichspi.c by Michael Karcher · 14 years ago
  81. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  82. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  83. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  84. 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
  85. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  86. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  87. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  88. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 14 years ago
  89. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  90. f15e1ab Rewrite substantial parts of the ICH SPI support by Carl-Daniel Hailfinger · 15 years ago
  91. 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
  92. 9612303 Kill hardcoded block erase on ICH SPI by Carl-Daniel Hailfinger · 15 years ago
  93. 0709a78 ichspi: remove obnoxious debug message by Carl-Daniel Hailfinger · 15 years ago
  94. 26f7e64 The current ICH SPI preop handling is a hack which spews lots of warnings, but still yields correct results by Carl-Daniel Hailfinger · 15 years ago
  95. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  96. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  97. 02487aa Replace most of the switch cases in the spi code with lookup on a struct instead by Carl-Daniel Hailfinger · 15 years ago
  98. 142e30f Use a distinct return code for SPI commands with unsupported/invalid length by Carl-Daniel Hailfinger · 15 years ago
  99. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  100. 3431bb7 Check result of all SPI erase functions by Carl-Daniel Hailfinger · 15 years ago