mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-24 06:59:24 -05:00
Doc UDI lock-down
This commit is contained in:
parent
5c74a0727c
commit
dff768dd3b
@ -513,7 +513,7 @@ Assigned core prefixes:
|
||||
| `TOUCH_STATUS` | r/w | r/w | | | | TOUCH_STATUS_EVENT_BIT is 1 when touched. After detecting a touch |
|
||||
| | | | | | | event (reading a 1), write anything here to acknowledge it. |
|
||||
| `FW_RAM` | r/w | invisible | 1 kiB | u8[1024] | | Firmware-only RAM. |
|
||||
| `UDI` | r | r | 8B | u64 | | Unique Device ID (UDI). |
|
||||
| `UDI` | r | invisible | 8B | u64 | | Unique Device ID (UDI). |
|
||||
| `QEMU_DEBUG` | w | w | | u8 | | Debug console (only in QEMU) |
|
||||
| `NAME0` | r | r | 4B | char[4] | "tk1 " | ID of core/stick |
|
||||
| `NAME1` | r | r | 4B | char[4] | "mkdf" | ID of core/stick |
|
||||
|
@ -65,9 +65,9 @@ The TKey store and use the following assets internally:
|
||||
the device. Tillitis will NOT store a copy of the UDS. Can be read
|
||||
by firmware once between power cycling
|
||||
|
||||
- UDI - Unique Device ID. 64 bits. Provisioned and stored during device
|
||||
manufacturing. Accessible by FW and applications. Never to be replaced
|
||||
or altered during the life time of a given device. May be copied,
|
||||
- UDI - Unique Device ID. 64 bits. Provisioned and stored during
|
||||
device manufacturing. Only accessible by FW. Never to be replaced or
|
||||
altered during the life time of a given device. May be copied,
|
||||
extracted, read from the device.
|
||||
|
||||
- CDI - Compound Device Identity. Dervied by the FW when an application
|
||||
|
Loading…
Reference in New Issue
Block a user