sof/west.yml

68 lines
2.3 KiB
YAML
Raw Normal View History

---
# SOF west manifest
manifest:
version: "0.13"
defaults:
remote: thesofproject
remotes:
- name: thesofproject
url-base: https://github.com/thesofproject
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
# When upgrading projects here please run git log --oneline in the
# project and if not too long then include the output in your commit
# message. See examples of good commit messages at
# https://github.com/thesofproject/sof/commits/4e1d3ba61abd3/rimage
# (git log 4e1d3ba61abd3 -- rimage/)
# WARNING: for backwards compatibility with non-Zephyr platforms,
# rimage and toml99 are STILL git submodules! Every time you change
# their `revision` revision here you MUST keep their git submodules in
# sync. This is as simple as `git add rimage` before committing (+
# `git commit --amend` if you forgot and already committed this
# west manifest file).
# When a submodule is out of sync then both `git status` and `git
# describe` notice and a "-dirty" suffix appears in the SOF version.
# It is generally very bad practice to git push without looking
# at "git status"; even without submodules.
# rimage and tomlc99 to Zephyr's west manifest discussion:
# https://github.com/zephyrproject-rtos/zephyr/issues/58212
projects:
# West convenience for Zephyr people who forgot --recursive when
# cloning sof.git. This adds the burden of keeping both tomlc99
# SHA1s synchronized but in practice it barely ever moves.
- name: tomlc99
repo-path: tomlc99
path: sof/tools/rimage/tomlc99
revision: e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
- name: zephyr
repo-path: zephyr
west.yml: update Zephyr to c50777a84311 Includes the following changes potentially relevant to SOF: ac162b041abf intel_adsp: set exec for simulator targets 475878428c11 soc: intel_adsp: tools: cavstool.py: add RPL and ADL-N support 7ad012d3bbd1 soc: intel_adsp: tools: sort cAVS2.5 PCI DIDs in cavstool.py 2c79024b2f71 soc: intel_adsp: tools: cavstool.py: add PCI DIDs for Intel Arrow Lake 8795a17fa210 soc: intel_adsp: tools: reword cavstool.py startup log message 52bd2ff9a6ca soc: intel_adsp: tools: continue cavstool.py legacy cleanup cdd563500292 nxp: imx8m: adsp: enable the irqstr interrupt controller 18419b618f20 llext: xtensa: fix relocations with multiple SLOT0_OP d3aa1709631b drivers: dai: sai: support pm runtime operations 52efa3bb9b8a soc: intel_adsp: tools: fix ace15 ROM status check in cavstool.py 256ab0c9191c ace: mm: tlb: Check tlb translation enabled before flushing cache 0e9b9b0cf304 ace: mm: tlb: Ignore unmappig error in driver initalization e8d28bfdfd15 drivers: dai: sai: disable IRQs when not needed 48b98a9284c3 drivers: dma: dma_nxp_edma: disable IRQs when not needed c7be48aae42b drivers: intc: irqstr: manage dispatchers dynamically d274cabf839c drivers: intc: irqstr: add reference count for IRQs b43e7387db4d tests: mem_map: no exec test for intel_adsp/ace30/ptl 3d65839dbc58 tests: rename intel_adsp_ace30.conf to intel_adsp_ace30_ptl.conf 32f9ecacc429 soc: intel_adsp: tools: cavstool.py: Add debug_slot_offset_by_type() 80e629cd974a soc: intel_adsp: tools: cavstool.py: Add debug_slot_offset() 9563960bde37 soc: intel_adsp: tools: cavstool: Fix fw_is_alive() and wait_fw_entered() 91495812bdb5 soc: intel_adsp: tools: cavstool.py: Make map_regs() shareable c2126cb90686 soc: intel_adsp: tools: cavstool.py: argsparse code to separate function Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
2024-11-11 22:27:00 +08:00
revision: c50777a8431157bd4ab3a2c2e2a37e8151ae07da
remote: zephyrproject
# Import some projects listed in zephyr/west.yml@revision
#
# Warning: changes to zephyr/west.yml or to any other _imported_
# west.yml file are _ignored_ by design! Only the above
# 'revision:' of zephyr/west.yml is used.
import:
name-whitelist:
- hal_xtensa
- hal_nxp
- mbedtls
- mipi-sys-t
- lz4
- tinycrypt
- cmsis
self:
# Changes to submanifests/*.yml files _are_ effective; these have no
# specified 'revision:'
import: submanifests