summaryrefslogtreecommitdiff
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Print an error message on read errors and abort instead of proceedinghailfinger2010-07-131-1/+1
* Autodetect the ITE IT8705 Super I/O and enable flash writes if ithailfinger2010-07-101-2/+2
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-1/+1
* If a programmer has untested or non-working write/erase code, buthailfinger2010-07-031-0/+1
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-15/+15
* Add SPI chip read support to the dummy flasher. This allows using thehailfinger2010-06-201-0/+1
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmerhailfinger2010-06-071-1/+12
* board_enable.c: Remove useless 'name' parameter.uwe2010-06-071-2/+2
* Fix wiki board enable parameter printing. The logic was incorrect in onehailfinger2010-06-071-6/+0
* gcc and clang can check format strings of printf-like functions. Sincehailfinger2010-06-041-1/+2
* The internal programmer needs correct information about flash_base andhailfinger2010-06-041-0/+3
* Fix fallout from r1021 which caused compile failures if only the dummyhailfinger2010-06-031-4/+1
* Merge print.c and print_wiki.c board/URL tables.uwe2010-06-011-4/+14
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-30/+30