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: zephyrproject-rtos/sof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: zephyr
Choose a base ref
...
head repository: peter-mitsis/sof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zephyr
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 22, 2024

  1. zephyr: cpu: use arch_cpu_start instead of arch_start_cpu

    This uses arch_cpu_start() instead of arch_start_cpu() as it has
    been renamed to align with the CPU namespace.
    
    Signed-off-by: Daniel Leung <[email protected]>
    dcpleung authored and nashif committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b22ce6d View commit details
    Browse the repository at this point in the history
  2. zephyr: use k_smp_cpu_start/_resume for secondary core power up

    This changes the seconday core power up routine to use the newly
    introduced k_smp_cpu_start() and k_smp_cpu_resume(). This removes
    the need to mirror part of the SMP start up code from Zephyr, and
    no longer need to call into Zephyr private kernel code.
    
    Signed-off-by: Daniel Leung <[email protected]>
    dcpleung authored and nashif committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    11c251a View commit details
    Browse the repository at this point in the history
  3. app: fix filter in sample.yaml

    nxp_adsp_imx8ulp needs to be in allowed platforms.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5553bcf View commit details
    Browse the repository at this point in the history
  4. zephyr: use arch_xtensa_uncached_ptr/arch_xtensa_cached_ptr

    Use direct call to function instead of going over a redefine.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b4214e5 View commit details
    Browse the repository at this point in the history
  5. app: zephyr still requires cmake version 3.20.0

    Set min. cmake version required to what zephyr uses.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7a0ff76 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    4d714ec View commit details
    Browse the repository at this point in the history
  2. zephyr: use system cache APIs instead of custom soc calls

    Use system cache API instead of soc specific calls.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0606152 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. zephyr: app: scripts: intel_adsp: change board names to HWMv2

    Change `intel_adsp` board names to HWMv2 scheme:
    
      `intel_adsp_cavs25`     --> `intel_adsp/cavs25`
      `intel_adsp_ace15_mtpm` --> `intel_adsp/ace15_mtpm`
      `intel_adsp_ace20_lnl`  --> `intel_adsp/ace20_lnl`
    
    Signed-off-by: Dmitrii Golovanov <[email protected]>
    golowanow authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    89ebbea View commit details
    Browse the repository at this point in the history
  2. zephyr: intel_adsp: Change ACE SoC name to HWMv2

    SoC series ACE changes its name to align with HWMv2 new naming
    conventions: SOC_SERIES_INTEL_ACE --> SOC_SERIES_INTEL_ADSP_ACE
    
    Signed-off-by: Dmitrii Golovanov <[email protected]>
    golowanow authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ba093e6 View commit details
    Browse the repository at this point in the history
  3. zephyr: sof: update board name for HWMv2

    Update NXP board names and configs with
    the ones for HWMv2.
    
    Signed-off-by: Iuliana Prodan <[email protected]>
    iuliana-prodan authored and carlescufi committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3e70d03 View commit details
    Browse the repository at this point in the history
Loading