zephyr/include/sys
Andrew Boie acda9bf9ce linker-tool-gcc: revise for MMU support
We need to do a few things differently if we are to support
a virtual memory map, i.e. CONFIG_MMU where CONFIG_KERNEL_VM_BASE
is not the same as CONFIG_SRAM_BASE_ADDRESS.

 - All sections must be specified with a VMA and LMA, where
   VMA is the virtual address and LMA is the physical memory
   location.
 - All sections must be specified with ALIGN_WITH_INPUT to
   keep VMAs and LMAs synchronized

To do this, the existing linker macros need some adjustment:

 - GROUP_LINK_IN undefined when CONFIG_KERNEL_VM_BASE is not
   the same as CONFIG_SRAM_BASE_ADDRESS.
 - New macro GROUP_ROM_LINK_IN for text/rodata sections
 - New macro GROUP_NOLOAD_LINK_IN for bss/noinit sections
 - Implicit ALIGN_WITH_INPUT for all sections

GROUP_FOLLOWS_AT is unused anywhere in the kernel for years
now and has been removed.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-03-16 15:03:44 -04:00
..
__assert.h
arch_interface.h
atomic.h arch/xtensa: Inline atomics 2021-03-08 11:14:27 -05:00
atomic_builtin.h arch/xtensa: Inline atomics 2021-03-08 11:14:27 -05:00
atomic_c.h arch/xtensa: Inline atomics 2021-03-08 11:14:27 -05:00
base64.h
byteorder.h
cbprintf.h lib: os: cbprintf: Fix Z_C_GENERIC not being used 2021-03-12 09:25:15 -05:00
cbprintf_internal.h lib: os: cbprintf: Fix Z_C_GENERIC not being used 2021-03-12 09:25:15 -05:00
check.h
crc.h lib: os: Introduce support for CRC32C algorithm 2021-03-02 14:08:30 +01:00
device_mmio.h
dlist.h sys: tell compiler about impossible aliasing in dlist APIs 2021-03-02 19:39:24 -05:00
errno_private.h
fdtable.h
kobject.h
libc-hooks.h
list_gen.h
math_extras.h
math_extras_impl.h
mem_manage.h linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
mutex.h docs: Add missing retval for sys_mutex_unlock() 2021-03-10 05:42:06 -05:00
notify.h
onoff.h
p4wq.h
printk.h
rb.h
ring_buffer.h
sem.h
sflist.h
slist.h
speculation.h
sys_heap.h lib/os/heap: make printed heap info more useful 2021-03-16 16:06:53 +01:00
sys_io.h
thread_stack.h kernel/include: Put kernel stack memory in the right memory 2021-02-11 14:47:40 -05:00
time_units.h
timeutil.h
util.h
util_internal.h sys: util: Update implementation of loop macros 2021-02-28 16:46:44 -05:00
util_loops.h sys: util: Update implementation of loop macros 2021-02-28 16:46:44 -05:00
util_macro.h sys: util: Update implementation of loop macros 2021-02-28 16:46:44 -05:00