commit | 5b9c8a0308debf25669c0dd1b2edc2b13882c906 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Thu Mar 30 17:50:45 2017 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Mar 31 22:09:36 2017 +0300 |
tree | 550e7fa730c46d52adec07e0b5945e7eadb5b01f | |
parent | 323dad429f92dc9f0cb4f8b29cbfc6fc2aee3458 [diff] |
arcv2: Halt non-master cores Even though we expect only master core to execute U-Boot code let's make sure even if for some reason slave cores attempt to execute U-Boot in parallel with master they get halted very early. If platform wants it may kick-start slave cores before passing control to say Linux kernel or any other application that want to see all cores of SMP SoC up and running. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>