summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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 in flashrom.c where possibleStefan Tauner2011-06-261-6/+6
* Erase functions are no longer called from chip drivers and thus their interna...Carl-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
* This patch reduces the stack usage by declaring 'const' stack variables as 's...Mathias 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
* SPI write status register (WRSR) may take longer than 100 ms, and it makes se...Carl-Daniel Hailfinger2010-10-081-0/+3
* Flashrom -L output did not contain a list of programmers nor were all program...Carl-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 all PCI-based external programmers to use special little-endian acces...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
* Change the SPI bitbanging core to fix a subtle bug (which had no effect so fa...Carl-Daniel Hailfinger2010-07-171-5/+1
* Use the max_rom_decode infrastructure for wbsio_spi instead of open-coding a ...Carl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in a compat ...Carl-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
* Autodetect the ITE IT8705 Super I/O and enable flash writes if it performs LP...Carl-Daniel Hailfinger2010-07-101-2/+2
* Make programmer_param static by converting all users to extract_programmer_paramCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-1/+1
* If a programmer has untested or non-working write/erase code, but probing/rea...Carl-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
* Gcc and clang can check format strings of printf-like functionsCarl-Daniel Hailfinger2010-06-041-1/+2
* The internal programmer needs correct information about flash_base and chip w...Carl-Daniel Hailfinger2010-06-041-0/+3
OpenPOWER on IntegriCloud