| Commit message (Expand) | Author | Age | Files | Lines |
* | Pimp the manpage to create nicer hyperlinks and HTML output | Stefan Tauner | 2016-01-14 | 1 | -2/+2 |
* | Add a bunch of new/tested stuff and various small changes 22 | Stefan Tauner | 2015-02-08 | 1 | -4/+4 |
* | Add support for Intel Silvermont: Bay Trail, Rangeley and Avoton | Duncan Laurie | 2014-08-20 | 1 | -6/+8 |
* | Refine Flash Component descriptor handling | Stefan Tauner | 2014-08-20 | 1 | -9/+21 |
* | ichspi: fix missing set_addr on erases and possible crossings of 256 B bounda... | Stefan Tauner | 2014-08-05 | 1 | -0/+8 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -13/+13 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -2/+1 |
* | Refactor Intel Chipset Enables | Stefan Tauner | 2013-10-25 | 1 | -47/+14 |
* | Automatically unmap physmap()s | Stefan Tauner | 2013-08-14 | 1 | -1/+3 |
* | Add a bunch of new/tested stuff and various small changes 19 | Stefan Tauner | 2013-08-13 | 1 | -2/+2 |
* | Change warning regarding protected ICH regions | Stefan Tauner | 2013-06-01 | 1 | -5/+4 |
* | Fix duplicate 'const' declaration specifiers | Stefan Tauner | 2013-01-15 | 1 | -1/+1 |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -5/+5 |
* | Add a bunch of new/tested stuff and various small changes 15 | Stefan Tauner | 2012-10-20 | 1 | -13/+9 |
* | Add a bunch of new/tested stuff and various small changes 14 | Stefan Tauner | 2012-09-21 | 1 | -1/+2 |
* | ichspi: ignore bogus FREGs | Stefan Tauner | 2012-08-27 | 1 | -1/+1 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -6/+6 |
* | Fix VIA VX*** support | Helge Wagner | 2012-08-24 | 1 | -5/+3 |
* | Add a bunch of new/tested stuff and various small changes 13 | Stefan Tauner | 2012-07-28 | 1 | -2/+2 |
* | Hide hwaccess.h from public API | Patrick Georgi | 2012-07-20 | 1 | -0/+1 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+3 |
* | Refine reprogram_opcode_on_the_fly to indicate wrong readcnt/writecnt combina... | Stefan Tauner | 2012-05-06 | 1 | -13/+14 |
* | Add a bunch of new/tested stuff and various small changes 10 | Paul Menzel | 2012-02-16 | 1 | -2/+2 |
* | ichspi.c: warn user and disable writes when a protected address range is dete... | Stefan Tauner | 2012-02-16 | 1 | -25/+74 |
* | Have all programmer init functions register bus masters/programmers | Carl-Daniel Hailfinger | 2011-12-20 | 1 | -6/+6 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -16/+18 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -4/+4 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -2/+4 |
* | ichspi: fix ich_init_opcodes() calls in ich_init_spi() | Stefan Tauner | 2011-11-13 | 1 | -2/+2 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -1/+1 |
* | ichspi: print flash descriptor dependent information only when it is valid | Stefan Tauner | 2011-11-08 | 1 | -26/+33 |
* | ichspi: add support for Intel Hardware Sequencing | Stefan Tauner | 2011-11-08 | 1 | -10/+292 |
* | ichspi: use a variable to distinguish ich generations instead of spi_programm... | Stefan Tauner | 2011-11-06 | 1 | -52/+37 |
* | ichspi: add (partially) dead support code for Intel Hardware Sequencing | Stefan Tauner | 2011-10-20 | 1 | -13/+84 |
* | ichspi: inform the user about the consequences of the security override strap | Stefan Tauner | 2011-09-18 | 1 | -0/+6 |
* | ichspi: unlock PR register restrictions on ICH8+ if not locked down | Stefan Tauner | 2011-09-17 | 1 | -0/+27 |
* | ichspi: add prettyprinting for PR registers on ICH8+ | Stefan Tauner | 2011-09-17 | 1 | -14/+30 |
* | ichspi: don't touch the nonexistent(?) BBAR register on ICH8 | Stefan Tauner | 2011-09-17 | 1 | -14/+12 |
* | ichspi: improve prettyprint_opcodes | Stefan Tauner | 2011-09-17 | 1 | -12/+23 |
* | ichspi: add ICH/PCH flash descriptor decoding via FDOC/FDOD | Stefan Tauner | 2011-09-15 | 1 | -11/+47 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | ichspi.c: refactor filling and reading the fdata/spid registers | Stefan Tauner | 2011-08-09 | 1 | -78/+57 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -1/+1 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | ichspi.c: do not print PBR[3] for ICH7 because it does not exist | Stefan Tauner | 2011-07-24 | 1 | -1/+1 |
* | ichspi.c: print FADDR in ich_init_spi | Stefan Tauner | 2011-07-07 | 1 | -0/+2 |
* | ichspi.c: preserve reserved bits in address registers | Stefan Tauner | 2011-07-01 | 1 | -5/+8 |
* | ichspi.c: add FPB (Flash Partition Boundary) macros and init printing | Stefan Tauner | 2011-07-01 | 1 | -0/+7 |
* | ichspi.c: simplify ich_set_bbar | Stefan Tauner | 2011-07-01 | 1 | -27/+21 |
* | ichspi.c: make REGWRITE* macros safer | Stefan Tauner | 2011-07-01 | 1 | -3/+3 |