zephyr/soc/xtensa/intel_adsp/common
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
..
bootloader soc/xtensa: Misc. checkpatch fixups 2020-10-21 06:38:53 -04:00
include soc: xtensa: fix definition of PLATFORM_CORE_COUNT 2020-10-21 06:38:53 -04:00
CMakeLists.txt soc/intel_adsp: Unify trace backends 2020-11-17 12:28:10 -08:00
adsp.c soc/intel_adsp: Remove "firmware ready" message sending 2020-10-23 12:53:53 -04:00
bootloader.cmake
fix_elf_addrs.py soc/intel_adsp: Suppress benign linker warnings out of objcopy 2020-12-10 06:49:27 -06:00
main_entry.S
soc.c
soc_mp.c intel_adsp: make idc variable depend on CONFIG_IPM_CAVS_IDC 2020-10-21 06:38:53 -04:00
trace_out.c soc/intel_adsp: Unify trace backends 2020-11-17 12:28:10 -08:00