zephyr/cmake
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
..
app cmake: function to update Zephyr_DIR when loading old Zephyr packages 2022-03-07 16:35:54 +01:00
bintools everywhere: fix typos 2022-03-18 13:24:08 -04:00
compiler arch/riscv: Adding KConfig options for 'A' and 'M' RISC-V extensions 2022-03-22 18:00:32 -04:00
emu cmake: armfvp: Improve the FVP version check 2022-03-16 09:19:44 -05:00
flash
ide
linker include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
linker_script linker: Create sections from zephyr,memory-region nodes 2022-03-19 14:32:17 -04:00
makefile_exports
modules cmake: Add support to add symbols to ramfunc section 2022-04-18 17:24:12 -07:00
reports scripts: size_report: Add support for TF-M and BL2 image size reports 2022-03-09 14:03:52 -05:00
toolchain include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
usage cmake: boards and shields cmake files repurposed 2022-02-22 10:02:39 -08:00
util
cfb.cmake
extra_flags.cmake
gcc-m-cpu.cmake ARC: hs6x: gcc-m-cpu: update mcpu to be aligned with new toolchain 2022-03-24 08:15:01 -04:00
gen_version_h.cmake cmake: Zephyr CMake package and CMake modules 2022-02-22 10:02:39 -08:00
hex.cmake
kobj.cmake
mcuboot.cmake
package_helper.cmake cmake: package_helper CMake script 2022-02-23 11:34:22 -08:00
pristine.cmake
target_toolchain_flags.cmake everywhere: fix typos 2022-03-14 20:22:24 -04:00