zephyr/arch
Andrew Boie de6663f601 esp32: fix linker script issues
- .text, .text.*, .literal, .literal.* had no matching input section
   rule and were being passed to the output binary verbatim. These
   are all now in the output "text" section as intended.

- various rules in the data section were unnecessarily using KEEP().

- SW_ISR_TABLE wasn't included in linker script anywhere and was
  ending up in its own section, and not the data section as intended.

- noinit section didn't exist at all, now defined.

Issue: ZEP-2508
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-08-14 15:27:17 -04:00
..
arc arch: arc: add nested interrupt support 2017-08-10 12:47:15 -04:00
arm cc32xx: Redefine CMSIS IRQn_Type enum to unsigned int 2017-08-10 16:46:49 -05:00
common arch: xtensa: Convert Xtensa port to use gen_isr_table 2017-08-09 12:26:14 -07:00
nios2 kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
riscv32 kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
x86 quark_d2000: fix IDT_LIST definition 2017-08-14 14:45:07 -04:00
xtensa esp32: fix linker script issues 2017-08-14 15:27:17 -04:00
Kconfig
Makefile