Re: [U-Boot] [PATCH v2] MIPS: Hang if run on a secondary CPU

2016-09-21 Thread Matthew Fortune
Paul Burton writes: > Some systems are configured such that multiple CPUs begin running from > their reset vector following a system reset. If this occurs then U-Boot > will be run on multiple CPUs simultaneously, which causes all sorts of > issues as the multiple

Re: [U-Boot] [PATCH v2] MIPS: Hang if run on a secondary CPU

2016-09-21 Thread Paul Burton
On Wednesday, 21 September 2016 14:51:05 BST Matthew Fortune wrote: > Paul Burton writes: > > Some systems are configured such that multiple CPUs begin running from > > their reset vector following a system reset. If this occurs then U-Boot > > will be run on multiple CPUs

[U-Boot] [PATCH v2] MIPS: Hang if run on a secondary CPU

2016-09-21 Thread Paul Burton
Some systems are configured such that multiple CPUs begin running from their reset vector following a system reset. If this occurs then U-Boot will be run on multiple CPUs simultaneously, which causes all sorts of issues as the multiple instances of U-Boot clobber each other. Prevent this from