Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ The boot report contains the following information:
* UICR error description
* Context data passed to the CPUCONF service
* A fixed amount of random bytes generated by a CSPRNG
* Universal Unique Identifier (UUID) data

Versions
========
Expand Down Expand Up @@ -732,6 +733,12 @@ Random data
This field is filled with random data generated by a CSPRNG.
This data is suitable as a source of initial entropy.

UUID data
=========

This field contains 16 bytes that represent the device's unique identity.
The bytes are provided as a stream of 16 raw bytes, rather than in the standard ``8-4-4-4-12`` UUID format.

.. _ironside_se_booting:

Booting of local domains
Expand Down