From 8bab854ec9f0ebad8f52c6fa723cba12dab99cbd Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Thu, 6 Jul 2023 14:16:58 +0200 Subject: [PATCH 1/2] Added changelog --- README.md | 20 ++++++++++++++++++++ lib/wolfssl | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fba2f2fe1..c9d9fcc9e 100644 --- a/README.md +++ b/README.md @@ -492,3 +492,23 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate. * New HAL: Renesas RA6M4 (with IDE example projects) * New HAL: NXP i.MX-RT1064 * Unified common code for NXP i.MX-RT10XX targets + +### V1.16 (2023-07-06) + * New formats supported + * Added ELF/ELF64 loader + * Extended support for NXP P1021 + * eSPI support to access TPM + * TPM root of trust + * fixes to eLBC NAND driver + * Improvements on PowerPC architecture + * fixed PIC execution + * support booting from RAM + * refactor of `update_ram.c` logic + * moved wolfBoot stack to DDR after DDR initialization + * Rework of Renesas examples, adding HSM support + * RA6M4 example project using SCE + * RA72N example project using TSIP + * Extended documentation + * Bug fix: fix wrong partition selection with `NVM_FLASH_WRITEONCE` introduced in v.1.15 + * Testing: added test cases (delta + encrypt) + * Documentation: fixed several spelling errors diff --git a/lib/wolfssl b/lib/wolfssl index 3b3c175af..979707380 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit 3b3c175af0e993ffaae251871421e206cc41963f +Subproject commit 979707380c677dfa65e3ba48f19e149773a4a32d From 2600df9a213bacd75fa22547333f6444718af3f6 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Thu, 6 Jul 2023 14:17:52 +0200 Subject: [PATCH 2/2] Updated bootloader version --- include/wolfboot/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wolfboot/version.h b/include/wolfboot/version.h index 6683bc11f..876704df7 100644 --- a/include/wolfboot/version.h +++ b/include/wolfboot/version.h @@ -29,8 +29,8 @@ extern "C" { #endif -#define LIBWOLFBOOT_VERSION_STRING "1.15.0" -#define LIBWOLFBOOT_VERSION_HEX 0x010F0000 +#define LIBWOLFBOOT_VERSION_STRING "1.16.0" +#define LIBWOLFBOOT_VERSION_HEX 0x01100000 #ifndef WOLFBOOT_VERSION #define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX