zephyr/soc/xtensa/intel_adsp
Andy Ross e42c5ca90a soc/intel_adsp: Suppress benign linker warnings out of objcopy
The fix_elf_addrs script runs objcopy over a binary that (due to some
legacy section definitions in a mildly complicated linker file) has a
few zero-length sections at address zero.  Objcopy considers this a
warning condition (though oddly the linker from the same version of
binutils which produced that binary does not!), which will be detected
as a CI failure.

Just eat the warnings.  Long term we should rework linkage to remove
the legacy stuff that is getting tripped over.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-10 06:49:27 -06:00
..
cavs_v15 soc/intel_adsp: Fix "noinit" section cacheability 2020-11-17 12:28:10 -08:00
cavs_v18 cavs: fix clock frequencies for cAVS v1.8, v2.0 and v2.5 2020-11-27 20:07:59 -05:00
cavs_v20 cavs: fix clock frequencies for cAVS v1.8, v2.0 and v2.5 2020-11-27 20:07:59 -05:00
cavs_v25 cavs: fix clock frequencies for cAVS v1.8, v2.0 and v2.5 2020-11-27 20:07:59 -05:00
common soc/intel_adsp: Suppress benign linker warnings out of objcopy 2020-12-10 06:49:27 -06:00
CMakeLists.txt
Kconfig arch/xtensa: soc/xtensa/intel_adsp: Enable KERNEL_COHERENCE 2020-10-21 06:38:53 -04:00
Kconfig.defconfig
Kconfig.soc