Skip to content

Commit

Permalink
west.ytml: update to Zephyr 53ddff639562
Browse files Browse the repository at this point in the history
Update Zephyr baseline to 53ddff639562 . The location of generated
headers has changed, so modify the SOF build scripts to use the new
location.

Change affecting SOF build targets:

6509b8199b02 shell: add shell backend for audio DSP using shared memory window
5a7600bec60b soc: intel_adsp: tools: add shell support to cavstool.py
db00b813f043 soc: intel_adsp: tools: align code style in maps_regs()
44dd5a4da9c0 soc: intel_adsp: tools: fix ace20 fw load flow
fa798ce2d5be soc: intel_adsp: only implement FW_STATUS boot protocol for cavs
8fc76f1b6d16 soc: intel_adsp: tools: improve FW boot handling on ace1.x
024bd41efb65 llext: xtensa: add support for the xt-clang toolchain

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed May 31, 2024
1 parent 2f3f877 commit 6cf8645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ class InstFile:
installed_files = [
# Fail if one of these is missing
InstFile(".config", "config", txt=True),
InstFile("include/generated/autoconf.h", "generated_autoconf.h", txt=True),
InstFile("include/generated/version.h", "zephyr_version.h",
InstFile("include/generated/zephyr/autoconf.h", "generated_autoconf.h", txt=True),
InstFile("include/generated/zephyr/version.h", "zephyr_version.h",
gzip=False, txt=True),
InstFile("include/generated/sof_versions.h", "sof_versions.h",
gzip=False, txt=True),
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: 69d790b293316ae3651f244f2452705ee65c1f4b
revision: 53ddff639562ef68dc0a6f62b82f7505c75ebdce
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down

0 comments on commit 6cf8645

Please sign in to comment.