-
Notifications
You must be signed in to change notification settings - Fork 349
west.ytml: update to Zephyr 53ddff639562 (May 31st) #9179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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]>
6cf8645 to
6822c81
Compare
|
V2:
|
|
OK, now we have Zephyr builds working again. There's a known sparse fail (will be fix by zephyrproject-rtos/zephyr#73517 ), and we appear to have a network issue with our Jenkins job doign the SOF build test (so that will require some extra steps to pass). EDIT: Jenkins problem tracked in internal issue # 577 |
ycsin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generated header paths LGTM
This comment was marked as outdated.
This comment was marked as outdated.
jsarha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes the compile problem I faced last week. SOF now compiles fine also against Zephyr/main. (Thou I still can not get shell to work on MTL).
|
SOFCI TEST |
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