zephyr/arch/common
Julian Achatzi f9168ae464 arch: common: Make nocache region loadable
The `nocache` is not loadable, thus data stored therein cannot be
initialized by the startup code. This might be needed in special
cases. E.g. One might have a buffer which one wants to DMA into,
and which is a member of a struct. Other members of the struct one
may want to have initialized by the startup code.
The buffer thus should be placed in the `nocache` region, but for
the other members of the buffer to be initialized by the startup
code, the `nocache` region needs to be loadable.

Fix it by making the `nocache` region loadable. Adding a KConfig
symbol to do this optionally was considered, but deemed unnecessary
during the PR.

Signed-off-by: Julian Achatzi <mail@achatzi.pro>
2025-04-21 12:42:19 +02:00
..
include
CMakeLists.txt toolchain: iar: Add experimental IAR support 2025-02-14 19:12:44 +00:00
dynamic_isr.c
fill_with_zeros.ld
isr_tables_shell.c
isr_tables.c
Kconfig arch: remove CONFIG_LEGACY_MULTI_LEVEL_TABLE_GENERATION 2025-01-23 16:32:36 +01:00
multilevel_irq.c
nocache.ld arch: common: Make nocache region loadable 2025-04-21 12:42:19 +02:00
ramfunc.ld arch: common: fix copy for ramfunc region during XIP init 2024-11-06 10:19:08 -08:00
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c arch: Fix assert logic for installing shared interrupt 2024-09-11 07:41:20 -04:00
sw_isr_common.c
timing.c arch: common: timing: Fix timing cycles 32bit rollover 2025-01-17 20:07:16 +01:00