summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce ERROR_FATAL, abort upon failed chipset enablesTadas Slotkus2011-09-031-1/+4
* Move the main() function from flashrom.c to cli_classic.cUwe Hermann2011-08-201-3/+0
* Introduce msg_*dbg2Stefan Tauner2011-08-041-1/+5
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-7/+7
* Constify (a few) parameters.c where possibleStefan Tauner2011-06-261-6/+6
* Move erase verification to generic codeCarl-Daniel Hailfinger2011-06-261-1/+0
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-1/+1
* Add a bunch of new/tested motherboards, board/chipset enables and flash chips...Stefan Tauner2011-06-121-1/+1
* Add voltage ranges to the flashchipsSteven Zakulec2011-06-031-0/+4
* Small fixesStefan Tauner2011-05-281-0/+2
* Whitespace, documentation and other small stuffStefan Tauner2011-05-191-0/+5
* Constify flashchips arrayCarl-Daniel Hailfinger2011-05-041-2/+2
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-1/+1
* Support setting the Dediprog SF100 SPI voltageCarl-Daniel Hailfinger2010-11-091-0/+1
* Add SPI flash emulation capability to the dummy programmerCarl-Daniel Hailfinger2010-11-011-0/+2
* Add a reset to probe_jedec before we read the chip's IDsSean Nelson2010-10-201-0/+1
* Always read the flash chip before writingCarl-Daniel Hailfinger2010-10-191-1/+1
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-1/+1
* Fix timing of SPI status register writes (WRSR)Carl-Daniel Hailfinger2010-10-081-0/+3
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-0/+1
* Implement libpayload support and improve life for DOS based flashrom, tooPatrick Georgi2010-09-251-0/+2
* Add detailed status register printing and unlocking for all ATMEL AT25* chipsCarl-Daniel Hailfinger2010-07-291-1/+5
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-525/+0
* Convert MMIO accesses of non-internal PCI-based programmers to be endian-agno...Carl-Daniel Hailfinger2010-07-271-0/+8
* Fix compilation for CONFIG_INTERNAL=noMichael Karcher2010-07-241-0/+6
* Move SB600 SPI initialization to sb600spi.cMichael Karcher2010-07-221-1/+1
OpenPOWER on IntegriCloud