summaryrefslogtreecommitdiff
path: root/ichspi.c
Commit message (Expand)AuthorAgeFilesLines
...
* ichspi.c: add missing ICH9 register macros and eliminate magic numbersstefanct2011-06-121-24/+33
* use the max_data_read field of the new spi_programmer struct to simplify run_...stefanct2011-06-111-25/+25
* ichspi.c: add macros and pretty printing for HSFS and HSFCstefanct2011-06-111-12/+62
* ichspi.c: add pretty printing for SSFS+SSFC and the OPCODE structstefanct2011-06-111-6/+51
* ichspi.c: improve macros for SSFS and SSFC bitsstefanct2011-06-111-21/+36
* small fixesstefanct2011-05-281-4/+5
* ichspi: fix detection of unused regionsstefanct2011-05-261-1/+1
* whitespace, documentation and other small stuffstefanct2011-05-191-25/+30
* kill central list of SPI programmersmkarcher2011-05-111-14/+43
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-20/+0
* Revert MMIO space writes on shutdown as needed.hailfinger2011-05-031-16/+34
* improve output in case run_opcode failsmkarcher2011-04-291-5/+20
* ichspi: Increase timeout to 60s for atomic operationsmkarcher2011-04-291-4/+18
* Proper error handling for ICH/VIA SPI:hailfinger2011-03-171-22/+80
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-2/+2
* Dump all VIA SPI registers like for ICH7.hailfinger2010-11-241-7/+49
* Implement on-the-fly reprogramming of the ICH SPI OPCODE table.hailfinger2010-10-051-20/+79
* Add support for Intel 5 Series / 3400 Series chipsetsmkarcher2010-08-111-1/+3
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Move Intel SPI initialisation to ichspi.cmkarcher2010-07-221-3/+210
* 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-23/+2
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-12/+14
* ICH SPI can enforce address restrictions for all accesses which take anhailfinger2010-05-281-1/+49
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+4
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-36/+10
* convert programmer print messages to msg_p*snelson2010-05-071-44/+35
* Polish the flashrom code comments and outputs a bit.uwe2010-03-251-1/+1
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* This megapatch rewrites substantial parts of ICH SPI to actually do whathailfinger2010-02-111-53/+147
* Programmer debug messages during programmer init/shutdown are usefulhailfinger2010-01-071-1/+12
* Kill hardcoded block erase on ICH SPI.hailfinger2009-11-251-11/+7
* Since we don't have any debug level printing infrastructure yet, Ihailfinger2009-10-221-4/+1
* The current ICH SPI preop handling is a hack which spews lots ofhailfinger2009-09-181-14/+21
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-4/+4
* Remove unnecessary #include files.hailfinger2009-08-091-1/+0
* Replace most of the switch cases in the spi code with lookup on a structhailfinger2009-07-221-0/+20
* Use a distinct return code for SPI commands with unsupported/invalidhailfinger2009-07-141-3/+10
* Add SPI multicommand infrastructure.hailfinger2009-07-101-1/+1
* Check result of all SPI erase functions.hailfinger2009-06-241-1/+1
* Use spi_nbyte_program in ichspi.c.hailfinger2009-06-171-20/+7
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-2/+2
* Every SPI host controller implemented its own way to read flash chips.hailfinger2009-06-131-45/+2
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-2/+2
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-14/+14
* Use REMS instead of RES in the ICH SPI default opcode table.hailfinger2009-05-261-1/+1
* Use accessor functions for MMIO. Some MMIO accesses used volatile,hailfinger2009-05-171-9/+5
* Eliminate all 'inline's from the flashrom code. They serve prettyuwe2009-05-161-6/+6
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* There are various reasons why a SPI command can fail. Among others, Ihailfinger2009-05-131-1/+1