mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-20 13:24:24 -05:00
Mention apps repo earlier; add link to qemu repo
Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
parent
dfae0c1d90
commit
92978465f7
15
README.md
15
README.md
@ -44,11 +44,16 @@ security-critical operations.
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
### Getting started
|
### Getting started
|
||||||
|
|
||||||
* [Quickstart](doc/quickstart.md) to program the TKey
|
* [Quickstart](doc/quickstart.md) to program the TKey
|
||||||
* [Toolchain setup](doc/toolchain_setup.md)
|
* [Toolchain setup](doc/toolchain_setup.md)
|
||||||
* [Release Notes](doc/release_notes.md)
|
* [Release Notes](doc/release_notes.md)
|
||||||
|
|
||||||
|
Applications and host programs that communicate with the apps are kept
|
||||||
|
in this repository: https://github.com/tillitis/tillitis-key1-apps
|
||||||
|
|
||||||
### In-depth technical information
|
### In-depth technical information
|
||||||
|
|
||||||
* [System Description](doc/system_description/system_description.md)
|
* [System Description](doc/system_description/system_description.md)
|
||||||
* [Threat Model](doc/threat_model/threat_model.md)
|
* [Threat Model](doc/threat_model/threat_model.md)
|
||||||
* [Framing Protocol](doc/framing_protocol/framing_protocol.md)
|
* [Framing Protocol](doc/framing_protocol/framing_protocol.md)
|
||||||
@ -57,24 +62,22 @@ security-critical operations.
|
|||||||
* [FPGA](doc/system_description/fpga.md)
|
* [FPGA](doc/system_description/fpga.md)
|
||||||
* [Software](doc/system_description/software.md)
|
* [Software](doc/system_description/software.md)
|
||||||
|
|
||||||
Note that development is ongoing. For example, changes might be made
|
* [QEMU](https://github.com/tillitis/qemu/tree/tk1) (branch `tk1` in
|
||||||
|
separate repository)
|
||||||
|
|
||||||
|
Note that development is ongoing. For example, changes might be made
|
||||||
to the measuring and derivation of key material, causing the
|
to the measuring and derivation of key material, causing the
|
||||||
public/private keys of a signer app to change. To avoid unexpected
|
public/private keys of a signer app to change. To avoid unexpected
|
||||||
changes, please use a tagged release. Read the [Release
|
changes, please use a tagged release. Read the [Release
|
||||||
Notes](doc/release_notes.md) to keep up to date with changes and new
|
Notes](doc/release_notes.md) to keep up to date with changes and new
|
||||||
releases.
|
releases.
|
||||||
|
|
||||||
Applications and host programs that communicate with the apps are kept
|
|
||||||
in this repository: https://github.com/tillitis/tillitis-key1-apps
|
|
||||||
|
|
||||||
|
|
||||||
## About this repository
|
## About this repository
|
||||||
|
|
||||||
This repository contains hardware, software and utilities written as
|
This repository contains hardware, software and utilities written as
|
||||||
part of the TKey. It is structured as monolithic repository, or
|
part of the TKey. It is structured as monolithic repository, or
|
||||||
"monorepo", where all components live in one repository.
|
"monorepo", where all components live in one repository.
|
||||||
|
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
See [LICENSES](./LICENSES/README.md) for more information about
|
See [LICENSES](./LICENSES/README.md) for more information about
|
||||||
|
Loading…
Reference in New Issue
Block a user