1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-19 13:11:18 +02:00

Commit Graph

  • 60622e2262 Handle DragonFly BSD definitions in flash.h Patrick Georgi 2009-04-28 12:56:04 +00:00
  • dd315e107d Enable scan-build for flashrom Patrick Georgi 2009-04-26 19:47:23 +00:00
  • c6b7dd1689 The flashrom makefile wants to redirect both stdout and stderr to /dev/null for one compile test Stephan Guilloux 2009-04-25 22:07:28 +00:00
  • ad216bf3a0 MAX may already be defined Uwe Hermann 2009-04-24 16:17:41 +00:00
  • 70ea9a326a Support MX25L3235D Stephan Guilloux 2009-04-23 22:51:56 +00:00
  • 3d5f96cdc8 Don't duplicate option description in README, the manpage already has that info Uwe Hermann 2009-04-23 14:57:55 +00:00
  • 42882fd97e All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/read/erase/write Carl-Daniel Hailfinger 2009-04-22 13:33:43 +00:00
  • 691568bf2f Add support for Gigabyte GA-MA790FX-DQ6 Carl-Daniel Hailfinger 2009-04-21 23:03:20 +00:00
  • 2f132feabe Support Macronix MX2512805D flash chip Stephan Guilloux 2009-04-21 01:47:16 +00:00
  • 72cf565663 Trivial indent fix Stephan Guilloux 2009-04-21 01:46:07 +00:00
  • fd31550168 After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0xC7 for Chip Erase Stephan Guilloux 2009-04-20 22:54:13 +00:00
  • c5210168df board_enables: reconstruct table Luc Verhaegen 2009-04-20 12:38:17 +00:00
  • 44dd304c44 Trivial README change Flashrom->flashrom Peter Stuge 2009-04-20 12:34:30 +00:00
  • e39631cf50 MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 Stephan Guilloux 2009-04-19 23:24:26 +00:00
  • f5c7090b4d Add MX25L1635D support, as discussed on #coreboot Stephan Guilloux 2009-04-19 23:04:00 +00:00
  • 94f221f970 Add VIA PC3500G board Peter Stuge 2009-04-17 23:01:45 +00:00
  • 7b2969be53 Some coding style and consistency fixes Uwe Hermann 2009-04-15 10:52:49 +00:00
  • 97e8f22b02 Fix typo Uwe Hermann 2009-04-13 21:35:49 +00:00
  • d42009c4ae Mention a few more flash chip packages in README/manpage Uwe Hermann 2009-04-11 13:59:00 +00:00
  • a822bd0043 Fix typo Uwe Hermann 2009-04-10 14:49:14 +00:00
  • e74b9f85fb Various manpage / README fixes Uwe Hermann 2009-04-10 14:41:29 +00:00
  • 197d6cdc16 Fix the typo should indeed be a 0x2e Mondrian nuessle 2009-04-09 14:28:36 +00:00
  • d5df3308e1 Board enable support for HP DL145 G3 Mondrian Nuessle 2009-03-30 13:20:01 +00:00
  • 66afb36fb4 Improve readability of Atmel AT45 comments Carl-Daniel Hailfinger 2009-03-19 12:18:13 +00:00
  • 2d853bb587 This patch adds "high coreboot table support" to coreboot version 2 Stefan Reinauer 2009-03-17 14:39:25 +00:00
  • 0472f3d826 FreeBSD definitions of (read|write)[bwl] collide with our own Carl-Daniel Hailfinger 2009-03-06 22:26:00 +00:00
  • b88556979b Reduce use of volatile variables Carl-Daniel Hailfinger 2009-03-06 00:40:25 +00:00
  • 61a8bd27fb Use helper functions to access flash chips Carl-Daniel Hailfinger 2009-03-05 19:24:22 +00:00
  • 0677dfffc6 Add SST25VF040.REMS with TEST_OK_ PROBE READ Zheng Bao 2009-02-25 08:07:33 +00:00
  • b27d0a2c34 SST29EE020A TEST_OK_ PROBE READ ERASE WRITE Peter Stuge 2009-02-22 21:07:28 +00:00
  • 816139e06d Fix broken flash chip base address logic Peter Stuge 2009-02-09 20:26:14 +00:00
  • 09c1333702 MSI MS-7046 board enable Peter Stuge 2009-02-02 22:55:26 +00:00
  • 0c2029f862 Following patch fixes VIA SPI (VT8237S) Rudolf Marek 2009-02-01 18:40:50 +00:00
  • 7314cc3de0 Factor out read and erase functions from flashrom main() Carl-Daniel Hailfinger 2009-01-28 00:27:54 +00:00
  • 20ed5d104c Add VT8237A PCI ID Peter Stuge 2009-01-26 15:29:27 +00:00
  • b219ba32fd Fix one dead increment and one dead assignment as found by clang Peter Stuge 2009-01-26 15:19:43 +00:00
  • af8ffac0a7 Driver for ST M29F002T/NT/B Peter Stuge 2009-01-26 06:42:02 +00:00
  • c6e905575f Fix copypaste error in r3913 Peter Stuge 2009-01-26 04:48:01 +00:00
  • fd9217db8e SST25VF040B using 0x90 identification and AAI write Peter Stuge 2009-01-26 03:37:40 +00:00
  • 5fecee462f Decode SST25VF040B status register, also from July 2008 Peter Stuge 2009-01-26 03:23:50 +00:00
  • 06c10d50c4 Intel Desktop Board D201GLY Peter Stuge 2009-01-26 03:12:44 +00:00
  • bf196e9199 Winbond SuperIO SPI driver Peter Stuge 2009-01-26 03:08:45 +00:00
  • 9d9399c5b4 Export Winbond SuperIO register access functions in board_enable.c Peter Stuge 2009-01-26 02:34:51 +00:00
  • 42688e5cc9 Document exit() codes introduced in r3907 Peter Stuge 2009-01-26 02:20:56 +00:00
  • 43438ba7d1 exit(2) on /dev/mem open() failure and exit(3) on mmap() failure Peter Stuge 2009-01-26 02:04:19 +00:00
  • 33fefcad5c Add license header to physmap.c so everyone is happy Peter Stuge 2009-01-26 01:33:02 +00:00
  • f79edb9a11 Darwin / Mac OS X Stefan Reinauer 2009-01-26 01:23:31 +00:00
  • a69c447b90 Small cleanup in Makefile Peter Stuge 2009-01-26 01:16:09 +00:00
  • 0593f21f10 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call Stefan Reinauer 2009-01-26 01:10:48 +00:00
  • 776d2021fd Change flashrom.c:map_flash_registers() from int to void Peter Stuge 2009-01-26 00:39:57 +00:00
  • a0d75a07b4 Forgot some things in r3899 Peter Stuge 2009-01-26 00:19:36 +00:00
  • 2dc3aaac4c Little readability improvement in cbtable.c:coreboot_init() Peter Stuge 2009-01-26 00:15:56 +00:00
  • f02edec2ae Change FreeBSD #ifdef into #if defined() Stefan Reinauer 2009-01-26 00:07:25 +00:00
  • cedb09de9d Make Makefile a bit more portable Peter Stuge 2009-01-25 23:59:30 +00:00
  • 8440cc0ee5 Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets Peter Stuge 2009-01-25 23:55:12 +00:00
  • 5cafc33831 Beautify flash chip ID verbose printout a little, always use %02x Peter Stuge 2009-01-25 23:52:45 +00:00
  • 9371dc3cb1 Fix stupid off-by-one error in erase verification Peter Stuge 2009-01-25 20:41:51 +00:00
  • a657e94127 ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE Peter Stuge 2009-01-24 23:01:08 +00:00
  • 51f4062ff4 SST25VF080B TEST_OK_PROBE Peter Stuge 2009-01-24 01:32:40 +00:00
  • ccf8c6c794 Check all mmap() calls and print helpful Linux error message Peter Stuge 2009-01-23 05:23:06 +00:00
  • 72c9668b95 Provide some hints for the user in case /dev/mem mmap fails Peter Stuge 2009-01-22 22:53:59 +00:00
  • 37179b807c Fix ICH9 locking register address and add important debug output FENG yu ning 2009-01-18 06:39:32 +00:00
  • 016d4e16f8 Add ICH opcode debugging Peter Stuge 2009-01-15 02:13:18 +00:00
  • 9982aefc87 Use designated initializers for the board enable table Stephan Guilloux 2009-01-15 00:48:24 +00:00
  • f9ad0bb5c1 Always print address when verification fails, not only with -V Peter Stuge 2009-01-13 14:32:27 +00:00
  • 5807206cfe Board enable for GIGABYTE GA-MA78G-DS3H Peter Stuge 2009-01-12 21:31:14 +00:00
  • d3bce83599 IT8718F works just like IT8716F Peter Stuge 2009-01-12 21:28:03 +00:00
  • 1fec0f35c7 Check return value of fscanf()/fwrite()/fread() Peter Stuge 2009-01-12 21:00:35 +00:00
  • 4cf3eefb84 Update usage in README Idwer Vollering 2009-01-11 03:31:02 +00:00
  • f8bc28fc3a Add erase and write functions to the following chip definitions Carl-Daniel Hailfinger 2009-01-08 16:53:13 +00:00
  • 851ecf29f1 The flashrom man page has incomplete author/copyright sections and an incorrect license section Carl-Daniel Hailfinger 2009-01-08 04:56:59 +00:00
  • 5c5b525652 This patch improves machine parseability and human readability of flashchips.c Stephan Guilloux 2009-01-08 03:40:17 +00:00
  • c208dfb66f Add SST49LF020 support Sven Schnelle 2009-01-07 12:35:09 +00:00
  • b5d677b5e3 Add AMD-768 chipset support Sven Schnelle 2009-01-07 12:15:46 +00:00
  • ed2352b3b6 Add i631x LPC support Sven Schnelle 2009-01-07 12:11:13 +00:00
  • 58783e395f If you pass a bogus layout file to the -l option flashrom will segfault Uwe Hermann 2008-12-22 16:42:59 +00:00
  • 0ab4298558 Add another board-enable line for the Kontron 986LCD-M/mITX Uwe Hermann 2008-12-22 16:40:45 +00:00
  • e8a3e4c209 Initialize ICH SPI opcodes also for ICH9 and later Peter Stuge 2008-12-22 14:12:08 +00:00
  • f041e9b586 Various ichspi.c refinements FENG yu ning 2008-12-15 02:32:11 +00:00
  • 7de8639b29 Add 28 flash chips of the MX29 series to the flashrom ID table and support the MX29LV040C Carl-Daniel Hailfinger 2008-12-10 10:32:05 +00:00
  • 90eff15351 Kill obsolete and misplaced comment Carl-Daniel Hailfinger 2008-12-08 23:51:45 +00:00
  • c05a295dc3 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configuration is locked down FENG yu ning 2008-12-08 18:16:58 +00:00
  • ff692fb567 Breaks chip info into multiple lines FENG yu ning 2008-12-08 18:15:10 +00:00
  • f0ef27bc5a Display test status in -L chip listing Peter Stuge 2008-12-06 01:37:09 +00:00
  • f63c0dcba9 Add AMD SB700 flash enable Niels Ole Salscheider 2008-12-05 11:58:43 +00:00
  • 2fcc0b52e4 Fix compilation of r3797 with gcc-4.3.2 Peter Stuge 2008-12-05 11:56:57 +00:00
  • f0c811dd15 Check if erase succeeds and exit with error on failure Peter Stuge 2008-12-05 02:22:30 +00:00
  • 052cdc337e Add RDID/REMS IDs for the following flash chips Carl-Daniel Hailfinger 2008-12-04 00:58:10 +00:00
  • 7ccce54a69 Gcc thinks base could be used uninitialized, so shut it up Peter Stuge 2008-12-03 23:36:48 +00:00
  • 73bdb92b5d Fix bug in r3790 Peter Stuge 2008-12-03 21:39:56 +00:00
  • 9a6d1764a2 Replace #ifdefs for sc520 systems by run time probing Stefan Reinauer 2008-12-03 21:24:40 +00:00
  • 13f98cefb7 Copyright update by Jason Wang for freshly written sb600 code Jason Wang 2008-11-29 15:07:15 +00:00
  • 0faf03e647 Declare special commands to support the Atmel AT25F512A Carl-Daniel Hailfinger 2008-11-28 23:47:55 +00:00
  • 6a0a25cada Do not indicate known-bad functions as untested Carl-Daniel Hailfinger 2008-11-28 23:45:27 +00:00
  • a3f04be761 Add support for the AMD/ATI SB600 southbridge SPI functionality Jason Wang 2008-11-28 21:36:51 +00:00
  • 7f30022fb0 Add SST25VF080B flash chip support Jason Wang 2008-11-28 05:40:27 +00:00
  • 14e50ac123 Flashrom already has the following probe functions Carl-Daniel Hailfinger 2008-11-28 01:25:00 +00:00
  • 92a54ca030 Try RES even if RDID fails Carl-Daniel Hailfinger 2008-11-27 22:48:48 +00:00
  • ebaffb6e51 Add support for 32Mbit SPI flash SST25VF032B Tero O Peippola 2008-11-24 20:23:23 +00:00
  • 738fdffe40 ichspi: use spi_nbyte_read() instead of running the opcode directly Carl-Daniel Hailfinger 2008-11-18 00:43:14 +00:00