source: trunk/buspirate_spi.c @ 1539

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1474   5 months hailfinger Add struct flashctx * parameter to all functions accessing flash chips. …
(edit) @1470   6 months stefanct Unsignify lengths and addresses in chip functions and structs Push those …
(edit) @1414   9 months stefanct Remove unneeded inclusions of chipdrivers.h this is related to the spi …
(edit) @1413   9 months hailfinger Fixup of r1397: - Mixing uninitialized and initialized local variables …
(edit) @1397   10 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1367   11 months stefanct add a bunch of new/tested stuff and various small changes 4 - add Asus …
(edit) @1338   11 months dhendrix Use shutdown callback mechanism to shutdown programmers This patch …
(edit) @1326   12 months hailfinger Fix compilation for CONFIG_INTERNAL=no CONFIG_INTERNAL implies Super I/O …
(edit) @1299   13 months mkarcher kill central list of SPI programmers Remove the array spi_programmer, …
(edit) @1298   13 months mkarcher Factor out SPI write/read chunking wrappers. Signed-off-by: Michael …
(edit) @1196   20 months stepan Remove duplicate includes from the code. Signed-off-by: Stefan Reinauer …
(edit) @1178   20 months hailfinger Thanks to Johannes Sjölund for reporting that the Bus Pirate init could …
(edit) @1120   22 months hailfinger If we violate the raw SPI communication protocol requirements of the Bus …
(edit) @1112   22 months hailfinger Split off programmer.h from flash.h. Programmer specific functions are of …
(edit) @1082   23 months hailfinger We have a generic unlocking infrastructure. Use it for SPI chips. Actually …
(edit) @1080   23 months hailfinger Convert SPI chips to partial write, but wrap the write functions in a …
(edit) @1072   23 months hailfinger Make programmer_param static by converting all users to …
(edit) @1070   23 months hailfinger Various places in the flashrom source feature custom parameter extraction …
(edit) @1068   23 months hailfinger Kill global variables, constants and functions if local scope suffices. …
(edit) @1023   2 years hailfinger So far, we have up to 4 different names for the same thing (ignoring …
(edit) @1005   2 years hailfinger Every SPI programmer driver had its own completely different chip write …
(edit) @964   2 years hailfinger Multibyte SPI write for the Bus Pirate. Signed-off-by: Carl-Daniel …
(edit) @914   2 years snelson Split spi.c into programmer and chip code Remove chipdriver.h include from …
(edit) @851   2 years snelson Convert all messages in buspirate_spi.c to the new message infrastructure. …
(edit) @834   2 years hailfinger Programmer debug messages during programmer init/shutdown are useful …
(edit) @831   2 years oxygene - replace the hand written serial input flush routine with the termios …
(edit) @830   2 years hailfinger Move OS-dependent serial code from buspirate_spi.c to serial.c and rename …
(edit) @776   2 years hailfinger Add the ability to set Bus Pirate SPI speed via the command line. Example …
(add) @772   2 years hailfinger Add Bus Pirate SPI support to flashrom. The code should work on …
Note: See TracRevisionLog for help on using the revision log.