zephyr/soc
Daniel Leung b2f7ea0523 soc: xtensa/intel_adsp/ace: fix _end location
The symbol _end is used to indicate the start of heap in
the common libc malloc code. On ACE, heap is in uncached
area. However, _end was in the cached area while end of
heap is in uncached area. This resulted in incorrect
calculation of heap size. So move _end into uncached
area so correct heap size can be calculated.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-09-25 16:44:22 +02:00
..
arc ARC: add scalar VPX port 2023-08-11 19:45:48 +00:00
arm soc nordic_nrf: Select new compatible kconfig options 2023-09-25 16:42:45 +02:00
arm64 dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
mips
nios2
posix include: always use <> for Zephyr includes 2023-09-14 13:49:58 +02:00
riscv riscv: telink_b91: fix compilation 2023-09-18 13:03:45 -04:00
sparc
x86 pm: policy: add check for device busy in policy 2023-09-15 14:51:50 -04:00
xtensa soc: xtensa/intel_adsp/ace: fix _end location 2023-09-25 16:44:22 +02:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig nrf5x_bsim: Add helper kconfig symbols for simulated nrf5340 2023-09-20 08:56:49 +02:00