summaryrefslogtreecommitdiffstats
path: root/ichspi.c
Commit message (Expand)AuthorAgeFilesLines
* ichspi: add (partially) dead support code for Intel Hardware SequencingStefan Tauner2011-10-201-13/+84
* ichspi: inform the user about the consequences of the security override strapStefan Tauner2011-09-181-0/+6
* ichspi: unlock PR register restrictions on ICH8+ if not locked downStefan Tauner2011-09-171-0/+27
* ichspi: add prettyprinting for PR registers on ICH8+Stefan Tauner2011-09-171-14/+30
* ichspi: don't touch the nonexistent(?) BBAR register on ICH8Stefan Tauner2011-09-171-14/+12
* ichspi: improve prettyprint_opcodesStefan Tauner2011-09-171-12/+23
* ichspi: add ICH/PCH flash descriptor decoding via FDOC/FDODStefan Tauner2011-09-151-11/+47
* Remove unneeded inclusions of chipdrivers.hStefan Tauner2011-08-161-1/+0
* ichspi.c: refactor filling and reading the fdata/spid registersStefan Tauner2011-08-091-78/+57
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-1/+1
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* ichspi.c: do not print PBR[3] for ICH7 because it does not existStefan Tauner2011-07-241-1/+1
* ichspi.c: print FADDR in ich_init_spiStefan Tauner2011-07-071-0/+2
* ichspi.c: preserve reserved bits in address registersStefan Tauner2011-07-011-5/+8
* ichspi.c: add FPB (Flash Partition Boundary) macros and init printingStefan Tauner2011-07-011-0/+7
* ichspi.c: simplify ich_set_bbarStefan Tauner2011-07-011-27/+21
* ichspi.c: make REGWRITE* macros saferStefan Tauner2011-07-011-3/+3
* ichspi.c: add missing ICH9 register macros and eliminate magic numbersStefan Tauner2011-06-121-24/+33
* Use the max_data_read field of the new spi_programmer struct to simplify run_...Stefan Tauner2011-06-111-25/+25
* ichspi.c: add macros and pretty printing for HSFS and HSFCStefan Tauner2011-06-111-12/+62
* ichspi.c: add pretty printing for SSFS+SSFC and the OPCODE structStefan Tauner2011-06-111-6/+51
* ichspi.c: improve macros for SSFS and SSFC bitsStefan Tauner2011-06-111-21/+36
* Small fixesStefan Tauner2011-05-281-4/+5
* ichspi: fix detection of unused regionsJoshua Roys2011-05-261-1/+1
* Whitespace, documentation and other small stuffStefan Tauner2011-05-191-25/+30
* Kill central list of SPI programmersMichael Karcher2011-05-111-14/+43
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-20/+0
* Revert MMIO space writes on shutdown as neededCarl-Daniel Hailfinger2011-05-031-16/+34
* Improve output in case run_opcode failsStefan Tauner2011-04-291-5/+20
* ichspi: Increase timeout to 60s for atomic operationsMichael Karcher2011-04-291-4/+18
* Proper error handling for ICH/VIA SPICarl-Daniel Hailfinger2011-03-171-22/+80
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-2/+2
* Dump all VIA SPI registers like for ICH7Carl-Daniel Hailfinger2010-11-241-7/+49
* Implement on-the-fly reprogramming of the ICH SPI OPCODE tableHelge Wagner2010-10-051-20/+79
* Add support for Intel 5 Series / 3400 Series chipsetsHelge Wagner2010-08-111-1/+3
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Move Intel SPI initialisation to ichspi.cMichael Karcher2010-07-221-3/+210
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-23/+2
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-12/+14
* ichspi: try harder to conform to address restrictionsCarl-Daniel Hailfinger2010-05-281-1/+49
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+4
* Introduce a generic SPI read function: spi_write_chunked()Carl-Daniel Hailfinger2010-05-211-36/+10
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-44/+35
* Polish the flashrom code comments and outputs a bitUwe Hermann2010-03-251-1/+1
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Rewrite substantial parts of the ICH SPI supportCarl-Daniel Hailfinger2010-02-111-53/+147
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-1/+12
* Kill hardcoded block erase on ICH SPICarl-Daniel Hailfinger2009-11-251-11/+7
* ichspi: remove obnoxious debug messageCarl-Daniel Hailfinger2009-10-221-4/+1
OpenPOWER on IntegriCloud