Guennadi Liakhovetski

Results 122 comments of Guennadi Liakhovetski

> Can you check anyway, this could be misconfiguration of the cache_attr for the HW (see the linker script for value and pls check it's value is aligned with HW)....

that all sounds wonderful... But reading from those addresses does generate an exception, so the DSP "knows" that they are invalid? I looked at some of the registers and the...

approval condition to addressing comments from @singalsu of course

> What is the goal/need of building sparse? > Is this a requirement for all Xtensa architecture platforms? > Is this sparse build should occur always or be a switchable...

@aborisovich @marc-hb @keqiaozhang any progress with this? We really want sparse support in CI - we get code added regularly that involves buffer manipulation and having an automated check for...

> @lyakh have you tried `-DSPARSE=y` with the most recent container and 0.15.0 toolchain? I haven't, but have you also set the env variable? I.e. ``` export REAL_CC=${HOME}/zephyr-sdk/xtensa/intel_s1000/xtensa-zephyr-elf/bin/xtensa-zephyr-elf-gcc ``` I...

> Can you please provide somewhere a complete and detailed list of manual steps to compile with sparse? @marc-hb that's all, that's literally what I do to build with sparse:...

@marc-hb also, looking at the error log above - is the path `/opt/toolchains/zephyr-sdk-0.15.0/xtensa-intel_s1000_zephyr-elf/bin/xtensa-intel_s1000_zephyr-elf-gcc` actually there?

@marc-hb do I understand it correctly, that all your "sparse" questions are now resolved with #6232 and #6238 ?

> I just tried sparse build with latest `sof` + `zephyr-sdk-0.15.0`, build passed without errors. @keqiaozhang thanks for checking, I just was going to write the same - updated the...