File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -255,5 +255,26 @@ Silabs
255
255
* The separate ``em3 `` power state was removed from Series 2 SoCs. The system automatically
256
256
transitions to EM2 or EM3 depending on hardware peripheral requests for the oscillators.
257
257
258
+ Trusted Firmware-M
259
+ ==================
260
+
261
+ * The signing process for BL2 (MCUboot) was updated. The boards that run using
262
+ TF-M NS and require BL2 must have their flash layout with the flash controller
263
+ information. This will ensures that when signing the hex/bin files all the
264
+ details will be present in the S and NS images. With this new constraint, the
265
+ image now has the details to allow the FWU state machine be correct and allow
266
+ FOTA.
267
+ (:github: `94470 `)
268
+
269
+ * The ``--align `` parameter was fixed and still provides 1 as a fallback for specific vendors.
270
+ * The ``--max-sectors `` value is now calculated based on the number of images, taking into
271
+ consideration the largest image size.
272
+ * The ``--confirm `` option now confirms both S and NS HEX images, ensuring that any image
273
+ that runs is valid for production and development.
274
+ * S and NS BIN images are now available. These are the correct images to be used in FOTA. Note
275
+ that S and NS images are unconfirmed by default, and the application is responsible for
276
+ confirming them with ``psa_fwu_accept() ``. Otherwise, the images will roll back on the next
277
+ reboot.
278
+
258
279
Architectures
259
280
*************
You can’t perform that action at this time.
0 commit comments