zephyr/soc
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
..
arc arc: defconfig: remove SYSTEM_CLOCK_SLOPPY_IDLE option 2020-10-28 12:21:10 -05:00
arm power: sys_set_power_state -> pm_power_state_set 2020-12-09 15:18:29 -05:00
nios2
posix zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
riscv power: remove SYS_ and sys_ prefixes 2020-12-09 15:18:29 -05:00
sparc boards: set CPU_HAS_FPU on LEON3 soc and boards 2020-12-04 14:33:43 +02:00
x86 x86: add common memory.ld 2020-09-30 14:14:07 -07:00
xtensa soc/intel_adsp: Suppress benign linker warnings out of objcopy 2020-12-10 06:49:27 -06:00
Kconfig timing: introduce timing functions as a generic feature 2020-09-05 13:28:38 -05:00