diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-01-23 16:16:49 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2016-01-23 16:16:49 +0000 |
commit | 124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86 (patch) | |
tree | 2d62c23191801afaecbf98925effb8b8c7a44ab6 /linux_spi.c | |
parent | 41a940c641a7ddba77d04c93e01280d20a3a354a (diff) | |
download | flashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.zip flashrom-124b7837d9c46cbc4c7c444f5d63a96d0d3b3f86.tar.gz |
Add a bunch of new/tested stuff and various small changes 24
Tested mainboards:
OK:
- ASRock G31M-GS
Binary file (standard input) matches
Corresponding to flashrom svn r1917.
Diffstat (limited to 'linux_spi.c')
-rw-r--r-- | linux_spi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux_spi.c b/linux_spi.c index 19b4965..e51fbc4 100644 --- a/linux_spi.c +++ b/linux_spi.c @@ -35,6 +35,12 @@ #include "programmer.h" #include "spi.h" +/* Devices known to work with this module (FIXME: export as struct dev_entry): + * Beagle Bone Black + * Raspberry Pi + * HummingBoard + */ + static int fd = -1; static int linux_spi_shutdown(void *data); |