Software APIs
Data Fields
chip_info Struct Reference

Data Fields

chip_info_scm_revision_t scm_revision
 Truncated commit hash.
 
uint32_t version
 Chip info format version. More...
 

Detailed Description

Definition at line 27 of file chip_info.h.

Field Documentation

◆ scm_revision

chip_info_scm_revision_t chip_info::scm_revision

Truncated commit hash.

Definition at line 31 of file chip_info.h.

◆ version

uint32_t chip_info::version

Chip info format version.

The chip info struct is placed at the end of the ROM. Placing this field at the end of the struct places the version word at the last addressable ROM address, which gives later boot stages a fixed address to look for this field. See sw/device/silicon_creator/rom/rom.ld for details.

Definition at line 40 of file chip_info.h.