zephyr/arch
Mahesh Mahadevan b2d3fdceff cmake: Add support to add symbols to ramfunc section
This PR allows the user to add symbols to the ramfunc
section. The use for this could be as follows:

zephyr_linker_sources_ifdef(CONFIG_ARCH_HAS_RAMFUNC_SUPPORT
  RAMFUNC_SECTION
  quick_access_code.ld
)

quick_access_code.ld (as shown below) can define additional
symbols to  go into the ramfunc section

. = ALIGN(4);
KEEP(*(CodeQuickAccess))

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2022-04-18 17:24:12 -07:00
..
arc everywhere: fix typos 2022-03-18 13:24:08 -04:00
arm arch: arm: aarch32: initialize FPSCR to reset value for ARMv8.1 2022-04-15 10:33:48 -07:00
arm64 arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
common cmake: Add support to add symbols to ramfunc section 2022-04-18 17:24:12 -07:00
mips kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
nios2 core: z_data_copy does not depend on CONFIG_XIP 2022-02-22 10:22:53 +01:00
posix everywhere: fix typos 2022-03-18 13:24:08 -04:00
riscv arch/riscv: Adding KConfig options for 'A' and 'M' RISC-V extensions 2022-03-22 18:00:32 -04:00
sparc everywhere: fix typos 2022-03-18 13:24:08 -04:00
x86 x86: Initialise FPU regs during thread creation for eager FPU sharing 2022-04-18 17:23:48 -07:00
xtensa arch/xtensa: Enable backtrace on panic on Intel ADSP platforms 2022-04-14 11:03:40 -04:00
CMakeLists.txt
Kconfig Kconfig: move CONFIG_BOARD to boards/Kconfig 2022-04-08 10:30:54 -07:00