Skip to content

wolfBoot v1.16

Compare
Choose a tag to compare
@danielinux danielinux released this 06 Jul 20:15
· 580 commits to master since this release
464d755

ChangeLog

  • 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