summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make read before write configurable (infrastructure part).stefanct2014-10-193-17/+50
* Add support for Winbond W25Q40.V chips.stefanct2014-09-091-0/+40
* dmi.c: Duplicate returned strings because they are meant to be freed.stefanct2014-09-051-3/+3
* Introduce generic shutdown_free() and remove redundant internal_shutdown().stefanct2014-08-313-7/+7
* Refine physical address mapping of flash chips.stefanct2014-08-305-40/+97
* Add support for Macronix MX23L1654, MX23L6454 and MX23L12854 mask ROMs.stefanct2014-08-202-0/+51
* Add support for Intel Wildcat Point PCH.stefanct2014-08-205-4/+27
* Add support for Intel Silvermont: Bay Trail, Rangeley and Avoton.stefanct2014-08-205-59/+191
* Refine Flash Component descriptor handling.stefanct2014-08-204-65/+204
* Refine handling chips that exceed maximum programmer sizes.stefanct2014-08-153-21/+21
* Refactor some CLI-relevant parts.stefanct2014-08-088-109/+128
* Unify non-shifted and shifted JEDEC access.stefanct2014-08-087-213/+81
* Add a bunch of new/tested stuff and various small changes 21.stefanct2014-08-0615-84/+111
* Add support for S25FL128P, S25FL129P and refine it for S25FL128S chips.stefanct2014-08-063-4/+185
* ichspi: fix missing set_addr on erases and possible crossings of 256 B bounda...stefanct2014-08-051-0/+8
* linux_spi: properly convert pointers to kernel's u64.stefanct2014-08-051-2/+2
* Add support for a bunch of 29GL parallel flash chips.stefanct2014-08-034-10/+754
* Add support for Atmel AT49LH004 and AT49LH00B4.stefanct2014-08-032-6/+80
* Refactor unlocking of many chips with locking at register space address +2.stefanct2014-08-039-315/+248
* Add new programmer for SPI EEPROMs attached to Intel 82580 NICs.stefanct2014-07-285-3/+379
* Rename programmer registration functionshailfinger2014-07-1939-197/+194
* Add support for AMD Bolton chipset.stefanct2014-07-151-20/+26
* Refine messages regarding AMD FCH flash protections.stefanct2014-07-151-5/+8
* Add Board Enable for ASUS Vintage 2 PH1 (P5LD2-MQ).stefanct2014-07-142-0/+3
* Improve messages on failed erases with default verbosity.stefanct2014-07-131-2/+2
* Fix Intel FWH IDSEL message printing.stefanct2014-07-131-7/+7
* Add support for Macronix MX29F022(N)B and MX29F022(N)T.stefanct2014-07-132-0/+65
* Fix garbage handling in DMI strings.stefanct2014-07-131-17/+35
* Add support for Macronix MX25U12835F.stefanct2014-07-131-0/+40
* EEPROM support: handle implicit erasehailfinger2014-06-162-0/+6
* Add selfcheck_board_enables().stefanct2014-06-123-0/+35
* Remove MCP6/7/8 SPI log requests.stefanct2014-06-121-14/+5
* Introduce helpers.c.stefanct2014-06-125-52/+81
* Add support for Sanyo LE25FW106.stefanct2014-06-044-0/+40
* print_wiki.c: there is only one way to represent time.stefanct2014-06-021-2/+4
* print_wiki.c: refine header and include a legend explaining the test state re...stefanct2014-06-021-4/+26
* Utilize new tested states for chipsets as well.stefanct2014-06-022-268/+268
* Add default arguments for the default programmer (only).stefanct2014-06-022-2/+10
* Move global io_base_addr into compilation units.stefanct2014-06-0110-7/+10
* Add IT8212F as programmer.stefanct2014-06-015-2/+125
* atavia: Fix a few problems overlooked/introduced while rebasing.stefanct2014-06-013-11/+5
* Add support for Atmel (now Adesto) AT25DL081 and AT25DL161.stefanct2014-06-012-1/+79
* Add VIA VT6421A LPC programmer driver.stefanct2014-06-015-4/+259
* Combine block_erase*_en29lv640b and block_erase*_m29f400bt respectively.stefanct2014-06-014-75/+20
* print.c: improve device printing.stefanct2014-06-011-4/+43
* Fix PMC Pm25LV512 and Pm25LV010 probing.stefanct2014-05-302-6/+7
* jedec.c: constify a bit more.stefanct2014-05-292-11/+9
* print_wiki: simplify template handling.stefanct2014-05-281-37/+23
* CID1129998/1129999: Unchecked return value from library.stefanct2014-05-271-7/+30
* Rename some spi_prettyprint_status_register_* functions.stefanct2014-05-273-111/+111