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
[nrf noup] boot: add support for loading PERIPHCONF
Add support required to load the application's global domain
peripheral configuration (PERIPHCONF) from MCUboot after
the initial PERIPHCONF loaded by IronSide before MCUboot was booted.
When this feature is enabled, PERIPHCONF sections in each image will
remain in the firmware binary, and the signing scripts generate custom
TLV metadata which lets MCUboot know where the PERIPHCONF is located in
the firmware.
MCUboot then loads the parameters from the TLVs and asks IronSide
SE to apply them. Since MCUboot/the Application core can lose access
to the global peripherals happens after loading the new PERIPHCONF,
the call is placed after MCUboot's peripheral deinitialization.
The feature depends on a newly added IronSide SE API to work.
The API is supported from IronSide SE v23.3.0+26.
Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
0 commit comments