Add debug module authentication.
authorTim Newsome <tim@sifive.com>
Tue, 27 Feb 2018 20:30:46 +0000 (12:30 -0800)
committerTim Newsome <tim@sifive.com>
Tue, 27 Feb 2018 20:30:46 +0000 (12:30 -0800)
Off by default, enabled with --debug-auth.
The protocol is very simple (definitely not secure) to allow debuggers
to test their authentication feature. To authenticate a debugger must:
1. Read authdata
2. Write to authdata the value that it just read, plus 1


No differences found