Usage

The command line usage syntax is as follows:

scr.<reg_index>.<exclusion-info> = <32 bit value>; # <reg_name>

Where:

  • scr is the domain name prefix for the setting.
  • <reg_index> is the matching MB1 and CFG file sequence, beginning at 0.
  • <exclusion-info> is one of the values as follows:

Value

Description

0

Include:regular SCRs loaded from BCT in cold boot, from stored context in warm boot.

1

Exclude: Present data in the CFG file but do not load data from the BCT. Allows SCR programming in MB2 or later.

2

SC7 resume: Program from BCT in cold boot, but exclude for warm boot.

MB1 code lists SCR register absolute addresses in an indexed list.

For example:

# SCR register configurations
scr.134.5 = 0x3f008080; # APS_AST_SCR_AST_REG_3_SEC_CONTROL_0
scr.135.5 = 0x3f008080; # APS_AST_SCR_AST_REG_4_SEC_CONTROL_0