14
0
forked from pool/python-spsdk

- update to 2.0.1:

* fix test memory AP address
  * Fix detection of input file for FCB in bootable image
  * fix IEE encryption for RT1180
  * fix signed MBI for Anguilla Nano
  * fix SB21 export with yaml config
  * fix behavior of the RKTH registers
  * fix invalid names of CRC field in database
  * fix setting a register value as raw value when loading from
    configuration
- update to 2.0.0:
  * dedicated plugin system
  * check of written data length in USB Interface
  * remove dependency on PyCryptodome
  * add rot command for calculating RoT hash
  * distinguish between fw version and image version
  * support YAML configuration for HAB
  * support build RT11xx image with ECC keys
  * support OSCCA
  * support AHAB NAND
  * implement HTTP Proxy Signature Provider
  * signature provider for OSCCA
  * add validation of signature in AHAB
  * support OTFAD for RT1010
  * export HAB from yaml config in bootable image
  * revision of offsets in AHAB container
  * command filter in SB 2.1 based on family
  * refactor memory types for mbi
  * add to AHAB key identifier for encrypted images
  * pfr/ifr:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spsdk?expand=0&rev=6
This commit is contained in:
2024-01-14 15:08:03 +00:00
committed by Git OBS Bridge
parent 391cac8186
commit 48428cce19
5 changed files with 81 additions and 67 deletions

View File

@@ -1,3 +1,75 @@
-------------------------------------------------------------------
Sun Jan 14 12:10:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
* fix test memory AP address
* Fix detection of input file for FCB in bootable image
* fix IEE encryption for RT1180
* fix signed MBI for Anguilla Nano
* fix SB21 export with yaml config
* fix behavior of the RKTH registers
* fix invalid names of CRC field in database
* fix setting a register value as raw value when loading from
configuration
- update to 2.0.0:
* dedicated plugin system
* check of written data length in USB Interface
* remove dependency on PyCryptodome
* add rot command for calculating RoT hash
* distinguish between fw version and image version
* support YAML configuration for HAB
* support build RT11xx image with ECC keys
* support OSCCA
* support AHAB NAND
* implement HTTP Proxy Signature Provider
* signature provider for OSCCA
* add validation of signature in AHAB
* support OTFAD for RT1010
* export HAB from yaml config in bootable image
* revision of offsets in AHAB container
* command filter in SB 2.1 based on family
* refactor memory types for mbi
* add to AHAB key identifier for encrypted images
* pfr/ifr:
* remove devices subcommand
* sdpshost:
* connection support for iMX91 and iMX95
* shadowregs:
* unify endianness
* tool for converting JSON configuration into YAML with
comments
* support mcxa1xx
* unify naming: RKTH/RKHT
* remove nxpkeygen and nxpcertgen apps, replaced by nxpcrypto
* remove elftosb app, replaced by nxpcrypto
* positional arguments replaced by options for all parameters
with an exception to blhost, sdphost and dk6prog
* remove backward compatibility with command get-cfg-template,
replaced fully with get-template(s)
* unify family name within all modules
* remove lpc55xx from family names
* fix error of SPI connection
* add missing sdio in generate command
* fix generate-keyblob IEE
* fix issue with get-info command
* fix certificate block in AHAB
* fix signature in AHAB
* fix some commands for SB21
* fix non generated keys for AHAB parse
* fix RAM images for LPC55Sxx
* fix MBI signed for xip for MCXN9xx
* fix sb21 export yaml errors
* fix OTFAD with DUK
* fix wrong core ID in parse for iMX93
* fix binary certificate block for MBI
* fix manifest for mcxn9xx
* fix bootable image merge
* fix in MBI configurations
* fix missing parameters in MBI config in bootable-image parse
* fix sb21 file generation without SBKEK
* update list of supported MBI images for mcxn9xx
- drop python-spsdk-remove_pypemicro.patch (obsolete)
-------------------------------------------------------------------
Mon Oct 30 07:42:32 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>