Syntax
[fsbl_config <options>] <partition>
Description
This option specifies the parameters used to configure the boot image. FSBL, which should run on A53 in 64-bit mode in Boot Header authentication mode.
Arguments
- bh_auth_enable: Boot Header Authentication Enable: RSA authentication of the bootimage will be done excluding the verification of PPK hash and SPK ID.
- auth_only: Boot image is only RSA signed. FSBL should not be decrypted.
- opt_key: Operational key is used for block-0 decryption. Secure Header has the opt key.
- pufhd_bh: PUF helper data is stored in Boot Header. (Default is
efuse
)/ PUF helper data file is passed to Bootgen using the [puf_file] option. - puf4kmode: PUF is tuned to use in 4k bit configuration. (Default is 12k
bit).
shutter = <value>
32 bitPUF_SHUT
register value to configure PUF for shutter offset time and shutter open time.Note: This shutter value must match the shutter value that was used during PUF registration.
Example
all:
{
[fsbl_config] bh_auth_enable
[pskfile] primary.pem
[sskfile]secondary.pem
[bootloader,destination_cpu=a53-0,authentication=rsa] fsbl.elf
}