1. 10337f7 memory_bus: Move related declarations into new `chipdrivers/memory_bus.h` by Nico Huber · 4 months ago
  2. 519be66 Fix -Wsign-compare trouble by Nico Huber · 8 years ago
  3. 6c68363 tree: Include missing headers for function prototypes by Jacob Garber · 7 years ago
  4. 5bd11dc Remove empty line at EOF by Elyes HAOUAS · 8 years ago
  5. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 8 years ago
  6. c6fa32d Introduce msg_*warn by Stefan Tauner · 13 years ago
  7. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 14 years ago
  8. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 15 years ago
  9. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 15 years ago
  10. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 15 years ago
  11. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 16 years ago
  12. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 16 years ago
  13. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 16 years ago
  14. ccf7a2a Further cleanup after JEDEC refactorings by Sean Nelson · 16 years ago
  15. 81449a2 Add FEATURE_REGISTERMAP to some more chips and change the use of various probing functions by Carl-Daniel Hailfinger · 16 years ago
  16. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 16 years ago
  17. 51c83fb Convert various SST chips to use block_erasers by Sean Nelson · 16 years ago
  18. e940466 Use the register mapping feature bit by Carl-Daniel Hailfinger · 16 years ago
  19. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 16 years ago
  20. 411d7c1 Optimized write_sst_fwhub for safety and speed by Adam Jurkowski · 17 years ago
  21. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 17 years ago
  22. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 17 years ago
  23. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 17 years ago
  24. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 17 years ago
  25. 01624f4 Use helper functions chip_{read,write}[bwl] to access flash chips by Carl-Daniel Hailfinger · 17 years ago
  26. d0fc946 Handle (un)locking of SST FWH chips by Carl-Daniel Hailfinger · 17 years ago
  27. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 17 years ago
  28. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 17 years ago
  29. b7c8323 Check whether SST FWH chip was successfully erased on flashchip -E, too by Stefan Reinauer · 18 years ago
  30. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 19 years ago
  31. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 19 years ago
  32. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 19 years ago
  33. ffec5f3 Cosmetic fixes by Uwe Hermann · 19 years ago
  34. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 19 years ago
  35. 7ed78c8 Drop leftover includes by Stefan Reinauer · 19 years ago
  36. ff4f197 Factor out register mapping code by Stefan Reinauer · 19 years ago
  37. 7c1402f Unify mmap error messages by Stefan Reinauer · 19 years ago
  38. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 19 years ago
  39. 7038564 Trivial (cosmetic) cleanup by Stefan Reinauer · 19 years ago
  40. 0b7afe6 Coding style fixes by Uwe Hermann · 19 years ago
  41. 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 19 years ago
  42. e60fd35 Instead of checking the first byte only, the whole part is checked now by Stefan Reinauer · 20 years ago
  43. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 21 years ago
  44. efa2858 Add -E option for chip erase, remove duplicated code by Ollie Lho · 22 years ago
  45. 1b8b660 Add retry to write_byte_program_jedec(), 99% success rate by Ollie Lho · 22 years ago
  46. d11f361 Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B by Ollie Lho · 22 years ago
  47. 98bea8a SST49LF00[2,3,4] should use the same driver as 49LF008 by Ollie Lho · 22 years ago
  48. 1f4d653 Support for sst firmware hub by Ronald G. Minnich · 22 years ago