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: deb-intel/sof-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thesofproject/sof-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 59 files changed
  • 9 contributors

Commits on Sep 26, 2024

  1. Update files to indicate new release (thesofproject#502)

    Signed-off-by: Taylor, Deb <[email protected]>
    deb-intel authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1e68b2e View commit details
    Browse the repository at this point in the history
  2. Update pull-request.yml (thesofproject#503)

    Updating download artifact to 4.1.7 is breaking change to the publication workflow. Changing upload artifact to match.
    deb-intel authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a0e05fa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. platforms: add separate table for older platforms

    As this topic has been discussed in many pull requests and bugs,
    add documentation on which platforms are supported in SOF main and
    which are only supported in stable-vx.yy branches. Also add a note
    explainin how sof-bin releases are made, gathering binaries for
    for all platforms.
    
    Signed-off-by: Kai Vehmanen <[email protected]>
    kv2019i authored and lgirdwood committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b7080b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. admin: remove exited admin members

    Cleanup
    
    Signed-off-by: Curtis Malainey <[email protected]>
    cujomalainey committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    163bac3 View commit details
    Browse the repository at this point in the history
  2. admin: replace google side admin

    Signed-off-by: Curtis Malainey <[email protected]>
    cujomalainey committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    99916ea View commit details
    Browse the repository at this point in the history
  3. tsc: remove cujomalainey

    Signed-off-by: Curtis Malainey <[email protected]>
    cujomalainey committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e26df4f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. intel_debug: introduction: Add information about modular SOF release …

    …content
    
    The firmware supports library loading starting with Meteor Lake and the
    release system is prepared to offer modular SOF releases.
    
    Update the documentation of the SOF release content to reflect this.
    
    Signed-off-by: Peter Ujfalusi <[email protected]>
    ujfalusi authored and lgirdwood committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    ef63f89 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. intel_debug: introduction: Detail description of a modular firmware r…

    …elease
    
    Separate the firmware lookup table for non-modular and modular SOF releases
    to be able to document the locations and file names the firmware will
    be looking for the individual files.
    
    Extend the description of the two type of SOF release and convert the
    list-table to a normal table for better descriptions for the
    configurations.
    
    Signed-off-by: Peter Ujfalusi <[email protected]>
    ujfalusi authored and lgirdwood committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    6eee88f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. topology2: add split topologies description

    Describe what are split topologies and how to create it.
    
    Signed-off-by: Bard Liao <[email protected]>
    bardliao authored and lgirdwood committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    e748500 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. conf.py: remove unused html_theme_path configuration

    Per build warning;
    WARNING: Calling get_html_theme_path is deprecated.
    If you are calling it to define html_theme_path, you are safe to remove that code.
    
    So removing the code to get rid of warning.
    
    Signed-off-by: Christopher Turner <[email protected]>
    cgturner1 authored and lgirdwood committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    52be282 View commit details
    Browse the repository at this point in the history
  2. conf.py: remove display_version configuration

    the option for display_version for the sphinx-rtd-theme
    was deprecated since v3.0.0
    
    Signed-off-by: Christopher Turner <[email protected]>
    cgturner1 authored and lgirdwood committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    be866f6 View commit details
    Browse the repository at this point in the history
  3. developer_guides: llext_modules.rst: modify broken link for Intel fir…

    …mware paths
    
    update broken link to Intel firmware paths in llext_modules.rst from
    intel_firmware_paths to intel_modular_firmware_paths to point to
    correct location and fix doc build errors.
    
    Signed-off-by: Christopher Turner <[email protected]>
    cgturner1 authored and lgirdwood committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    c7bf0c1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. build_testbench: Fix mhwaveedit command

    The command `mhWaveEdit audio_out.wav` was incorrect because the 
    package installs the binary as `mhwaveedit` (all lowercase). This 
    commit corrects the capitalization to avoid command not found errors.
    
    Signed-off-by: Suraj Sonawane <[email protected]>
    SurajSonawane2415 authored and lgirdwood committed May 2, 2025
    Configuration menu
    Copy the full SHA
    e99e90f View commit details
    Browse the repository at this point in the history
  2. Reset unwanted executable attributes

    Reset executable attributes on .rst, .txt, .diag files as well
    as on CODEOWNERS.
    
    Signed-off-by: Dmitrii Golovanov <[email protected]>
    golowanow authored and lgirdwood committed May 2, 2025
    Configuration menu
    Copy the full SHA
    6e56ea9 View commit details
    Browse the repository at this point in the history
  3. docbuild: Add a note on additional libraries

    Add a note on additional libraries needed to build the hardcoded
    version of pillow package.
    
    Signed-off-by: Dmitrii Golovanov <[email protected]>
    golowanow authored and lgirdwood committed May 2, 2025
    Configuration menu
    Copy the full SHA
    86e7dfe View commit details
    Browse the repository at this point in the history
  4. docbuild: Adjust HTML generation commands

    Adjust code snippets for HTML generation after #9788c4be changes
    to avoid doxygen build in source directory.
    
    Signed-off-by: Dmitrii Golovanov <[email protected]>
    golowanow authored and lgirdwood committed May 2, 2025
    Configuration menu
    Copy the full SHA
    49f3c6e View commit details
    Browse the repository at this point in the history
  5. build-guide: Use Zephyr HWMv2 board names

    Use Zephyr HWMv2 board names in `west build` command examples.
    
    Signed-off-by: Dmitrii Golovanov <[email protected]>
    golowanow authored and lgirdwood committed May 2, 2025
    Configuration menu
    Copy the full SHA
    7a448ff View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Design of DP scheduling with deadline calculations

    this commit contains a detailed description of DP
    scheduling and DP deadline calculations
    
    Signed-off-by: Marcin Szkudlinski <[email protected]>
    marcinszkudlinski authored and kv2019i committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    32b3fca View commit details
    Browse the repository at this point in the history
Loading