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

Commit Graph

  • 65c1b86fe7 Changes to make flashrom compile (and work) on FreeBSD Andriy Gapon 2008-05-22 13:22:45 +00:00
  • cdbca5b23c Myles reported SST49LF080A status -> TESTED_PREW Peter Stuge 2008-05-21 07:10:15 +00:00
  • 4784c47a88 Support Pm49FL004/2 Block Locking Registers Nikolay Petukhov 2008-05-17 01:08:58 +00:00
  • fc52409252 I looked at the datasheet and erase_sector_39sf020() is totally and completely wrong Carl-Daniel Hailfinger 2008-05-16 21:11:53 +00:00
  • 1b18b3c076 ICH8 and ICH9 have an almost identical SPI interface, only the location of the SPIBAR differs Carl-Daniel Hailfinger 2008-05-16 14:39:39 +00:00
  • f5430bde52 Add support for the Atmel AT25DF321 SPI flash (tested) Dominik Geyer 2008-05-16 13:00:28 +00:00
  • b46acba6e0 Add support for SPI chips on ICH9 Dominik Geyer 2008-05-16 12:55:55 +00:00
  • 337df1d618 IT8716F: Enable writes if decoding of any SPI addresses is enabled Carl-Daniel Hailfinger 2008-05-16 00:19:52 +00:00
  • f43e6428db Print detailed status register information for SST25VF series flash Carl-Daniel Hailfinger 2008-05-15 22:32:08 +00:00
  • 0720292bd3 Lots of new SST flash chip IDs Carl-Daniel Hailfinger 2008-05-15 03:24:43 +00:00
  • 42c5497180 Add support for the JEDEC RES Carl-Daniel Hailfinger 2008-05-15 03:19:49 +00:00
  • 6dc1d3b8dc Add more infrastructure for flashrom ICH9 support Carl-Daniel Hailfinger 2008-05-14 14:51:22 +00:00
  • a00e2a0edf Add the Intel 6300ESB as known chipset to the chipset struct enables Claus Gindhart 2008-05-14 12:22:38 +00:00
  • 09022e535f Fix crash caused by division by zero for unknown flash chips Carl-Daniel Hailfinger 2008-05-14 12:09:31 +00:00
  • a758f5100d Check the JEDEC vendor ID for correct parity Carl-Daniel Hailfinger 2008-05-14 12:03:06 +00:00
  • 4e84dfb784 Add lots of ATMEL SPI flash chips to flash.h Carl-Daniel Hailfinger 2008-05-14 04:27:02 +00:00
  • bfe5b4ab74 Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c Carl-Daniel Hailfinger 2008-05-13 23:03:12 +00:00
  • d6cbf76ee5 Move the SPI #defines from spi.c to spi.h Carl-Daniel Hailfinger 2008-05-13 14:58:23 +00:00
  • 228231ff2c Change the SPI parts of flashrom to prepare for a merge of ICH9 SPI support Carl-Daniel Hailfinger 2008-05-13 14:01:22 +00:00
  • f51c92feb4 MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OK by Harald Gutmann Carl-Daniel Hailfinger 2008-05-12 21:19:53 +00:00
  • 78c6dfe1f4 Add SST39VF512, SST39VF010, SST39VF040 support Carl-Daniel Hailfinger 2008-05-12 14:25:31 +00:00
  • a5b8efd377 Improve flashrom SPI abstraction, second step Carl-Daniel Hailfinger 2008-05-10 23:40:51 +00:00
  • fa8c550fb6 Rename generic_spi_*() functions to spi_*() Peter Stuge 2008-05-10 23:07:52 +00:00
  • 2fd11d6a9b Probe for up to 3 flash chips Claus Gindhart 2008-05-08 00:31:44 +00:00
  • 1159d5864a Add a tested bitmap field to the flash chip table Peter Stuge 2008-05-03 04:34:37 +00:00
  • 9477c4eca5 Enable ROM decode range to 1MB for vt8237r Bari Ari 2008-04-29 13:46:38 +00:00
  • a7b3551bbc Separate ST M50FLW support from generic JEDEC code Claus Gindhart 2008-04-28 17:51:09 +00:00
  • f31104cf3b Handle NULL probe, erase and write function pointers in the flashchips table Peter Stuge 2008-04-28 14:47:30 +00:00
  • ef300238b6 82802ab: touch only blocks that need updating Claus Gindhart 2008-04-24 09:07:57 +00:00
  • 47c94a5d48 ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec Ed Swierk 2008-04-07 22:33:33 +00:00
  • b36a071717 Add ICH9 detection Carl-Daniel Hailfinger 2008-03-18 00:54:10 +00:00
  • c34ce2ecf7 Oops Stefan Reinauer 2008-03-18 00:36:18 +00:00
  • ac37897259 Support for the Winbond W39V080FA series of chips Stefan Reinauer 2008-03-17 22:59:40 +00:00
  • b7c8323399 Check whether SST FWH chip was successfully erased on flashchip -E, too Stefan Reinauer 2008-03-16 19:44:13 +00:00
  • fc425e81ce Sort list of flash chips alphabetically, add comment Uwe Hermann 2008-03-16 02:06:25 +00:00
  • 72123a5b07 Remove nasty warning that happened due to our vendor detection Stefan Reinauer 2008-03-15 23:41:19 +00:00
  • 7615868f0b Re-add code erroneously removed in r3140 Uwe Hermann 2008-03-14 23:55:58 +00:00
  • 1f3e530bea Changes M50FW080 to use 82802ab.c instead of jedec.c Joseph Smith 2008-03-14 23:32:03 +00:00
  • 67f9ea3b71 Prepare for ICH7/ICH8 SPI support by adding some debugging for all ICH* chipsets Carl-Daniel Hailfinger 2008-03-14 17:20:59 +00:00
  • 55bf8dfcab Fix broken flashrom build Uwe Hermann 2008-03-14 01:24:39 +00:00
  • e7162b3680 Fix up one forgotten revert in r3140 Carl-Daniel Hailfinger 2008-03-14 00:33:42 +00:00
  • e7bcb19bf5 Revert the delete of 82802ab.c in r3137 Carl-Daniel Hailfinger 2008-03-14 00:02:25 +00:00
  • eac1016437 Also print the chip vendor name in --list-supported output Uwe Hermann 2008-03-13 18:52:51 +00:00
  • 23c3d951b7 Also print the required -m option in --list-supported output Uwe Hermann 2008-03-13 18:41:07 +00:00
  • fe7e929f49 Drop 82802ab.c as it is identical to sharplhf00l04.c Carl-Daniel Hailfinger 2008-03-13 12:43:31 +00:00
  • 7bd2f838c6 Drop the useless rom.layout file Uwe Hermann 2008-03-12 12:28:40 +00:00
  • e5ac16445f Add --list-supported option which lists the supported ROM chips, chipsets, and mainboards Uwe Hermann 2008-03-12 11:54:51 +00:00
  • 75f510768d Add missing license header to layout.c Uwe Hermann 2008-03-04 16:29:54 +00:00
  • faa62fb1ff Add board_enable for Artec Group DBE61 and DBE62 Mart Raudsepp 2008-02-20 11:11:18 +00:00
  • 02016f742c Fix compilation with custom CFLAGS Clark Rawlins 2008-02-14 23:22:20 +00:00
  • 3697ac75d5 Further cleanups to enable_flash_cs5536 Mart Raudsepp 2008-02-11 14:32:45 +00:00
  • 97866087ae Add board enable for VIA EPIA SP Luc Verhaegen 2008-02-09 02:03:06 +00:00
  • e1344da898 Improve error handling and make RCONF_DEFAULT_MSR address be a constant Mart Raudsepp 2008-02-08 10:10:57 +00:00
  • 0514a5f07a Write enable flash chips attached to CS3 of CS5536 chipsets (AMD Geode) Mart Raudsepp 2008-02-08 09:59:58 +00:00
  • 1263d2af08 Handle JEDEC JEP106W continuation codes in SPI RDID Carl-Daniel Hailfinger 2008-02-06 22:07:58 +00:00
  • 6b53fed02d Make the vendor name optional in the -m flashrom parameter when there's only one board name that matches Peter Stuge 2008-01-27 16:21:21 +00:00
  • 79fd6d21d2 Forgot to add Spansion S25FL016A to README, trivial Peter Stuge 2008-01-27 07:17:14 +00:00
  • 3ac76af6f0 Correctly disable the ROM area Write Protect bit in the Geode LX Marc Jones 2008-01-26 07:35:47 +00:00
  • 10e091bd30 Add ids and chip entry for Spansion S25FL016A, tested, working Peter Stuge 2008-01-25 01:52:45 +00:00
  • e5dd6e6cd5 Here is just a little and simple patch to get the MX25L3205D working Harald Gutmann 2008-01-22 16:03:19 +00:00
  • d7b5bf3f12 Flashrom did not use the read function for verifying, it used direct memory access instead Carl-Daniel Hailfinger 2008-01-22 15:19:01 +00:00
  • d3568adfe1 Make sure we delay writing the next byte long enough in SPI byte programming Carl-Daniel Hailfinger 2008-01-22 14:37:31 +00:00
  • d4554c5d73 Omitting the wait for SPI ready when there is no data to be read, e.g Ronald Hoogenboom 2008-01-21 23:55:08 +00:00
  • 201bde33d0 This patch adds version information Bernhard Walle 2008-01-21 15:24:22 +00:00
  • 7ff530b40e Further abstract SPI functions to allow chips bigger than 512 kB behind IT8716Fs Ronald Hoogenboom 2008-01-19 00:04:46 +00:00
  • 42eb17fc5e Minor documentation improvements/fixes in the README and manpage Uwe Hermann 2008-01-18 17:48:51 +00:00
  • 2fbe6247a9 Rename linuxbios_* files in utils repository Stefan Reinauer 2008-01-18 16:17:44 +00:00
  • e3f3e2edb4 Rename LinuxBIOS to coreboot Stefan Reinauer 2008-01-18 15:33:10 +00:00
  • a3f8a64166 This patch removes '\n' from the help output since this looks a bit strange Bernhard Walle 2008-01-11 00:32:07 +00:00
  • 9bb1c5d7ee Enable MX25L8005 support Harald Gutmann 2008-01-10 13:27:22 +00:00
  • f9aa3a8950 Add support for the SST25VF040B 4 Mbit SPI flash chip Carl-Daniel Hailfinger 2008-01-07 13:48:51 +00:00
  • 8484d5a0a3 Add board enable for the gigabyte ga_2761gxdk board Ronald G. Minnich 2008-01-04 17:22:44 +00:00
  • e973b05710 Print at least the vendor for SPI flash chips if the exact chip ID is unknown Carl-Daniel Hailfinger 2008-01-04 16:22:09 +00:00
  • 2736e32832 Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all have exactly the same ID Carl-Daniel Hailfinger 2007-12-31 14:05:08 +00:00
  • ae8afa9ddb Add continuation ID support to jedec.c Carl-Daniel Hailfinger 2007-12-31 01:49:00 +00:00
  • c2a18452b1 Refine various vendor ID annotations Carl-Daniel Hailfinger 2007-12-31 01:18:26 +00:00
  • a3c977ab63 All SPI chips mentioned in flashchips.c had their sector size listed as page size Carl-Daniel Hailfinger 2007-12-29 11:05:59 +00:00
  • 9a3ec82063 Print the chip status register for all SPI chips on probe if verbose output is specified Carl-Daniel Hailfinger 2007-12-29 10:15:58 +00:00
  • e431827cf7 Add 25VF016B support Carl-Daniel Hailfinger 2007-12-29 10:14:38 +00:00
  • d8cc58c85e Add support for various ST M25P* chips Carl-Daniel Hailfinger 2007-12-17 22:22:40 +00:00
  • 21c7890701 Rename SPI erase functions to include opcode Carl-Daniel Hailfinger 2007-12-17 14:33:32 +00:00
  • f5df46f6c6 Add support for ST M25P80 chips Carl-Daniel Hailfinger 2007-12-16 21:15:27 +00:00
  • 4bcf175190 Add support for more atmel chips Frederico Silva 2007-12-10 16:57:59 +00:00
  • 372eeb5710 Various coding style fixes, constification, fixed typos Uwe Hermann 2007-12-04 21:49:06 +00:00
  • c778556271 Add board-enable for Acorp 6A815EPD Jonathan A. Kollasch 2007-12-02 19:03:23 +00:00
  • d54958a3c4 Flashrom support for AMD Geode CS5536 Lane Brooks 2007-11-13 16:45:22 +00:00
  • 03d2826d21 Fix ATMEL 29C020 detection with flashrom Carl-Daniel Hailfinger 2007-11-13 14:56:54 +00:00
  • 97a647014d Add support for Intel 440MX and Fujitsu MBM29F400TC Uwe Hermann 2007-10-30 00:56:50 +00:00
  • 220e26be9c Add Am29LV040B Peter Lemenkov 2007-10-25 04:11:11 +00:00
  • 539478d7fe Add more Vendor IDs and ensure correct sorting in flash.h Peter Lemenkov 2007-10-22 20:36:16 +00:00
  • 5b1c6ed8de Introduce block and sector erase routines, but do not use them yet Carl-Daniel Hailfinger 2007-10-22 16:15:28 +00:00
  • 145acec2a3 Remove hardcoded wait from SPI write/erase routines and check the chip status register instead Carl-Daniel Hailfinger 2007-10-18 17:56:42 +00:00
  • 67808fe9ca Documentation fixes and updates Uwe Hermann 2007-10-18 00:29:05 +00:00
  • 6b44496c56 Add generic SPI flash erase and write support Carl-Daniel Hailfinger 2007-10-18 00:24:07 +00:00
  • a502dcea3d Some cosmetic cleanups in the flashrom code and output Uwe Hermann 2007-10-17 23:55:15 +00:00
  • dca0ab1884 Fix wrong values/typos in chipset_enable.c Carl-Daniel Hailfinger 2007-10-17 22:30:07 +00:00
  • 2c5d4c69fa Multiple flashrom fixes Uwe Hermann 2007-10-16 23:36:34 +00:00
  • 3385cb8069 Add Gigabyte M61P-S3 SPI flash support to board_enable.c Michael van der Kolff 2007-10-16 21:18:43 +00:00
  • 3d94a0e00e Convert the existing it8716f_* functions to generic_spi_* functions Carl-Daniel Hailfinger 2007-10-16 21:09:06 +00:00
  • 70539260f5 Add spi.c forgotten in r145 Carl-Daniel Hailfinger 2007-10-15 21:45:29 +00:00