zephyr/arch/arm64
Hou Zhiqiang 50d263d138 arm64: Do not try to bring up the cores disabled in DT node
The macro DT_FOREACH_CHILD will iterates all child nodes ignoring the
status property, this patch changes to use DT_FOREACH_CHILD_STATUS_OKAY
to avoid trying to bring up disabled cores, which only iterates the
enabled child nodes.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
2021-04-27 13:32:55 -04:00
..
core arm64: Do not try to bring up the cores disabled in DT node 2021-04-27 13:32:55 -04:00
include arm64: Rework stack usage 2021-04-23 06:32:20 -04:00
CMakeLists.txt
Kconfig