Commit Graph

9 Commits

Author SHA1 Message Date
Sean Cross 27dec515e7 enable capacity overriding
We have different-sized SPI flash chips, so when possible set the
capacity based on various id codes.

Also allow for manually overriding capacity with the -b option.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-19 00:00:25 -05:00
Sean Cross 9b1b9b8a88 fomu-flash: implement -k security register stuff
Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-18 23:03:38 -05:00
Sean Cross 70591122af fomu-flash: print out device strings as part of -i
Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-18 22:09:57 -05:00
Sean Cross f4d2c46eb3 fomu-flash: print out status registers as part of id
Print the contents of SR1, SR2, and SR3.  Not all chips have SR3,
so this may be 0xff.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-18 20:32:10 -05:00
Sean Cross fed97ce846 fomu-flash: add -i option to print id codes
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-29 04:27:29 -05:00
Sean Cross cddbe4c90c fomu-flash: add spi speed flag
Signed-off-by: Sean Cross <sean@xobs.io>
2018-11-29 03:51:49 -05:00
Sean Cross a8de1b56dc fomu-flash: add the ability to specify more pins
Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-17 22:07:10 +08:00
Sean Cross 253e82b5cb fomu-flash: add offset parameter to -p
Add an offset parameter to -p.

Signed-off-by: Sean Cross <sean@xobs.io>
2018-12-17 21:40:40 +08:00
Your Name 09fe20efda fomu-flash: first full commit
Signed-off-by: Your Name <you@example.com>
2018-11-28 13:19:51 -05:00