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