1. 42688e5 Document exit() codes introduced in r3907 by Peter Stuge · 16 years ago
  2. 43438ba exit(2) on /dev/mem open() failure and exit(3) on mmap() failure by Peter Stuge · 16 years ago
  3. 33fefca Add license header to physmap.c so everyone is happy by Peter Stuge · 16 years ago
  4. f79edb9 Darwin / Mac OS X by Stefan Reinauer · 16 years ago
  5. a69c447 Small cleanup in Makefile by Peter Stuge · 16 years ago
  6. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
  7. 776d202 Change flashrom.c:map_flash_registers() from int to void by Peter Stuge · 16 years ago
  8. a0d75a0 Forgot some things in r3899 by Peter Stuge · 16 years ago
  9. 2dc3aaa Little readability improvement in cbtable.c:coreboot_init() by Peter Stuge · 16 years ago
  10. f02edec Change FreeBSD #ifdef into #if defined() by Stefan Reinauer · 16 years ago
  11. cedb09d Make Makefile a bit more portable by Peter Stuge · 16 years ago
  12. 8440cc0 Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets by Peter Stuge · 16 years ago
  13. 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 16 years ago
  14. 9371dc3 Fix stupid off-by-one error in erase verification by Peter Stuge · 16 years ago
  15. a657e94 ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  16. 51f4062 SST25VF080B TEST_OK_PROBE by Peter Stuge · 16 years ago
  17. ccf8c6c Check all mmap() calls and print helpful Linux error message by Peter Stuge · 16 years ago
  18. 72c9668 Provide some hints for the user in case /dev/mem mmap fails by Peter Stuge · 16 years ago
  19. 37179b8 Fix ICH9 locking register address and add important debug output by FENG yu ning · 16 years ago
  20. 016d4e1 Add ICH opcode debugging by Peter Stuge · 16 years ago
  21. 9982aef Use designated initializers for the board enable table by Stephan Guilloux · 16 years ago
  22. f9ad0bb Always print address when verification fails, not only with -V by Peter Stuge · 16 years ago
  23. 5807206 Board enable for GIGABYTE GA-MA78G-DS3H by Peter Stuge · 16 years ago
  24. d3bce83 IT8718F works just like IT8716F by Peter Stuge · 16 years ago
  25. 1fec0f3 Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  26. 4cf3eef Update usage in README by Idwer Vollering · 16 years ago
  27. f8bc28f Add erase and write functions to the following chip definitions by Carl-Daniel Hailfinger · 16 years ago
  28. 851ecf2 The flashrom man page has incomplete author/copyright sections and an incorrect license section by Carl-Daniel Hailfinger · 16 years ago
  29. 5c5b525 This patch improves machine parseability and human readability of flashchips.c by Stephan Guilloux · 16 years ago
  30. c208dfb Add SST49LF020 support by Sven Schnelle · 16 years ago
  31. b5d677b Add AMD-768 chipset support by Sven Schnelle · 16 years ago
  32. ed2352b Add i631x LPC support by Sven Schnelle · 16 years ago
  33. 58783e3 If you pass a bogus layout file to the -l option flashrom will segfault by Uwe Hermann · 16 years ago
  34. 0ab4298 Add another board-enable line for the Kontron 986LCD-M/mITX by Uwe Hermann · 16 years ago
  35. e8a3e4c Initialize ICH SPI opcodes also for ICH9 and later by Peter Stuge · 16 years ago
  36. f041e9b Various ichspi.c refinements by FENG yu ning · 16 years ago
  37. 7de8639 Add 28 flash chips of the MX29 series to the flashrom ID table and support the MX29LV040C by Carl-Daniel Hailfinger · 16 years ago
  38. 90eff15 Kill obsolete and misplaced comment by Carl-Daniel Hailfinger · 16 years ago
  39. c05a295 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configuration is locked down by FENG yu ning · 16 years ago
  40. ff692fb Breaks chip info into multiple lines by FENG yu ning · 16 years ago
  41. f0ef27b Display test status in -L chip listing by Peter Stuge · 16 years ago
  42. f63c0dc Add AMD SB700 flash enable by Niels Ole Salscheider · 16 years ago
  43. 2fcc0b5 Fix compilation of r3797 with gcc-4.3.2 by Peter Stuge · 16 years ago
  44. f0c811d Check if erase succeeds and exit with error on failure by Peter Stuge · 16 years ago
  45. 052cdc3 Add RDID/REMS IDs for the following flash chips by Carl-Daniel Hailfinger · 16 years ago
  46. 7ccce54 Gcc thinks base could be used uninitialized, so shut it up by Peter Stuge · 16 years ago
  47. 73bdb92 Fix bug in r3790 by Peter Stuge · 16 years ago
  48. 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
  49. 13f98ce Copyright update by Jason Wang for freshly written sb600 code by Jason Wang · 16 years ago
  50. 0faf03e Declare special commands to support the Atmel AT25F512A by Carl-Daniel Hailfinger · 16 years ago
  51. 6a0a25c Do not indicate known-bad functions as untested by Carl-Daniel Hailfinger · 16 years ago
  52. a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
  53. 7f30022 Add SST25VF080B flash chip support by Jason Wang · 16 years ago
  54. 14e50ac Flashrom already has the following probe functions by Carl-Daniel Hailfinger · 16 years ago
  55. 92a54ca Try RES even if RDID fails by Carl-Daniel Hailfinger · 16 years ago
  56. ebaffb6 Add support for 32Mbit SPI flash SST25VF032B by Tero O Peippola · 16 years ago
  57. 738fdff ichspi: use spi_nbyte_read() instead of running the opcode directly by Carl-Daniel Hailfinger · 16 years ago
  58. 598ec58 Check for failed SPI command execution by Carl-Daniel Hailfinger · 16 years ago
  59. 76c2887 Implement read support for the following Atmel chips by Carl-Daniel Hailfinger · 16 years ago
  60. 986cae6 SST39VF020 TEST_OK_ PROBE READ ERASE WRITE by Mart Raudsepp · 16 years ago
  61. d54ef6e The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs by Carl-Daniel Hailfinger · 16 years ago
  62. fc4a369 SST39SF040 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  63. 16d9c5b Mark ST M25P16 as fully tested by Carl-Daniel Hailfinger · 16 years ago
  64. 1c2ec28 Add support for 8 new chips and fix up 2 existing chips as well by Carl-Daniel Hailfinger · 16 years ago
  65. d3b0e39 Dump ICH8/ICH9/ICH10 SPI registers by Carl-Daniel Hailfinger · 16 years ago
  66. 6afb613 Add additional SPI sector erase and chip erase command functions by Carl-Daniel Hailfinger · 16 years ago
  67. 4311956 Drop nr/opcode_index parameter from run_opcode and search the opmenu for the opcode instead by Stefan Reinauer · 16 years ago
  68. 96e1b55 Add support for the ST M50FW002 chip by Carl-Daniel Hailfinger · 16 years ago
  69. 81f730f Mark two more chips as fully tested by Uwe Hermann · 16 years ago
  70. 424ed22 Flashrom support for some Numonyx parts (M25PE) by Stefan Reinauer · 16 years ago
  71. b759db2 Enable SPI boot flash support on EP80579, which has the ICH7 register set by Ed Swierk · 16 years ago
  72. 2bc9f37 Mark Winbond W39V040FA (512 KB) as fully supported by Uwe Hermann · 16 years ago
  73. c556d32 Add support for the Intel 82371MX (MPIIX) southbridge by Uwe Hermann · 16 years ago
  74. 8720345 Add support for the Intel 82371FB PIIX and 82371SB (PIIX3) southbridges by Uwe Hermann · 16 years ago
  75. 190f849 Add support for the VIA VT82C586A/B chipset, improve documentation by Uwe Hermann · 16 years ago
  76. 1b0f61f Reduce serial output, otherwise flashing will fail very often by Uwe Hermann · 16 years ago
  77. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  78. a88daa7 Allow the SiS 620 chipset to detect and read at least 256kb chips by Urja Rannikko · 16 years ago
  79. 3af487d SB600 has four write once LPC ROM protect areas by Marc Jones · 16 years ago
  80. 28ec74b Add ICH10 support by Carl-Daniel Hailfinger · 16 years ago
  81. 23dc1df Check that a filename was specified also when using force read by Peter Stuge · 16 years ago
  82. cbfed28 Support for AM29F002(N)B[BT] by Mats Erik Andersson · 16 years ago
  83. 205633e This patch fixes support for the AT49F002N(T) chip in the flashrom tool by Tim ter Laak · 16 years ago
  84. 9a362c5 ST M29F040B status TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  85. c010e0b Fix typo in r3615 (TEST_PREW -> TEST_OK_PREW) by Peter Stuge · 16 years ago
  86. e8782a6 Mark the SyncMOS S29C51002T as working by Uwe Hermann · 16 years ago
  87. 44e1a19 Activate proper support for EN29F002(A)(N)[BT] by Mats Erik Andersson · 16 years ago
  88. 3d20d90 Winbond W49V002A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  89. 80d667b Debug print actual time base calculated by myusec_calibrate_delay() by Peter Stuge · 16 years ago
  90. 483b8f0 Only find "unknown .. SPI chip" if no other chip was found by Peter Stuge · 16 years ago
  91. 8d74c1b SST49LF016C TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  92. e7efd4c SST25VF016B TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  93. cd2ed47 Recognize the Intel EP80579 LPC flash interface by Ed Swierk · 16 years ago
  94. b20953c Add support for MSI KT4V by Sean Nelson · 16 years ago
  95. 0d29b60 Fix error -EINVAL on mmap() by Segher Boessenkool · 16 years ago
  96. bff9bf2 ST M50FW040 TEST_OK PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  97. 566ce1b Update copyright year by Stefan Reinauer · 16 years ago
  98. ec20a75 Tested another intel chip by Stefan Reinauer · 16 years ago
  99. cce2682 Winbond W39V040C and MSI K8T Neo2-F by Peter Stuge · 16 years ago
  100. 85f8a17 Fix and clean up coreboot image detection heuristic by Carl-Daniel Hailfinger · 16 years ago