summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce generic shutdown_free() and remove redundant internal_shutdown()Stefan Tauner2014-08-311-0/+1
* Refine physical address mapping of flash chipsStefan Tauner2014-08-301-5/+12
* Refactor some CLI-relevant partsStefan Tauner2014-08-081-3/+6
* Add a bunch of new/tested stuff and various small changes 21Stefan Tauner2014-08-061-1/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* EEPROM support: handle implicit eraseCarl-Daniel Hailfinger2014-06-161-0/+1
* Introduce helpers.cStefan Tauner2014-06-121-4/+8
* Fix selfcheck of various arraysStefan Tauner2014-05-261-0/+1
* Add two new states to enum test_state and use it for flashchipsStefan Tauner2014-05-261-32/+27
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-6/+6
* Add support for Macronix MX23L3254 mask ROMMichael Coppola2014-05-031-0/+1
* Make delay values unsignedStefan Tauner2014-05-021-1/+1
* layout: Verify layout entries before building a new image using themStefan Tauner2013-09-231-1/+10
* layout: Add a method to cleanup layout data structuresStefan Tauner2013-09-151-0/+1
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-1/+3
* Uintptr_t-ify map_flash_region functionsStefan Tauner2013-07-171-2/+2
* Use uintptr_t for chipaddr instead of unsigned longStefan Tauner2013-07-131-1/+2
* Various cross-platform fixesCarl-Daniel Hailfinger2013-07-131-1/+7
* Warn if we skipped all blocks while writingStefan Tauner2013-06-231-0/+1
* sbxxx: spibar[0] debug print refinementsStefan Tauner2013-06-161-0/+1
* Refine granularity handling in preparation of AT45DB series supportStefan Tauner2013-04-011-10/+14
* Add support for Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/FVincent Palatin2013-03-151-0/+1
* Make write granularity a chip attributeStefan Tauner2013-03-031-1/+2
* Introduce msg_*warnStefan Tauner2013-01-041-4/+8
* Constify parameters and globalsNico Huber2012-12-301-2/+2
* Improve SPI status register pretty printingStefan Tauner2012-12-291-0/+1
* Do not read the flash chip twice in verification modeStefan Tauner2012-10-271-1/+1
* Remove exit calls from print_supported_chipsNiklas Söderlund2012-10-231-1/+1
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-5/+15
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-23/+3
* Introduce enum test_stateStefan Tauner2012-07-281-2/+5
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-1/+0
* Bus Pirate buffer management revampCarl-Daniel Hailfinger2012-06-081-0/+1
* Add logfile supportCarl-Daniel Hailfinger2012-06-061-1/+8
* Convert printf to msg_* where appropriateCarl-Daniel Hailfinger2012-05-141-9/+11
* Add support for SFDP (JESD216)Stefan Tauner2012-02-171-0/+2
* Warn of one-time programmable (OTP) memoryDaniel Lenski2012-02-151-0/+1
* Add deferred --image processingLouis Yung-Chieh Lo2011-12-251-1/+2
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-2/+10
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-12/+12
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-16/+40
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-9/+11
* Add opaque programmer registration infrastructureCarl-Daniel Hailfinger2011-11-041-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-7/+7
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-7/+7
OpenPOWER on IntegriCloud