summaryrefslogtreecommitdiff
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of new/tested stuff and various small changes 14.stefanct2012-09-211-5/+15
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-23/+3
* Introduce enum test_state.stefanct2012-07-281-2/+5
* Hide hwaccess.h from public API.hailfinger2012-07-201-1/+0
* Bus Pirate buffer management revamphailfinger2012-06-081-0/+1
* Add logfile support to flashromhailfinger2012-06-061-1/+8
* Convert printf to msg_* where appropriate.hailfinger2012-05-141-9/+11
* Add support for SFDP (JESD216).stefanct2012-02-171-0/+2
* Warn of one-time programmable (OTP) memorystefanct2012-02-151-0/+1
* Add deferred --image processingstefanct2011-12-251-1/+2
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-2/+10
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-12/+12
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-16/+40
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-9/+11
* Add opaque programmer registration infrastructurehailfinger2011-11-041-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-7/+7
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-7/+7
* Introduce ERROR_FATAL, abort upon failed chipset enables.uwe2011-09-031-1/+4
* Move the main() function from flashrom.c to cli_classic.c.uwe2011-08-201-3/+0
* Introduce msg_*dbg2stefanct2011-08-041-1/+5
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-7/+7
* constify (a few) parameters in flashrom.c where possiblestefanct2011-06-261-6/+6
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-1/+0
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-1/+1
* add a bunch of new/tested motherboards, board/chipset enables and flash chips...stefanct2011-06-121-1/+1
* Add voltage ranges to the flashchipsstefanct2011-06-031-0/+4
* small fixesstefanct2011-05-281-0/+2
* whitespace, documentation and other small stuffstefanct2011-05-191-0/+5
* Constify flashchips array.hailfinger2011-05-041-2/+2
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-1/+1
* Support setting the Dediprog SF100 SPI voltage.hailfinger2010-11-091-0/+1
* Add SPI flash emulation capability to the dummy programmer.hailfinger2010-11-011-0/+2
* Add a reset to probe_jedec before we read the Chip's IDs.hailfinger2010-10-201-0/+1
* Always read the flash chip before writing. This will allow flashrom tohailfinger2010-10-191-1/+1
* Switch all flash chips to partial write.hailfinger2010-10-131-1/+1
* SPI write status register (WRSR) may take longer than 100 ms, and ithailfinger2010-10-081-0/+3
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-061-0/+1
* Implement libpayload support and improve life for DOShailfinger2010-09-251-0/+2
* Add detailed status register printing and unlocking for all ATMEL AT25*hailfinger2010-07-291-1/+5
* Split off programmer.h from flash.h.hailfinger2010-07-271-525/+0
* Convert all PCI-based external programmers to use special little-endianhailfinger2010-07-271-0/+8
* Fix compilation for CONFIG_INTERNAL=nomkarcher2010-07-241-0/+6
* Move SB600 SPI initialization to sb600spi.cmkarcher2010-07-221-1/+1
* Move Intel SPI initialisation to ichspi.cmkarcher2010-07-221-3/+6
* Add support for RayeR SPIPGM hardware as described inhailfinger2010-07-211-0/+14
* Check during SPI bitbang init that SPI bitbang master configuration ishailfinger2010-07-181-1/+1
* Use struct pointer instead of enum to set bitbang adaptermkarcher2010-07-171-5/+6
* Change the SPI bitbanging core to fix a subtle bug (which had no effecthailfinger2010-07-171-5/+1
* Use the max_rom_decode infrastructure for wbsio_spi instead ofhailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-8/+9