-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: zephyrproject-rtos/sof
base: zephyr
head repository: peter-mitsis/sof
compare: zephyr
- 10 commits
- 15 files changed
- 4 contributors
Commits on Jan 22, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b22ce6d - Browse repository at this point
Copy the full SHA b22ce6dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 11c251a - Browse repository at this point
Copy the full SHA 11c251aView commit details -
app: fix filter in sample.yaml
nxp_adsp_imx8ulp needs to be in allowed platforms. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5553bcf - Browse repository at this point
Copy the full SHA 5553bcfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b4214e5 - Browse repository at this point
Copy the full SHA b4214e5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7a0ff76 - Browse repository at this point
Copy the full SHA 7a0ff76View commit details
Commits on Jan 26, 2024
-
Revert "zephyr: use arch_xtensa_uncached_ptr/arch_xtensa_cached_ptr"
This reverts commit b4214e5.
Configuration menu - View commit details
-
Copy full SHA for 4d714ec - Browse repository at this point
Copy the full SHA 4d714ecView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0606152 - Browse repository at this point
Copy the full SHA 0606152View commit details
Commits on Mar 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 89ebbea - Browse repository at this point
Copy the full SHA 89ebbeaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ba093e6 - Browse repository at this point
Copy the full SHA ba093e6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3e70d03 - Browse repository at this point
Copy the full SHA 3e70d03View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff zephyr...zephyr