1. bc8744e flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  2. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  3. 94e340b Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. by Myles Watson · 16 years ago
  4. cd7e9b5 flashrom: Fix broken flash chip base address logic by Peter Stuge · 16 years ago
  5. 1588426 flashrom: MSI MS-7046 board enable by Peter Stuge · 16 years ago
  6. e66c258 Following patch fixes VIA SPI (VT8237S). It needs to have opcodes by Rudolf Marek · 16 years ago
  7. b6dc723 Factor out read and erase functions from flashrom main(). by Carl-Daniel Hailfinger · 16 years ago
  8. 3108a12 msrtool: Allow MSR symbols (names) to also be used as addresses. by Peter Stuge · 16 years ago
  9. c1d6ed9 msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits. by Peter Stuge · 16 years ago
  10. a886624 flashrom: Add VT8237A PCI ID by Peter Stuge · 16 years ago
  11. 726c16d flashrom: Fix one dead increment and one dead assignment as found by clang. by Peter Stuge · 16 years ago
  12. c39cb14 flashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  13. f3bc765 flashrom: Fix copypaste error in r3913. by Peter Stuge · 16 years ago
  14. fbda0d3 msrtool: AMD CS5536 probe implementation. by Peter Stuge · 16 years ago
  15. 279cdbb msrtool: Make configure work with zsh, the default shell in Darwin. by Peter Stuge · 16 years ago
  16. c800eeb flashrom: SST25VF040B using 0x90 identification and AAI write. by Peter Stuge · 16 years ago
  17. 9ee4415 flashrom: Decode SST25VF040B status register, also from July 2008. by Peter Stuge · 16 years ago
  18. 37c4a96 flashrom: Intel Desktop Board D201GLY by Peter Stuge · 16 years ago
  19. 36b3932 flashrom: Winbond SuperIO SPI driver. by Peter Stuge · 16 years ago
  20. 8991302 flashrom: Export Winbond SuperIO register access functions in board_enable.c. by Peter Stuge · 16 years ago
  21. 732a229 flashrom: Document exit() codes introduced in r3907. by Peter Stuge · 16 years ago
  22. 800621e flashrom: exit(2) on /dev/mem open() failure and exit(3) on mmap() failure. by Peter Stuge · 16 years ago
  23. 0860215 flashrom: Add license header to physmap.c so everyone is happy. :) by Peter Stuge · 16 years ago
  24. 713ee92 flashrom: Darwin / Mac OS X by Stefan Reinauer · 16 years ago
  25. d48091a flashrom: Small cleanup in Makefile. by Peter Stuge · 16 years ago
  26. 53ac394 flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call. by Stefan Reinauer · 16 years ago
  27. 8c4421d flashrom: Change flashrom.c:map_flash_registers() from int to void. by Peter Stuge · 16 years ago
  28. 8dec57f flashrom: Forgot some things in r3899. by Peter Stuge · 16 years ago
  29. e03d84a flashrom: Little readability improvement in cbtable.c:coreboot_init() by Peter Stuge · 16 years ago
  30. 09c0b7c flashrom: Change FreeBSD #ifdef into #if defined() by Stefan Reinauer · 16 years ago
  31. bb79ba4 flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n. by Peter Stuge · 16 years ago
  32. 68c0cec flashrom: Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets. by Peter Stuge · 16 years ago
  33. 2450419 flashrom: Beautify flash chip ID verbose printout a little, always use %02x. by Peter Stuge · 16 years ago
  34. 7e6ff8b flashrom: Fix stupid off-by-one error in erase verification. by Peter Stuge · 16 years ago
  35. 269e1bd flashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  36. 6f77eeb flashrom: SST25VF080B TEST_OK_PROBE by Peter Stuge · 16 years ago
  37. 2e54813 flashrom: Check all mmap() calls and print helpful Linux error message. by Peter Stuge · 16 years ago
  38. 8a681b1 flashrom: Provide some hints for the user in case /dev/mem mmap fails. by Peter Stuge · 16 years ago
  39. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago
  40. 0fd183c flashrom: Fix ICH9 locking register address and add important debug output. by FENG yu ning · 16 years ago
  41. 884e1cb flashrom: Add ICH opcode debugging. by Peter Stuge · 16 years ago
  42. d860763 Similarly to flashchips array, this patch intends to make the table by Stephan Guilloux · 16 years ago
  43. 3462462 flashrom: Always print address when verification fails, not only with -V. by Peter Stuge · 16 years ago
  44. e31a8d5c flashrom: Board enable for GIGABYTE GA-MA78G-DS3H by Peter Stuge · 16 years ago
  45. 88ded31 flashrom: IT8718F works just like IT8716F. by Peter Stuge · 16 years ago
  46. 475ac26a flashrom: Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  47. 6fa7e6d flashrom: Update usage in README by Idwer Vollering · 16 years ago
  48. 0afdea4 Add erase and write functions to the following chip definitions: by Carl-Daniel Hailfinger · 16 years ago
  49. 44b3bf7 The flashrom man page has incomplete author/copyright sections and an by Carl-Daniel Hailfinger · 16 years ago
  50. 901f25a This patch improves machine parseability and human readability of by Stephan Guilloux · 16 years ago
  51. d32b9e6 Add SST49LF020 support. by Sven Schnelle · 16 years ago
  52. f58691f Add AMD-768 chipset support. by Sven Schnelle · 16 years ago
  53. c84ce73 Add i631x LPC support. by Sven Schnelle · 16 years ago
  54. 29fbb76 If you pass a bogus layout file to the -l option flashrom will segfault. by Uwe Hermann · 16 years ago
  55. fdc5470 Add another board-enable line for the Kontron 986LCD-M/mITX. by Uwe Hermann · 16 years ago
  56. 3071acf flashrom: Initialize ICH SPI opcodes also for ICH9 and later. by Peter Stuge · 16 years ago
  57. eb390ab This adds register map based on NSC PC87392 datasheet. LDN#2 can be by Michał Mirosław · 16 years ago
  58. a8faa2a * add a generic preop-opcode-pair table. by FENG yu ning · 16 years ago
  59. b3b2804 Add 28 flash chips of the MX29 series to the flashrom ID table and by Carl-Daniel Hailfinger · 16 years ago
  60. 17da8d7 Kill obsolete and misplaced comment. by Carl-Daniel Hailfinger · 16 years ago
  61. 8a07f70 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI by FENG yu ning · 16 years ago
  62. 60e7eeb Breaks chip info into multiple lines. by FENG yu ning · 16 years ago
  63. baada5e flashrom: Display test status in -L chip listing by Peter Stuge · 16 years ago
  64. 2478835 flashrom: Add AMD SB700 flash enable by Niels Ole Salscheider · 16 years ago
  65. 5a0be51 flashrom: Fix compilation of r3797 with gcc-4.3.2 by Peter Stuge · 16 years ago
  66. b4b56e6 flashrom: Check if erase succeeds and exit with error on failure. by Peter Stuge · 16 years ago
  67. 1162f25 Patch to util/inteltool: by Stefan Reinauer · 16 years ago
  68. fcf9be3 Add RDID/REMS IDs for the following flash chips: by Carl-Daniel Hailfinger · 16 years ago
  69. fd5a2df flashrom: gcc thinks base could be used uninitialized, so shut it up. by Peter Stuge · 16 years ago
  70. 9602d1e flashrom: Fix bug in r3790 by Peter Stuge · 16 years ago
  71. d53f3e7 Replace #ifdefs for sc520 systems by run time probing. by Stefan Reinauer · 16 years ago
  72. b9b500f build_opt_tbl: by Stefan Reinauer · 16 years ago
  73. 7a51e50 The Winbond Super I/O chips have another indirection of registers. The by Stefan Reinauer · 16 years ago
  74. b4eb4fb ok, another attempt to the build_opt_tbl problem: by Stefan Reinauer · 16 years ago
  75. 70a1f73 Copyright update by Jason Wang for freshly written sb600 code. by Jason WangQingpei.wang · 16 years ago
  76. 8b30d5d Declare special commands to support the Atmel AT25F512A. by Carl-Daniel Hailfinger · 16 years ago
  77. f86f1fe If a chip has any TEST_BAD_* flag set, we don't even list the by Carl-Daniel Hailfinger · 16 years ago
  78. f22ce41 Add support for the AMD/ATI SB600 southbridge SPI functionality. by Jason Wang · 16 years ago
  79. 38bee3c This patch fixes the ugly race condition created through build_opt_tbl by Stefan Reinauer · 16 years ago
  80. d95e43c Add SST25VF080B flash chip support. by Jason Wang · 16 years ago
  81. 6f24cbc Flashrom already has the following probe functions: by Carl-Daniel Hailfinger · 16 years ago
  82. c88733c The existing check in probe_spi_res() was right for SPI controllers by Carl-Daniel Hailfinger · 16 years ago
  83. 0924dee msrtool: Use libpci to let system and target probes find PCI devices. by Peter Stuge · 16 years ago
  84. ef8ea01 Add support for 32Mbit SPI flash SST25VF032B. Tested on gigabyte m57sli. by Tero O Peippola · 16 years ago
  85. cc9db9d msrtool: Very small fixes I made after sending out the rc1 tarball. by Peter Stuge · 16 years ago
  86. dad1e30 msrtool: Release Candidate 1 by Peter Stuge · 16 years ago
  87. 8c0702b Currently flashrom assumes every vendor BIOS shares our view about which by Carl-Daniel Hailfinger · 16 years ago
  88. 7cb70d9 Check for failed SPI command execution in flashrom. Although SPI itself by Carl-Daniel Hailfinger · 16 years ago
  89. 9648351 Implement read support for the following Atmel chips: by Carl-Daniel Hailfinger · 16 years ago
  90. b74fbc6 flashrom: SST39VF020 TEST_OK_ PROBE READ ERASE WRITE by Mart Raudsepp · 16 years ago
  91. ef3f7e3 The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs. by Carl-Daniel Hailfinger · 16 years ago
  92. ebb73f2 Add detection support for ITE IT8228E, IT8711F, IT8722F, IT8761E, by Uwe Hermann · 16 years ago
  93. fb9f35d cosmetic update for getpir. by Stefan Reinauer · 16 years ago
  94. f27a3eb flashrom: SST39SF040 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  95. 176e88e The ST M25P16 chip has been confirmed to work fine for probe, read, by Carl-Daniel Hailfinger · 16 years ago
  96. aad6502 Add support for 8 new chips to flashrom and fix up 2 existing chips by Carl-Daniel Hailfinger · 16 years ago
  97. 6f31f11 Dump ICH8/ICH9/ICH10 SPI registers in flashrom. by Carl-Daniel Hailfinger · 16 years ago
  98. 6287e2e Add additional SPI sector erase and chip erase command functions to by Carl-Daniel Hailfinger · 16 years ago
  99. d22ef49 Drop nr/opcode_index parameter from run_opcode and search the opmenu for the opcode instead. by Stefan Reinauer · 16 years ago
  100. 8a9e23c Add support for the ST M50FW002 chip to flashrom. Identification only, by Carl-Daniel Hailfinger · 16 years ago