commit | f03a4cec57920fd62d7e82721834a400ab9aa643 | [log] [tgz] |
---|---|---|
author | Jaxson Han <jaxson.han@arm.com> | Thu May 18 22:07:54 2023 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 30 10:14:55 2023 +0200 |
tree | bc1ec1140cfc175cf9c4ae98d7edd1f8d6a85cb1 | |
parent | 101ae5d2406b567e835a9641bbbf380bcc4a154e [diff] |
arch: arm64: Fix the STACK_INIT logic during the reset Each core should init their own stack during the reset when SMP enabled, but do not touch others. The current init results in each core starting init the stack from the same address which will break others. Fix the issue by setting a correct start address. Signed-off-by: Jaxson Han <jaxson.han@arm.com>