Skip to content

Commit

Permalink
Merge pull request #324 from danielinux/prepare-release-v1.16
Browse files Browse the repository at this point in the history
Prepare release v1.16
  • Loading branch information
dgarske authored Jul 6, 2023
2 parents 1badff1 + 2600df9 commit 464d755
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions include/wolfboot/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 312 files

0 comments on commit 464d755

Please sign in to comment.