summaryrefslogtreecommitdiff
path: root/src/chaoskey-v1.0
Commit message (Collapse)AuthorAge
* altos/chaoskey: use both halves of the CRCKeith Packard2017-02-20
| | | | | | | | When pulling 16 bits from the 32-bit crc, instead of just using the low bits, xor the two halves together. This appears to even out the number of zero and one bits. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/chaoskey: Add a metainfo for the ChaosKeyRichard Hughes2017-01-10
| | | | | This provides the information necessary to reflash chaoskey using standard Linux device firmware tooling.
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add ChaosKey v1.0 productKeith Packard2016-03-02
Much like ChaosKey v0.1, just different SoC package and a few wiring changes. Signed-off-by: Keith Packard <keithp@keithp.com>