Age | Commit message (Collapse) | Author |
|
at least the values in the same segment.
|
|
|
|
|
|
|
|
cleanup of defines in header file.
|
|
|
|
version strings.
|
|
common header file.
|
|
to the trng before extracting data.
|
|
|
|
spaces.
|
|
in printout. Removed inclusion of arpa/inet lib also not used by the application.
|
|
Unify memory maps.
Move tc_init, tc_next, tc_wait_* into tc_[eim|i2c].c.
Move eim_setup into tc_eim.c, move i2c_open into tc_i2c.c.
|
|
|
|
memory map.
|
|
|
|
file.
|
|
|
|
utilities, add trng_tester_i2c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Both versions of hash_tester optimistically assumed a READ_OK or
WRITE_OK response, and tried to read the expected number of bytes.
But ERROR and UNKNOWN responses are shorter, which could lead to an
overrun of available data from i2c. With commit a768072, this is no
longer fatal (i2c will zero-pad the response), but it's good form to do
the right thing when possible.
|
|
|