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