1. 6e98544 layout: Make `struct layout_include_args` private to `layout.c` by Nico Huber · 5 years ago
  2. 671c0f0 layout: Drop `count` parameter of flashrom_layout_new() by Nico Huber · 5 years ago
  3. 4925861 layout: Use linked list for `struct romentry` by Nico Huber · 5 years ago
  4. 8edcd15 layout: Introduce get_default_layout() by Nico Huber · 5 years ago
  5. 5bd990c layout: Introduce flashrom_layout_new() by Nico Huber · 5 years ago
  6. 92e0b62 layout: Introduce flashrom_layout_add_region() by Nico Huber · 5 years ago
  7. 3a97fd5 layout: Add `capacity` field by Nico Huber · 5 years ago
  8. 354766b layout: Introduce layout_next() by Nico Huber · 5 years ago
  9. 405e72a layout.h,c: Use 'false' over '0' for bool type by Edward O'Callaghan · 3 years, 9 months ago
  10. a31a572 tree/: Make heap alloc checks err msg consistent by Edward O'Callaghan · 1 year, 10 months ago
  11. 690a944 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 3 years, 4 months ago
  12. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  13. afc3ad6 tree: Make internal variables static by Jacob Garber · 5 years ago
  14. 5ca5523 layout: Introduce layout_next_included() by Nico Huber · 5 years ago
  15. 70461a9 layout: Make `romentry.name` a pointer by Nico Huber · 5 years ago
  16. 4f21328 layout: Move generic layout functions into `layout.c` by Nico Huber · 5 years ago
  17. 2b94cdb layout: Never use global `layout` directly by Nico Huber · 5 years ago
  18. b04fef9 layout.c: Don't use global variables for included regions by Arthur Heymans · 6 years ago
  19. 32b9f5c layout.c: Use the libflashrom function for included arguments by Arthur Heymans · 6 years ago
  20. 3d7b1e3 Fix verification with sparse layouts by Nico Huber · 6 years ago
  21. 1cf369f layout.c: Remove unused variable by Arthur Heymans · 6 years ago
  22. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  23. beaefe0 Move get_layout() from flashrom.c to layout.c by dhendrix · 7 years ago
  24. 305f417 Add option to read ROM layout from IFD by Nico Huber · 11 years ago
  25. 899e4ec Kill doit() by Nico Huber · 8 years ago
  26. 3a9939b Give layouts their own type by Nico Huber · 8 years ago
  27. c1099d8 Fix fscanf format string security bug in layout.c by Carl-Daniel Hailfinger · 9 years ago
  28. 1668770 Rigorously check integrity of I/O stream data by Stefan Tauner · 9 years ago
  29. 73f5bda Make read before write configurable (infrastructure part) by Stefan Tauner · 10 years ago
  30. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  31. 4c00d09 CID1130008: Resource leak read_romlayout() by Stefan Reinauer · 10 years ago
  32. 8268fdb layout: Verify layout entries before building a new image using them by Stefan Tauner · 11 years ago
  33. 949ccc8 layout: Add a method to cleanup layout data structures by Stefan Tauner · 11 years ago
  34. 97b6c11 layout: Rename romlayout_t to romentry_t by Stefan Tauner · 11 years ago
  35. c70bc8a layout: Rename romimages to num_rom_entries by Stefan Tauner · 11 years ago
  36. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  37. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  38. 37e8686 Move show_id to where it belongs by Stefan Tauner · 12 years ago
  39. 9e42376 Remove exit() call from show_id by Niklas Söderlund · 12 years ago
  40. 23bb6d5 Check for duplicate -i arguments by Stefan Tauner · 12 years ago
  41. 2d927fb Replace --mainboard with -p internal:mainboard by Carl-Daniel Hailfinger · 13 years ago
  42. 9bcf268 Add deferred --image processing by Louis Yung-Chieh Lo · 13 years ago
  43. 104b0d9 layout: change return type and name of find_next_included_romentry by Stefan Tauner · 13 years ago
  44. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  45. faf01fb Explain better what checks are disabled in case we detect a legacy BIOS by Stefan Tauner · 13 years ago
  46. da53ada Stop reading layout info when the max layout count has been reached by Carl-Daniel Hailfinger · 14 years ago
  47. cb6ad16 Change semantics of image building in the layout code by Carl-Daniel Hailfinger · 14 years ago
  48. 444cefc Flashrom torture test script by David Hendricks · 14 years ago
  49. 42d38a9 Always read the flash chip before writing by Carl-Daniel Hailfinger · 14 years ago
  50. a9095a9 Add support for building flashrom against libpayload by Patrick Georgi · 14 years ago
  51. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  52. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  53. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  54. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  55. 2702376 One of the problems is that --force had multiple meanings by Carl-Daniel Hailfinger · 14 years ago
  56. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  57. f5fb51c Adept layout handling to new programmer infrastructure and fix off-by-one error by Carl-Daniel Hailfinger · 15 years ago
  58. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  59. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  60. 3d5f96c Don't duplicate option description in README, the manpage already has that info by Uwe Hermann · 15 years ago
  61. 1fec0f3 Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  62. 58783e3 If you pass a bogus layout file to the -l option flashrom will segfault by Uwe Hermann · 16 years ago
  63. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  64. 85f8a17 Fix and clean up coreboot image detection heuristic by Carl-Daniel Hailfinger · 16 years ago
  65. 6c8866c Minor cosmetics, e.g by Uwe Hermann · 16 years ago
  66. ecab4fc Improve coreboot image detection heuristic by Carl-Daniel Hailfinger · 16 years ago
  67. 7ffbc6f Force read unknown flash chips by Peter Stuge · 16 years ago
  68. 75f5107 Add missing license header to layout.c by Uwe Hermann · 17 years ago
  69. e3f3e2e Rename LinuxBIOS to coreboot by Stefan Reinauer · 17 years ago
  70. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  71. ac30934 Revert my last cleanup patch by Uwe Hermann · 17 years ago
  72. 17d00ab Cosmetic changes to make the flashrom output more consistent by Uwe Hermann · 17 years ago
  73. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
  74. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  75. a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 17 years ago
  76. 0a05d67 Exit on return code of read_layout and print error message to stderr instead of stdout by Stefan Reinauer · 17 years ago
  77. 3a43160 Redo image checking in conversion case by Stefan Reinauer · 19 years ago
  78. e370528 Multiple unrelated changes by Stefan Reinauer · 19 years ago
  79. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago