1. c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 1 year, 1 month ago flashprog
  2. 19ce50d pcidev: Move pci_dev_find() from internal to canonical place by Edward O'Callaghan · 2 years, 10 months ago
  3. 6c73e27 pcidev: Move pci_card_find() from internal to canonical place by Edward O'Callaghan · 2 years, 10 months ago
  4. 48a9466 pcidev: Move scandev_inclass logic from internal to pcidev by Edward O'Callaghan · 2 years, 7 months ago
  5. 15004ba pcidev: Avoid internal programmer relying on pacc global by Edward O'Callaghan · 2 years, 10 months ago
  6. d96c97c pci.h: move include into own wrapper by Thomas Heijligen · 2 years, 11 months ago
  7. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  8. 690a944 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 3 years, 4 months ago
  9. 34e7456 pcidev.c: Drop unused variable by Elyes HAOUAS · 4 years, 5 months ago
  10. 298ac33 pcidev.c: populate IDs with pci_fill_info() by Daniel Verkamp · 4 years ago
  11. 67710af Revert "pcidev.c: Factor out pcidev_validate() into pure fn" by Nico Huber · 4 years, 8 months ago
  12. e28d75e pcidev.c: Factor out pcidev_validate() into pure fn by Edward O'Callaghan · 4 years, 10 months ago
  13. beeb8bc tree: Make internal functions static by Jacob Garber · 5 years ago
  14. ac01baa Remove unneeded white spaces by Elyes HAOUAS · 6 years ago
  15. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  16. 124ef38 Fix whitespace errors by Elyes HAOUAS · 6 years ago
  17. a54ceb1 rpci: Use pci_dev struct pointer to avoid API breaks by Youness Alaoui · 7 years ago
  18. 0ccec8f Move global io_base_addr into compilation units by Stefan Tauner · 10 years ago
  19. 89edf36 Add additional error handling to pcidev_readbar() callers by Niklas Söderlund · 11 years ago
  20. a2faddf Decouple BAR reading from pci device init, handle errors gracefully by Carl-Daniel Hailfinger · 12 years ago
  21. 5561955 Unify PCI init and let pcidev clean itself up by Stefan Tauner · 12 years ago
  22. 4b24a2d Unify usbdev_status and pcidev_status into dev_entry by Stefan Tauner · 12 years ago
  23. af358d6 Refactor PCI and USB device status printing by Stefan Tauner · 12 years ago
  24. 32508eb Hide hwaccess.h from public API by Patrick Georgi · 12 years ago
  25. 3834c2d Check vendor_id for PCI based external programmers by Carl-Daniel Hailfinger · 12 years ago
  26. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  27. 269de35 Fix unchecked malloc calls and casts of malloc return values by Stefan Tauner · 13 years ago
  28. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  29. 40446ee Remove vendorid parameter from pcidev_init() by Carl-Daniel Hailfinger · 14 years ago
  30. 8a19ef1 Support 64-bit MEM BARs wherever possible by Carl-Daniel Hailfinger · 14 years ago
  31. 2bee8cf Revert PCI config space writes on shutdown by Carl-Daniel Hailfinger · 14 years ago
  32. ab6328f Refine text of requests to send logs by Paul Menzel · 14 years ago
  33. ef69783 List the devices for all supported programmers in "flashrom -L" output by Carl-Daniel Hailfinger · 14 years ago
  34. a73fb49 Refine -L output to include all programmer modules by Carl-Daniel Hailfinger · 14 years ago
  35. 3e85442 Update the author list in the man page by Carl-Daniel Hailfinger · 14 years ago
  36. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  37. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  38. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  39. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  40. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  41. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  42. 295b3af PCI device BARs of all types had only bits 1:0 cleared while reading the address by Carl-Daniel Hailfinger · 15 years ago
  43. 8448639 Replace PCI_OK/PCI_NT by OK/NT by Michael Karcher · 15 years ago
  44. 3291030 Adjust a help text for external PCI programmers to the new parameter scheme by Carl-Daniel Hailfinger · 15 years ago
  45. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  46. b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago
  47. ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
  48. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  49. 22ea8cd The project's new home is flashrom.org now by Stefan Reinauer · 15 years ago
  50. eaefb48 Various smaller flashrom improvements by Uwe Hermann · 15 years ago
  51. 68720c7 This patch adds support for BIOS flashing on the all SiliconImage SATA controllers by Rudolf Marek · 15 years ago
  52. 8403ccb Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3C90xC ones don't) by Uwe Hermann · 15 years ago
  53. 4059598 Older libpci versions (e.g by Uwe Hermann · 15 years ago
  54. 515ab3d Refactor parts of the 3COM NIC code by Uwe Hermann · 15 years ago