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

2016-09-21 Thread Paul Burton
On Wednesday, 21 September 2016 16:19:58 BST Daniel Schwierzeck wrote: > Am 21.09.2016 um 15:59 schrieb 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 CPU

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

2016-09-21 Thread Daniel Schwierzeck
Am 21.09.2016 um 15:59 schrieb 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 instance

[U-Boot] [PATCH v4] 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 hap