1. 4628445 Postpone layout file reading by Carl-Daniel Hailfinger · 13 years ago
  2. 2d927fb Replace --mainboard with -p internal:mainboard by Carl-Daniel Hailfinger · 13 years ago
  3. 9bcf268 Add deferred --image processing by Louis Yung-Chieh Lo · 13 years ago
  4. 222bf10 Fix programmer-centric probe (patch v2) by Michael Karcher · 13 years ago
  5. c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
  6. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  7. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  8. 1d94763 Print out the flash chip found after the probing loop in verbose mode by Stefan Tauner · 13 years ago
  9. 2e68160 Change programmer selection in cli and generic code by Carl-Daniel Hailfinger · 13 years ago
  10. 394ee78 Move the main() function from flashrom.c to cli_classic.c by Uwe Hermann · 13 years ago
  11. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  12. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  13. 716e098 Add a bunch of new/tested stuff and various small changes 5 by Stefan Tauner · 13 years ago
  14. 1a30d50 Fix a bug breaking layout file handling in r1373 by Stefan Tauner · 13 years ago
  15. d566014 Fix and clean up cli_classic.c by Carl-Daniel Hailfinger · 13 years ago
  16. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  17. 064bbc9 Fix multiple detection of the same chip by Carl-Daniel Hailfinger · 13 years ago
  18. 4c82318 Constify flashchips array by Carl-Daniel Hailfinger · 13 years ago
  19. 73f8ec8 Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  20. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  21. a73fb49 Refine -L output to include all programmer modules by Carl-Daniel Hailfinger · 14 years ago
  22. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  23. 9ad4255 Delay between probe and subsequent operations by Carl-Daniel Hailfinger · 14 years ago
  24. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  25. 1748c57 Print an error message on read errors and abort instead of proceeding anyway by Carl-Daniel Hailfinger · 14 years ago
  26. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  27. 2db77a0 Make the 'flashrom --help' output look a bit nicer by Uwe Hermann · 14 years ago
  28. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  29. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  30. 4988420 Initialize the internal delay function before running programmer init by Carl-Daniel Hailfinger · 14 years ago
  31. 8841d3e Fix assorted documentation, frontend and printing bugs by Carl-Daniel Hailfinger · 14 years ago
  32. 2702376 One of the problems is that --force had multiple meanings by Carl-Daniel Hailfinger · 14 years ago
  33. e7f3209 Enable -Wshadow, clean code for that by Michael Karcher · 15 years ago
  34. 51e97d7 Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom by Sean Nelson · 15 years ago
  35. a84835a Move the CLI related functions main() and cli_usage() to cli_classic.c by Carl-Daniel Hailfinger · 15 years ago