summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* flashrom.c: implement chip restore callback registrationNikolai Artemiev2020-12-031-0/+11
* flash.h: Trivial indent fix of commentEdward O'Callaghan2020-12-011-3/+4
* flashrom.c,flash.h: Kill dead fn shutdown_free()Edward O'Callaghan2020-10-241-1/+0
* Add writeprotect support infrastructureEdward O'Callaghan2020-09-281-0/+4
* Revert "flashchips: port S25FS(128S) chip from chromiumos"Nico Huber2020-05-011-3/+0
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* flashchips: port S25FS(128S) chip from chromiumossibradzic2020-04-221-0/+3
* helpers: Implement strndup() for MinGWMiklós Márton2019-10-041-0/+1
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+5
* spi: Move 16MiB partitioning up into spi_chip_read()Nico Huber2019-06-211-0/+6
* layout.c: Don't use global variables for included regionsArthur Heymans2019-06-171-2/+2
* Enable 4BA mode for Spansion 25FL256SNico Huber2018-10-031-6/+8
* flashchips: Add Spansion 25FL256S......0Nico Huber2018-10-031-0/+3
* helpers: Add reverse_byte() and reverse_bytes()Marc Schink2018-08-301-0/+2
* linux_mtd: Import driver from ChromiumOSDavid Hendricks2018-05-171-0/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix compilation with older MinGW versionsAntonio Ospite2018-03-231-0/+3
* Add support for reading the current flash contents from a filePaul Kocialkowski2018-02-111-1/+1
* Add support for the ENE Embedded Debug Interface EDI and KB9012 ECPaul Kocialkowski2018-02-111-1/+2
* Add support for selecting the erased bit value with a flagPaul Kocialkowski2018-02-111-1/+8
* Add a SPI command class to `struct flashchip`Mike Banon2018-02-111-0/+11
* flashchips: Revise all 4BA chipsNico Huber2018-01-021-3/+8
* spi25: Revise decision when to enter/exit 4BA modeNico Huber2018-01-021-5/+5
* spi: Move ICH BBAR quirk out of the wayNico Huber2017-12-281-1/+0
* spi25: Remove now obsolete `four_bytes_addr_funcs` pathNico Huber2017-12-281-8/+1
* spi25: Enable native 4BA read and write using feature bitsNico Huber2017-12-281-0/+2
* spi25: Integrate 4BA supportNico Huber2017-12-281-0/+8
* spi25: Introduce spi_simple_write_cmd()Nico Huber2017-12-281-0/+1
* Fix standalone ich_descriptor_tool compilation with MinGW and DJGPPStefan Tauner2017-11-031-1/+1
* 4BA: Allow disabling 4-byte address mode for SPI flashEd Swierk2017-10-151-9/+2
* 4BA: Support for new direct-4BA instructions + W25Q256.V updateBoris Baykov2017-10-151-0/+4
* 4BA: Support for 4-bytes addressing via Extended Address RegisterBoris Baykov2017-10-151-2/+3
* 4BA: Flashrom integration for the 4-bytes addressing extensionsBoris Baykov2017-10-151-0/+8
* fixup! 4BA: Basic support for 4-bytes addressing mode extensionsBoris Baykov2017-10-141-2/+2
* 4BA: Basic support for 4-bytes addressing mode extensionsBoris Baykov2017-10-141-0/+3
* Drop redundant `enum msglevel`Nico Huber2017-07-131-30/+23
* Fix linking with libpayloadNico Huber2017-06-221-2/+2
* Add option to read ROM layout from IFDNico Huber2017-06-141-1/+2
* Kill doit()Nico Huber2017-06-031-2/+4
* Adapt CLI to use new libflashrom interface' print callbackNico Huber2017-06-031-0/+2
* Add a convenient libflashrom interfaceNico Huber2017-06-031-2/+9
* Add functions to read/erase/write/verify by layoutNico Huber2017-06-031-0/+2
* Give layouts their own typeNico Huber2017-06-031-8/+2
* Add a bunch of new/tested stuff and various small changes 24Stefan Tauner2016-01-231-1/+1
* Add support for 128 bytes write granularityPaul Kocialkowski2015-10-161-0/+1
* Add a bunch of new/tested stuff and various small changes 22Stefan Tauner2015-02-081-1/+0
* Make strnlen() visible in old versions of glibcStefan Tauner2015-01-271-0/+3
* Unify target OS and CPU architecture checksStefan Tauner2015-01-101-1/+3
* Move strtok_r implementation verbatim to helpers.cStefan Tauner2014-11-011-0/+3
* Make read before write configurable (infrastructure part)Stefan Tauner2014-10-191-1/+1