zephyr/soc/arm64
Gerard Marull-Paretas 5b55440c08 soc: arm64: xenvm: fix soc.h usage
<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
..
arm soc: arm64: fvp_aemv8r: improve include list 2022-06-05 14:48:40 +02:00
bcm_vk soc: arm64: bcm_vk: viper: remove redundant soc.h usage 2022-06-05 14:48:40 +02:00
intel_socfpga soc: arm64: intel_socfpga: delete redundant soc.h 2022-06-05 14:48:40 +02:00
nxp_imx soc: arm64: nxp_imx: remove dummy C file 2022-06-05 14:48:40 +02:00
nxp_layerscape soc: arm64: nxp_layerscape: remove redundant soc.c source 2022-06-05 14:48:40 +02:00
qemu_cortex_a53 soc: arm64: qemu_cortex_a53: remove unused definition 2022-06-05 14:48:40 +02:00
xenvm soc: arm64: xenvm: fix soc.h usage 2022-06-05 14:48:40 +02:00
CMakeLists.txt arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
Kconfig arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00