Skip to content

Commit 464d755

Browse files
authored
Merge pull request #324 from danielinux/prepare-release-v1.16
Prepare release v1.16
2 parents 1badff1 + 2600df9 commit 464d755

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,23 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
492492
* New HAL: Renesas RA6M4 (with IDE example projects)
493493
* New HAL: NXP i.MX-RT1064
494494
* Unified common code for NXP i.MX-RT10XX targets
495+
496+
### V1.16 (2023-07-06)
497+
* New formats supported
498+
* Added ELF/ELF64 loader
499+
* Extended support for NXP P1021
500+
* eSPI support to access TPM
501+
* TPM root of trust
502+
* fixes to eLBC NAND driver
503+
* Improvements on PowerPC architecture
504+
* fixed PIC execution
505+
* support booting from RAM
506+
* refactor of `update_ram.c` logic
507+
* moved wolfBoot stack to DDR after DDR initialization
508+
* Rework of Renesas examples, adding HSM support
509+
* RA6M4 example project using SCE
510+
* RA72N example project using TSIP
511+
* Extended documentation
512+
* Bug fix: fix wrong partition selection with `NVM_FLASH_WRITEONCE` introduced in v.1.15
513+
* Testing: added test cases (delta + encrypt)
514+
* Documentation: fixed several spelling errors

include/wolfboot/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#endif
3030

3131

32-
#define LIBWOLFBOOT_VERSION_STRING "1.15.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x010F0000
32+
#define LIBWOLFBOOT_VERSION_STRING "1.16.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x01100000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

lib/wolfssl

Submodule wolfssl updated 312 files

0 commit comments

Comments
 (0)