summaryrefslogtreecommitdiff
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-4/+3
* Add a bunch of new/tested stuff and various small changes 20.stefanct2014-05-031-3/+2
* IT87: Add ability to select between chips on GIGABYTE DualBIOS boards.stefanct2013-08-241-7/+40
* Add a bunch of new/tested stuff and various small changes 17.stefanct2013-02-221-6/+3
* Some ISO C fixes.stefanct2012-08-271-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-10/+10
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+1
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* dummyflasher: Add a status register to SPI chips.stefanct2012-05-061-1/+1
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPIhailfinger2012-03-011-2/+2
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-7/+11
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-5/+5
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-7/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-4/+4
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-4/+4
* Change programmer selection in cli and generic codehailfinger2011-09-081-4/+2
* Fixup of r1397:hailfinger2011-08-151-1/+2
* Random whitespace and coding-style fixes.uwe2011-07-281-22/+23
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-1/+1
* kill central list of SPI programmersmkarcher2011-05-111-5/+19
* Add support for more than one Super I/O or EC per machine.hailfinger2011-04-271-55/+66
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM.hailfinger2010-10-271-5/+6
* Switch all flash chips to partial write.hailfinger2010-10-131-12/+14
* Updates to the board and chips status tables (trivial).uwe2010-09-051-2/+2
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-16/+26
* Autodetect the ITE IT8705 Super I/O and enable flash writes if ithailfinger2010-07-101-79/+85
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-15/+17
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-1/+1
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+4
* Add ITE IT8720 SPI support.hailfinger2010-03-301-2/+6
* Autodetect ITE IT87* LPC->SPI translation on all boards without the needhailfinger2010-03-251-6/+19
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-2/+2
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in it87spi.c to the new message infrastructure.snelson2010-01-101-16/+16
* SuperI/O detection now happens unconditionally and before the chipsethailfinger2009-12-221-11/+53
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-1/+1
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-2/+2
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-5/+4
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-101-27/+9
* Use a distinct return code for SPI commands with unsupported/invalidhailfinger2009-07-141-2/+2
* Convert SPI byte program to use the multicommand infrastructure.hailfinger2009-07-121-4/+2
* Add an optional flash port parameter for IT87* SPI controllers inhailfinger2009-07-111-5/+22
* Add SPI multicommand infrastructure.hailfinger2009-07-101-1/+1
* Handle programmer init errors and abort. If the programmer didn'thailfinger2009-06-281-2/+6
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-3/+3