summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Intel SPI initialisation to ichspi.cMichael Karcher2010-07-221-3/+6
* Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...Carl-Daniel Hailfinger2010-07-211-0/+14
* Check during SPI bitbang init that SPI bitbang master configuration is correctCarl-Daniel Hailfinger2010-07-181-1/+1
* Use struct pointer instead of enum to set bitbang adapterMichael Karcher2010-07-171-5/+6
* Refine SPI bitbangingCarl-Daniel Hailfinger2010-07-171-5/+1
* Use the max_rom_decode infrastructure for wbsio_spiCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-8/+9
* Print an error message on read errors and abort instead of proceeding anywayCarl-Daniel Hailfinger2010-07-131-1/+1
* Generify support for ITE IT8705 Super I/OCarl-Daniel Hailfinger2010-07-101-2/+2
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-1/+1
* Disable writes on default for known bad programmersCarl-Daniel Hailfinger2010-07-031-0/+1
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-15/+15
* Add SPI chip read support to the dummy flasherCarl-Daniel Hailfinger2010-06-201-0/+1
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmer supportAndrew Morgan2010-06-071-1/+12
* board_enable.c: Remove useless 'name' parameterUwe Hermann2010-06-071-2/+2
* Fix wiki board enable parameter printingCarl-Daniel Hailfinger2010-06-071-6/+0
OpenPOWER on IntegriCloud