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