You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the flash_ctrl and keymgr may raise alerts due to the initial info flash configuration when booting with the mask_rom and rom_ext targets.
The keymgr requires the Owner and Secret owner pages to be initialized.
Ownership transfer requires the owner block to be initialized.
Options
Modify all environments using the real rom_ext so that there is an initial bootstrap operation with the personalization image to initialize all required info partitions. Applicable to all FPGA configurations.
Register a weak functions in the rom_ext to initialize the owner partition for silicon targets already deployed in various environments.
I think it may be more efficient to go with option 2, since it could be much lighter weight than running a full personalization on every boot, since we really just need to program those two pages.
Description
Issue
Currently, the flash_ctrl and keymgr may raise alerts due to the initial info flash configuration when booting with the
mask_rom
androm_ext
targets.Options
rom_ext
so that there is an initial bootstrap operation with the personalization image to initialize all required info partitions. Applicable to all FPGA configurations.rom_ext
to initialize the owner partition for silicon targets already deployed in various environments.CC: @cfrantz @timothytrippel @jwnrt
The text was updated successfully, but these errors were encountered: