summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* layout: Verify layout entries before building a new image using them.0.9.7stefanct2013-09-235-8/+53
* Create flashrom 0.9.7 stable branch.stefanct2013-08-140-0/+0
* Tag flashrom 0.9.7.flashrom-0.9.7stefanct2013-08-130-0/+0
* Increase flashrom release number to 0.9.7.stefanct2013-08-131-1/+1
* Add a bunch of new/tested stuff and various small changes 19.stefanct2013-08-135-6/+16
* An unused programmer parameter is a sign that the user wanted to eitherhailfinger2013-08-131-5/+15
* Fix verification operation.stefanct2013-08-122-6/+7
* Detect AMD Yangtze (found in Kabini and Tamesh).stefanct2013-08-083-6/+67
* dediprog: Fix crash if usb_open() fails.stefanct2013-07-301-0/+4
* sbxxx: Handle active IMCs in AMD chipsets.stefanct2013-07-255-21/+235
* Rename Numonyx and ST (SGS/Thomson) chips to Micron.stefanct2013-07-251-955/+676
* Add a bunch of new/tested stuff and various small changes 18.stefanct2013-07-2518-106/+158
* uintptr_t-ify map_flash_region functions.stefanct2013-07-176-30/+28
* print.c: Fix multiline support.stefanct2013-07-171-13/+38
* Differentiate ultimate error messages depending on programmer used.stefanct2013-07-151-18/+28
* Use uintptr_t for chipaddr instead of unsigned long.stefanct2013-07-135-15/+15
* Various cross-platform fixes.stefanct2013-07-136-18/+36
* Add support for AMD Geode's MSR on OpenBSD.stefanct2013-07-131-10/+85
* Fix hwaccess (again).stefanct2013-07-131-11/+16
* print_wiki: Fixes, explanation re. flash chips, links to footnotes.stefanct2013-07-111-5/+26
* Add support for remaining Numonyx (Micron) N25Q chips.stefanct2013-06-286-16/+339
* Add support for Spansion S25FL...S chips.stefanct2013-06-284-17/+128
* Add support for Spansion S25FL2 chips.stefanct2013-06-282-1/+106
* Add support for Micron/Numonyx/ST M25PX80.stefanct2013-06-282-8/+43
* Add support for AMIC A25LQ16 and A25LQ64.stefanct2013-06-282-6/+89
* Add support for more Eon EN25QH chips.stefanct2013-06-282-6/+123
* Add support for Eon EN25S series.stefanct2013-06-284-0/+273
* Add support for Numonyx M45PE series.stefanct2013-06-282-0/+140
* Add support for some GigaDevice GD25* chips.stefanct2013-06-282-42/+158
* Add support for all Sanyo LE25FW chips.stefanct2013-06-282-6/+141
* Add support for Nantronics N25 series.stefanct2013-06-283-2/+208
* Introduce spi_block_erase_db().stefanct2013-06-283-0/+49
* Introduce additional SPI status register helpers.stefanct2013-06-283-9/+52
* Warn if we skipped all blocks while writing.stefanct2013-06-232-0/+6
* Fix unlocking function for most Atmel AT2[56]D* chips.stefanct2013-06-204-38/+61
* sbxxx: spibar[0] debug print refinements.stefanct2013-06-162-2/+4
* Add W25Q...W series.stefanct2013-06-092-21/+273
* Change warning regarding protected ICH regions.stefanct2013-06-011-5/+4
* dediprog: fix SPI clock setting.stefanct2013-05-232-7/+11
* dediprog: add support for chip select.stefanct2013-05-032-12/+52
* Update spi_get_erasefn_from_opcode().stefanct2013-05-012-3/+9
* Add support for PMC Pm25LD series.stefanct2013-04-193-1/+192
* Refine PMC Pm25LV series.stefanct2013-04-194-33/+90
* Initialize sp_fd and fix baud rate setting on windows.stefanct2013-04-131-2/+2
* Get rid of perror().stefanct2013-04-073-17/+17
* usleep() is not found in all versions of MinGW, use Sleep() on Windows.hailfinger2013-04-053-5/+16
* Refine granularity handling in preparation of AT45DB series support.stefanct2013-04-012-25/+63
* Enable serprog on Windows.stefanct2013-04-012-13/+13
* serial.c: be more pedantic.stefanct2013-04-011-16/+44
* Replace native calls in serprog with wrapper calls.stefanct2013-04-012-29/+16