Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thesofproject/sof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: thesofproject/sof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nvl-003-drop-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 19, 2026

  1. boards: ace40: disable IMR context save

    Disabled IMR context save feature as it is not used in the Chrome build
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 19, 2026
    Configuration menu
    Copy the full SHA
    06403ae View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2026

  1. rimage: reject unsupported MEU signing modes

    Leave unsupported SUE and ACE MEU callbacks unset
    and report a runtime error before writer dispatch.
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    34ea96f View commit details
    Browse the repository at this point in the history
  2. rimage: require module configuration for relocatable images

    Reject relocatable manifest creation when the TOML
    configuration does not provide module metadata.
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    453e5b2 View commit details
    Browse the repository at this point in the history
  3. rimage: fix CSE header detection check when re-signing

    Test the outcome of the scan instead of the loop index,
    so the check no longer depends on the loop bound, and
    align the message with the one used by verify_image().
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    6f1ef34 View commit details
    Browse the repository at this point in the history
  4. audio: template: llext: Correct build and toml name

    ce50845 ("template: rename template_comp to template")
    renamed the template_comp to simply template, but left the llext
    CMakeList.txt and llext.toml.h referencing to wrong names.
    
    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
    ujfalusi authored and abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    da6036f View commit details
    Browse the repository at this point in the history
  5. rimage: config: nvl: include phase template module if enabled

    Follow mtl/lnl/ptl/wcl and allow the template to be built.
    
    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
    ujfalusi authored and abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    4fada15 View commit details
    Browse the repository at this point in the history
  6. west.yml: update zephyr to 156717ef2ad8

    156717e: soc: intel_adsp: ace40: add rom_ext IMR MMU mappings
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    ff83e15 View commit details
    Browse the repository at this point in the history
  7. boards: nvl: enable library authentication

    Enable CONFIG_LIBRARY_AUTH_SUPPORT for NVL
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 25, 2026
    Configuration menu
    Copy the full SHA
    2c8914f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2026

  1. versions.json: set version to 2.14.1203

    Set version to 2.14.1203 to prepare for nvl-003 release.
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski committed Aug 26, 2026
    Configuration menu
    Copy the full SHA
    9c9e64c View commit details
    Browse the repository at this point in the history
Loading