David Hendricks
|
ac1d25c100
Revert "Update all programmer init functions to register bus programmers into common list"
|
8 years ago |
David Hendricks
|
93784b4961
Revert "Have all shutdown functions take a flashctx argument"
|
8 years ago |
Souvik Ghosh
|
052210a7da
Have all shutdown functions take a flashctx argument
|
8 years ago |
Souvik Ghosh
|
63b92f99a9
Update all programmer init functions to register bus programmers into common list
|
8 years ago |
Souvik Ghosh
|
d75cd67ac2
Update flashrom to use flashctx struct for flash chip access
|
8 years ago |
stefanct
|
c5eb8a9b67
Unsignify lengths and addresses in chip functions and structs
|
13 years ago |
stefanct
|
8de303e466
Remove unneeded inclusions of chipdrivers.h
|
13 years ago |
hailfinger
|
b91c08c795
Fixup of r1397:
|
13 years ago |
uwe
|
8d342eb876
Random whitespace and coding-style fixes.
|
13 years ago |
stefanct
|
371e7e89c3
add a bunch of new/tested stuff and various small changes 4
|
13 years ago |
dhendrix
|
0ffc2eb070
Use shutdown callback mechanism to shutdown programmers
|
13 years ago |
hailfinger
|
e20dc56174
Fix compilation for CONFIG_INTERNAL=no
|
13 years ago |
mkarcher
|
d264e9e065
kill central list of SPI programmers
|
13 years ago |
mkarcher
|
8fb5759fb4
Factor out SPI write/read chunking wrappers.
|
13 years ago |
stepan
|
1af502a392
Remove duplicate includes from the code.
|
14 years ago |
hailfinger
|
fa76f93847
Thanks to Johannes Sjölund for reporting that the Bus Pirate init could
|
14 years ago |
hailfinger
|
17d3e9154f
If we violate the raw SPI communication protocol requirements of the Bus
|
14 years ago |
hailfinger
|
428f685cd7
Split off programmer.h from flash.h.
|
14 years ago |
hailfinger
|
b9560eedba
We have a generic unlocking infrastructure. Use it for SPI chips.
|
14 years ago |
hailfinger
|
c7d06c6409
Convert SPI chips to partial write, but wrap the write functions in a
|
14 years ago |
hailfinger
|
ddeb4ace76
Make programmer_param static by converting all users to
|
14 years ago |
hailfinger
|
1ef766d088
Various places in the flashrom source feature custom parameter
|
14 years ago |
hailfinger
|
1ff33dcb8d
Kill global variables, constants and functions if local scope suffices.
|
14 years ago |
hailfinger
|
90c7d54963
So far, we have up to 4 different names for the same thing (ignoring
|
14 years ago |
hailfinger
|
39d159a7f3
Every SPI programmer driver had its own completely different chip write
|
14 years ago |
hailfinger
|
8b82a42d94
Multibyte SPI write for the Bus Pirate.
|
15 years ago |
snelson
|
8913d08dcf
Split spi.c into programmer and chip code
|
15 years ago |
snelson
|
865ae75263
Convert all messages in buspirate_spi.c to the new message infrastructure.
|
15 years ago |
hailfinger
|
1220e59746
Programmer debug messages during programmer init/shutdown are useful
|
15 years ago |
oxygene
|
8fede2defc
- replace the hand written serial input flush routine with the termios one.
|
15 years ago |