summaryrefslogtreecommitdiff
path: root/wbsio_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* 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
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPIhailfinger2012-03-011-1/+2
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-6/+12
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-2/+2
* 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-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-2/+2
* whitespace, documentation and other small stuffstefanct2011-05-191-1/+1
* kill central list of SPI programmersmkarcher2011-05-111-4/+17
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Use the max_rom_decode infrastructure for wbsio_spi instead ofhailfinger2010-07-141-17/+3
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-5/+3
* board_enable.c: Remove useless 'name' parameter.uwe2010-06-071-1/+1
* Remove unneeded #include statements completely.hailfinger2010-05-301-1/+0
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+4
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in wbsio_spi.c to the new message infrastructure.snelson2010-01-091-35/+24
* Programmer debug messages during programmer init/shutdown are usefulhailfinger2010-01-071-18/+30
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-101-16/+4
* Use a distinct return code for SPI commands with unsupported/invalidhailfinger2009-07-141-1/+2
* Convert SPI byte program to use the multicommand infrastructure.hailfinger2009-07-121-4/+1
* Add SPI multicommand infrastructure.hailfinger2009-07-101-1/+1
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-2/+2
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-1/+4
* Every SPI host controller implemented its own way to read flash chips.hailfinger2009-06-131-2/+2
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-2/+2
* Only probe for chips with compatible bus protocols.hailfinger2009-06-011-0/+3
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-1/+1
* Refactor SuperIO accesses. We had duplicated code under different nameshailfinger2009-05-251-5/+5
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* Chips like the SST SST25VF080B can only handle single byte writeshailfinger2009-05-091-1/+1
* Until the ICH SPI driver can handle preopcodes as standalone opcodes, wehailfinger2009-05-091-1/+4
* Original v2 revision: 4117uwe2009-04-151-6/+12
* Original v2 revision: 3910stuge2009-01-261-0/+201