From b3f39e1d578a8006e55221bd06fc79a91bec0bdb Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 22 Aug 2024 10:49:05 +0100 Subject: [PATCH] docs: release-notes: Add note on bootutil changes Adds notes on the changed bootutil features Signed-off-by: Jamie McCrae --- docs/release-notes.d/bootutil-image-verification.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/release-notes.d/bootutil-image-verification.md diff --git a/docs/release-notes.d/bootutil-image-verification.md b/docs/release-notes.d/bootutil-image-verification.md new file mode 100644 index 000000000..a1cc58842 --- /dev/null +++ b/docs/release-notes.d/bootutil-image-verification.md @@ -0,0 +1,4 @@ +- 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