zephyr/arch
Gerard Marull-Paretas 96397b021e arch: arm64: smp: remove redundant soc.h include
<soc.h> has been traditionally been used as a proxy to HAL headers,
register definitions, etc. Nowadays, <soc.h> is anarchy. It serves a
different purpose depending on the SoC. In some cases it includes HALs,
in some others it works as a header sink/proxy (for no good reason), as
a register definition when there's no HAL... To make things worse, it is
being included in code that is, in theory, non-SoC specific.

This patch is part of a series intended to improve the situation by
removing <soc.h> usage when not needed, and by eventually removing it.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-06-05 14:48:40 +02:00
..
arc ARC: define PROPERTY_OUTPUT_FORMAT for all ARC elf formats 2022-05-10 14:12:25 -04:00
arm arch: arm: aarch32: mpu: remove redundant soc.h usage 2022-06-05 14:48:40 +02:00
arm64 arch: arm64: smp: remove redundant soc.h include 2022-06-05 14:48:40 +02:00
common arch: gen_isr_tables: migrate to <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
mips asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
nios2 asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
posix include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
riscv riscv: Optimize t* registers usage 2022-06-05 14:44:06 +02:00
sparc asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
x86 arch: x86: core: early_serial: obtain NS16550 uart base address from DT 2022-06-05 14:48:40 +02:00
xtensa include: add zephyr/ on script generated #include 2022-05-27 15:20:27 -07:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig kconfig: Add CONFIG_DCACHE option 2022-05-24 08:47:20 -07:00