From 6cf8645dda58682372a8dd5608d7f1856276248f Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 31 May 2024 11:19:18 +0300 Subject: [PATCH] west.ytml: update to Zephyr 53ddff639562 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 --- scripts/xtensa-build-zephyr.py | 4 ++-- west.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/xtensa-build-zephyr.py b/scripts/xtensa-build-zephyr.py index 4e29c359b0c4..25a469260dc0 100755 --- a/scripts/xtensa-build-zephyr.py +++ b/scripts/xtensa-build-zephyr.py @@ -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), diff --git a/west.yml b/west.yml index 2d2ae0640b4d..9a9f877027b0 100644 --- a/west.yml +++ b/west.yml @@ -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