Commit 20f98e0a authored by David Brown's avatar David Brown Committed by David Brown
Browse files

Updates for 2.2.0-rc1 release



Consolidate the release notes, and update various release files.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent 7a33bcaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
[travis]: https://travis-ci.org/mcu-tools/mcuboot
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE

This is MCUboot version 2.1.0
This is MCUboot version 2.2.0-rc1

MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
common infrastructure for the bootloader and the system flash layout on
+0 −2
Original line number Diff line number Diff line
- Added support for retrieving hw embed private keys for image encryption
  (The private key can be retrieved from trusted sources like OTP, TPM.).
+0 −4
Original line number Diff line number Diff line
- Changed bootutil's order of events to verify the image header
  before checking the image.
- Added the bootloader state object to the bootutil
  boot_is_header_valid() function
+0 −7
Original line number Diff line number Diff line
- Added optional write block size checking to ensure expected
  sizes match what is available on the hardware.
- Added optional erase size checking to ensure expected sizes
  match what is available on the hardware.
- Added debug logs for zephyr to output discrepencies in erase
  and write block sizes in dts vs actual hardware configuration
  at run-time.
+0 −3
Original line number Diff line number Diff line
- When using swap with scratch, the image is now decrypted when copying from
  the scratch partition to the primary slot. Therefore, the sratch partition
  doesn't contain plaintext firmware data anymore.
Loading